swc/crates/swc_ecma_parser/tests/tsc/ambientExternalModuleInsideNonAmbientExternalModule.json
2022-02-04 17:08:38 +09:00

53 lines
971 B
JSON

{
"type": "Module",
"span": {
"start": 15,
"end": 44,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 15,
"end": 44,
"ctxt": 0
},
"declaration": {
"type": "TsModuleDeclaration",
"span": {
"start": 22,
"end": 44,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "StringLiteral",
"span": {
"start": 37,
"end": 40,
"ctxt": 0
},
"value": "M",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 41,
"end": 44,
"ctxt": 0
},
"body": []
}
}
}
],
"interpreter": null
}