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

37 lines
633 B
JSON

{
"type": "Module",
"span": {
"start": 0,
"end": 35,
"ctxt": 0
},
"body": [
{
"type": "ImportDeclaration",
"span": {
"start": 0,
"end": 35,
"ctxt": 0
},
"specifiers": [],
"source": {
"type": "StringLiteral",
"span": {
"start": 15,
"end": 35,
"ctxt": 0
},
"value": "module-not-existed",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}