swc/crates/swc_ecma_parser/tests/jsx/basic/11/input.js.json
2021-11-10 19:00:54 +09:00

79 lines
1.6 KiB
JSON

{
"type": "Module",
"span": {
"start": 0,
"end": 24,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 0,
"end": 24,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 0,
"end": 24,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 1,
"end": 4,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 0,
"end": 5,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXText",
"span": {
"start": 5,
"end": 18,
"ctxt": 0
},
"value": "@test content",
"raw": "@test content"
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 18,
"end": 24,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 20,
"end": 23,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
}
}
],
"interpreter": null
}