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

68 lines
1.2 KiB
JSON
Raw Normal View History

{
"type": "Module",
"span": {
"start": 0,
"end": 16,
"ctxt": 0
},
"body": [
{
"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": 1,
"end": 3,
"ctxt": 0
},
"selfClosing": false
},
"children": [
{
"type": "JSXText",
"span": {
"start": 3,
"end": 12,
"ctxt": 0
},
"value": "💩",
"raw": "💩"
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 14,
"end": 16,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 14,
"end": 15,
"ctxt": 0
},
"value": "A",
"optional": false
}
}
}
]
}