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

64 lines
1.2 KiB
JSON

{
"type": "Module",
"span": {
"start": 120,
"end": 176,
"ctxt": 0
},
"body": [
{
"type": "ExportNamedDeclaration",
"span": {
"start": 120,
"end": 129,
"ctxt": 0
},
"specifiers": [],
"source": null,
"typeOnly": false,
"asserts": null
},
{
"type": "ExportNamedDeclaration",
"span": {
"start": 150,
"end": 176,
"ctxt": 0
},
"specifiers": [
{
"type": "ExportNamespaceSpecifier",
"span": {
"start": 157,
"end": 164,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 162,
"end": 164,
"ctxt": 0
},
"value": "ns",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 170,
"end": 175,
"ctxt": 0
},
"value": "./a",
"raw": "'./a'"
},
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}