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

55 lines
976 B
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 24,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 7,
"end": 8,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"span": {
"start": 1,
"end": 24,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "EmptyStatement",
"span": {
"start": 15,
"end": 16,
"ctxt": 0
}
},
{
"type": "EmptyStatement",
"span": {
"start": 21,
"end": 22,
"ctxt": 0
}
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}