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

30 lines
458 B
JSON

{
"type": "Module",
"span": {
"start": 1,
"end": 13,
"ctxt": 0
},
"body": [
{
"type": "TsExportAssignment",
"span": {
"start": 1,
"end": 13,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 10,
"end": 13,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
],
"interpreter": null
}