swc/crates/swc_ecma_parser/tests/tsc/ambientShorthand_declarationEmit.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
}