swc/crates/swc_ecma_parser/tests/tsc/parserModuleDeclaration3.d.json

41 lines
665 B
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 0,
"end": 20,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 0,
"end": 20,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 15,
"end": 16,
"ctxt": 0
},
"value": "M",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 17,
"end": 20,
"ctxt": 0
},
"body": []
}
}
],
"interpreter": null
}