swc/crates/swc_ecma_parser/tests/jsx/basic/entity/input.js.json

79 lines
1.5 KiB
JSON
Raw Normal View History

{
"type": "Module",
"span": {
"start": 0,
"end": 16,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 0,
"end": 16,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 0,
"end": 16,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 1,
"end": 2,
"ctxt": 0
},
"value": "A",
"optional": false
},
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXText",
"span": {
"start": 3,
"end": 12,
"ctxt": 0
},
"value": "💩",
"raw": "💩"
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 12,
"end": 16,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 14,
"end": 15,
"ctxt": 0
},
"value": "A",
"optional": false
}
}
}
}
],
"interpreter": null
}