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

66 lines
1.4 KiB
JSON

{
"type": "Script",
"span": {
"start": 3,
"end": 36,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 3,
"end": 36,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 7,
"end": 35,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 7,
"end": 8,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TemplateLiteral",
"span": {
"start": 11,
"end": 35,
"ctxt": 0
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 12,
"end": 34,
"ctxt": 0
},
"tail": true,
"cooked": "\u0000\u0000\u0000 0 00 0000",
"raw": "\\0\\x00\\u0000 0 00 0000"
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}