mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
dff2cb8f75
string_enum: - #[derive(StringEnum)] now derives `Deserialize` swc_ecma_ast: - implement deserialize for ast nodes. - change ast to make it serialized / deserialized correctly swc_ecma_parser: - jsx, test262, typescript tests now verify serialization and deserialization of module
109 lines
2.3 KiB
JSON
109 lines
2.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": {
|
|
"type": "JSXMemberExpression",
|
|
"object": {
|
|
"type": "JSXMemberExpression",
|
|
"object": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 2,
|
|
"ctxt": 0
|
|
},
|
|
"value": "a",
|
|
"optional": false
|
|
},
|
|
"property": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 3,
|
|
"end": 4,
|
|
"ctxt": 0
|
|
},
|
|
"value": "b",
|
|
"optional": false
|
|
}
|
|
},
|
|
"property": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 5,
|
|
"end": 6,
|
|
"ctxt": 0
|
|
},
|
|
"value": "c",
|
|
"optional": false
|
|
}
|
|
},
|
|
"span": {
|
|
"start": 1,
|
|
"end": 7,
|
|
"ctxt": 0
|
|
},
|
|
"selfClosing": false
|
|
},
|
|
"children": [],
|
|
"closing": {
|
|
"type": "JSXClosingElement",
|
|
"span": {
|
|
"start": 9,
|
|
"end": 15,
|
|
"ctxt": 0
|
|
},
|
|
"name": {
|
|
"type": "JSXMemberExpression",
|
|
"object": {
|
|
"type": "JSXMemberExpression",
|
|
"object": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 9,
|
|
"end": 10,
|
|
"ctxt": 0
|
|
},
|
|
"value": "a",
|
|
"optional": false
|
|
},
|
|
"property": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 11,
|
|
"end": 12,
|
|
"ctxt": 0
|
|
},
|
|
"value": "b",
|
|
"optional": false
|
|
}
|
|
},
|
|
"property": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 13,
|
|
"end": 14,
|
|
"ctxt": 0
|
|
},
|
|
"value": "c",
|
|
"optional": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|