swc/crates/swc_ecma_parser/tests/tsc/templateStringTermination1.json
2022-03-22 07:54:08 +00:00

42 lines
715 B
JSON

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