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

61 lines
1.1 KiB
JSON

{
"type": "Script",
"span": {
"start": 0,
"end": 19,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 0,
"end": 19,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 7,
"end": 8,
"ctxt": 0
},
"value": "A",
"optional": false
},
"body": {
"type": "TsNamespaceDeclaration",
"span": {
"start": 9,
"end": 19,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 9,
"end": 15,
"ctxt": 0
},
"value": "string",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 16,
"end": 19,
"ctxt": 0
},
"body": []
}
}
}
],
"interpreter": null
}