swc/ecmascript/parser/tests/jsx/basic/7/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

112 lines
2.4 KiB
JSON

{
"type": "Module",
"span": {
"start": 0,
"end": 51,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 0,
"end": 51,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 0,
"end": 51,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 1,
"end": 8,
"ctxt": 0
},
"value": "AbC-def",
"optional": false
},
"span": {
"start": 0,
"end": 32,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 11,
"end": 31,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 11,
"end": 15,
"ctxt": 0
},
"value": "test",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 16,
"end": 31,
"ctxt": 0
},
"value": "&&",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXText",
"span": {
"start": 32,
"end": 41,
"ctxt": 0
},
"value": "\n\nbar\n\nbaz\n\n",
"raw": "\n\nbar\n\nbaz\n\n"
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 41,
"end": 51,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 43,
"end": 50,
"ctxt": 0
},
"value": "AbC-def",
"optional": false
}
}
}
}
],
"interpreter": null
}