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

46 lines
858 B
JSON

{
"type": "Module",
"span": {
"start": 36,
"end": 58,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 36,
"end": 58,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 49,
"end": 55,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"declare": false,
"span": {
"start": 43,
"end": 58,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
}
],
"interpreter": null
}