swc/crates/swc_ecma_parser/tests/tsc/ambientDeclarationsPatterns_tooManyAsterisks.json
2022-02-04 17:08:38 +09:00

45 lines
775 B
JSON

{
"type": "Script",
"span": {
"start": 0,
"end": 39,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 0,
"end": 39,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "StringLiteral",
"span": {
"start": 15,
"end": 35,
"ctxt": 0
},
"value": "too*many*asterisks",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 36,
"end": 39,
"ctxt": 0
},
"body": []
}
}
],
"interpreter": null
}