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

30 lines
457 B
JSON

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