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

70 lines
1.4 KiB
JSON

{
"type": "Module",
"span": {
"start": 1,
"end": 19,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 1,
"end": 19,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 1,
"end": 19,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 2,
"end": 5,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 1,
"end": 19,
"ctxt": 0
},
"attributes": [
{
"type": "SpreadElement",
"spread": {
"start": 7,
"end": 10,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 10,
"end": 15,
"ctxt": 0
},
"value": "props",
"optional": false
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
}
],
"interpreter": null
}