mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
41 lines
665 B
JSON
41 lines
665 B
JSON
|
{
|
||
|
"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
|
||
|
}
|