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

46 lines
857 B
JSON

{
"type": "Module",
"span": {
"start": 17,
"end": 47,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 17,
"end": 47,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 38,
"end": 44,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"declare": true,
"span": {
"start": 24,
"end": 47,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
}
],
"interpreter": null
}