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

47 lines
821 B
JSON

{
"type": "Script",
"span": {
"start": 16,
"end": 33,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 22,
"end": 23,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"span": {
"start": 16,
"end": 33,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "EmptyStatement",
"span": {
"start": 30,
"end": 31,
"ctxt": 0
}
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}