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

41 lines
670 B
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 18,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 1,
"end": 18,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 8,
"end": 14,
"ctxt": 0
},
"value": "number",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 15,
"end": 18,
"ctxt": 0
},
"body": []
}
}
],
"interpreter": null
}