swc/crates/swc_ecma_parser/tests/tsc/templateStringTermination3_ES6.json

42 lines
727 B
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 17,
"end": 21,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 17,
"end": 21,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 17,
"end": 21,
"ctxt": 0
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 18,
"end": 20,
"ctxt": 0
},
"tail": true,
"cooked": "`",
"raw": "\\`"
}
]
}
}
],
"interpreter": null
}