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

52 lines
964 B
JSON

{
"type": "Module",
"span": {
"start": 49,
"end": 85,
"ctxt": 0
},
"body": [
{
"type": "ExportNamedDeclaration",
"span": {
"start": 49,
"end": 85,
"ctxt": 0
},
"specifiers": [
{
"type": "ExportNamespaceSpecifier",
"span": {
"start": 56,
"end": 63,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 61,
"end": 63,
"ctxt": 0
},
"value": "ns",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 69,
"end": 84,
"ctxt": 0
},
"value": "./nonexistent",
"raw": "'./nonexistent'"
},
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}