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

33 lines
555 B
JSON

{
"type": "Module",
"span": {
"start": 1,
"end": 36,
"ctxt": 0
},
"body": [
{
"type": "ImportDeclaration",
"span": {
"start": 1,
"end": 36,
"ctxt": 0
},
"specifiers": [],
"source": {
"type": "StringLiteral",
"span": {
"start": 16,
"end": 36,
"ctxt": 0
},
"value": "module-not-existed",
"raw": "'module-not-existed'"
},
"typeOnly": false,
"asserts": null
}
],
"interpreter": null
}