swc/ecmascript/parser/tests/jsx/basic/16/input.js.json
강동윤 eaeffabf74
fix(es): Improve performance (#1411)
swc_ecma_ast:
 - Add `BindingIdent`.
 - Reduce size of `Ident`.
2021-02-19 15:34:22 +09:00

78 lines
1.6 KiB
JSON

{
"type": "Module",
"span": {
"start": 0,
"end": 14,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 0,
"end": 14,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 0,
"end": 13,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "ParenthesisExpression",
"span": {
"start": 0,
"end": 9,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 1,
"end": 8,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 2,
"end": 5,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 1,
"end": 8,
"ctxt": 0
},
"attributes": [],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
},
"right": {
"type": "Identifier",
"span": {
"start": 12,
"end": 13,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
}
],
"interpreter": null
}