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

42 lines
736 B
JSON

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