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

45 lines
831 B
JSON

{
"type": "Module",
"span": {
"start": 17,
"end": 47,
"ctxt": 0
},
"body": [
{
"type": "ExportDefaultDeclaration",
"span": {
"start": 17,
"end": 47,
"ctxt": 0
},
"decl": {
"type": "ClassExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 38,
"end": 44,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"span": {
"start": 32,
"end": 47,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
}
],
"interpreter": null
}