swc/ecmascript/parser/tests/jsx/basic/2/input.js.json

101 lines
2.3 KiB
JSON
Raw Normal View History

{
"type": "Module",
"span": {
"start": 0,
"end": 11,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 0,
"end": 11,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 0,
"end": 11,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "JSXNamespacedName",
"namespace": {
"type": "Identifier",
"span": {
"start": 1,
"end": 2,
"ctxt": 0
},
"value": "n",
"typeAnnotation": null,
"optional": false
},
"name": {
"type": "Identifier",
"span": {
"start": 3,
"end": 4,
"ctxt": 0
},
"value": "a",
"typeAnnotation": null,
"optional": false
}
},
"span": {
"start": 0,
"end": 11,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 5,
"end": 8,
"ctxt": 0
},
"name": {
"type": "JSXNamespacedName",
"namespace": {
"type": "Identifier",
"span": {
"start": 5,
"end": 6,
"ctxt": 0
},
"value": "n",
"typeAnnotation": null,
"optional": false
},
"name": {
"type": "Identifier",
"span": {
"start": 7,
"end": 8,
"ctxt": 0
},
"value": "v",
"typeAnnotation": null,
"optional": false
}
},
"value": null
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
}
],
"interpreter": null
}