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

42 lines
731 B
JSON

{
"type": "Script",
"span": {
"start": 38,
"end": 43,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 38,
"end": 43,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 38,
"end": 43,
"ctxt": 0
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 39,
"end": 42,
"ctxt": 0
},
"tail": true,
"cooked": "\n",
"raw": "\n\\\n"
}
]
}
}
],
"interpreter": null
}