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

66 lines
1.3 KiB
JSON

{
"type": "Script",
"span": {
"start": 17,
"end": 40,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 17,
"end": 40,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 21,
"end": 39,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 21,
"end": 22,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TemplateLiteral",
"span": {
"start": 25,
"end": 39,
"ctxt": 0
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 26,
"end": 38,
"ctxt": 0
},
"tail": true,
"cooked": "ee",
"raw": "\\u{65}\\u{65}"
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}