swc/crates/swc_ecma_parser/tests/tsc/parserUnicode3.json

38 lines
658 B
JSON

{
"type": "Script",
"span": {
"start": 0,
"end": 16,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 6,
"end": 12,
"ctxt": 0
},
"value": "剩下",
"optional": false
},
"declare": false,
"span": {
"start": 0,
"end": 16,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}