mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 01:13:56 +03:00
41 lines
699 B
JSON
41 lines
699 B
JSON
{
|
|
"type": "Script",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 40,
|
|
"ctxt": 0
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "TsModuleDeclaration",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 40,
|
|
"ctxt": 0
|
|
},
|
|
"declare": true,
|
|
"global": false,
|
|
"id": {
|
|
"type": "StringLiteral",
|
|
"span": {
|
|
"start": 16,
|
|
"end": 36,
|
|
"ctxt": 0
|
|
},
|
|
"value": "too*many*asterisks",
|
|
"raw": "\"too*many*asterisks\""
|
|
},
|
|
"body": {
|
|
"type": "TsModuleBlock",
|
|
"span": {
|
|
"start": 37,
|
|
"end": 40,
|
|
"ctxt": 0
|
|
},
|
|
"body": []
|
|
}
|
|
}
|
|
],
|
|
"interpreter": null
|
|
}
|