swc/ecmascript/parser/tests/jsx/basic/nonentity-decimal/input.js.json
강동윤 76ce98b685
Implement serialize for ast nodes (#244)
swc_common:
 - implement Serialize / Deserialize for span

swc_ecma_parser:
 - use json instead of {:#?} while testing
 - update test references
2019-02-20 11:35:41 +09:00

71 lines
1.3 KiB
JSON

{
"type": "Module",
"span": {
"start": 0,
"end": 15,
"ctxt": 0
},
"body": [
{
"type": "JSXElement",
"span": {
"start": 0,
"end": 15,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"span": {
"start": 1,
"end": 2,
"ctxt": 0
},
"value": "A",
"typeAnnotation": null,
"optional": false
},
"span": {
"start": 1,
"end": 3,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXText",
"span": {
"start": 3,
"end": 11,
"ctxt": 0
},
"value": "&#1f4a9;",
"raw": "&#1f4a9;"
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 13,
"end": 15,
"ctxt": 0
},
"name": {
"span": {
"start": 13,
"end": 14,
"ctxt": 0
},
"value": "A",
"typeAnnotation": null,
"optional": false
}
}
}
],
"shebang": null
}