mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 01:13:56 +03:00
33 lines
521 B
JSON
33 lines
521 B
JSON
{
|
|
"type": "Script",
|
|
"span": {
|
|
"start": 23,
|
|
"end": 44,
|
|
"ctxt": 0
|
|
},
|
|
"body": [
|
|
{
|
|
"type": "TsModuleDeclaration",
|
|
"span": {
|
|
"start": 23,
|
|
"end": 44,
|
|
"ctxt": 0
|
|
},
|
|
"declare": true,
|
|
"global": false,
|
|
"id": {
|
|
"type": "StringLiteral",
|
|
"span": {
|
|
"start": 38,
|
|
"end": 43,
|
|
"ctxt": 0
|
|
},
|
|
"value": "foo",
|
|
"raw": "\"foo\""
|
|
},
|
|
"body": null
|
|
}
|
|
],
|
|
"interpreter": null
|
|
}
|