swc/crates/swc_ecma_parser/tests/tsc/tsxNoJsx.json
2022-02-04 17:08:38 +09:00

51 lines
963 B
JSON

{
"type": "Script",
"span": {
"start": 18,
"end": 27,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 18,
"end": 27,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 18,
"end": 26,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 19,
"end": 23,
"ctxt": 0
},
"value": "nope",
"optional": false
},
"span": {
"start": 18,
"end": 26,
"ctxt": 0
},
"attributes": [],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
}
],
"interpreter": null
}