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

62 lines
1.2 KiB
JSON

{
"type": "Module",
"span": {
"start": 0,
"end": 18,
"ctxt": 0
},
"body": [
{
"type": "JSXElement",
"span": {
"start": 0,
"end": 18,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"span": {
"start": 1,
"end": 4,
"ctxt": 0
},
"value": "div",
"typeAnnotation": null,
"optional": false
},
"span": {
"start": 1,
"end": 18,
"ctxt": 0
},
"attributes": [
{
"type": "SpreadElement",
"spread": {
"start": 6,
"end": 9,
"ctxt": 0
},
"arguments": {
"span": {
"start": 9,
"end": 14,
"ctxt": 0
},
"value": "props",
"typeAnnotation": null,
"optional": false
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
],
"shebang": null
}