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

42 lines
715 B
JSON

{
"type": "Script",
"span": {
"start": 2,
"end": 4,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 2,
"end": 4,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 2,
"end": 4,
"ctxt": 0
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 3,
"end": 3,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
}
],
"interpreter": null
}