mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +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
60 lines
1.1 KiB
JSON
60 lines
1.1 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": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 4,
|
|
"ctxt": 0
|
|
},
|
|
"value": "div",
|
|
"optional": false
|
|
},
|
|
"span": {
|
|
"start": 1,
|
|
"end": 18,
|
|
"ctxt": 0
|
|
},
|
|
"attributes": [
|
|
{
|
|
"type": "SpreadElement",
|
|
"spread": {
|
|
"start": 6,
|
|
"end": 9,
|
|
"ctxt": 0
|
|
},
|
|
"arguments": {
|
|
"type": "Identifier",
|
|
"span": {
|
|
"start": 9,
|
|
"end": 14,
|
|
"ctxt": 0
|
|
},
|
|
"value": "props",
|
|
"optional": false
|
|
}
|
|
}
|
|
],
|
|
"selfClosing": true
|
|
},
|
|
"children": [],
|
|
"closing": null
|
|
}
|
|
]
|
|
}
|