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

56 lines
1.0 KiB
JSON

{
"type": "Module",
"span": {
"start": 48,
"end": 84,
"ctxt": 0
},
"body": [
{
"type": "ExportNamedDeclaration",
"span": {
"start": 48,
"end": 84,
"ctxt": 0
},
"specifiers": [
{
"type": "ExportNamespaceSpecifier",
"span": {
"start": 55,
"end": 62,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 60,
"end": 62,
"ctxt": 0
},
"value": "ns",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 68,
"end": 83,
"ctxt": 0
},
"value": "./nonexistent",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}