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

54 lines
1.1 KiB
JSON

{
"type": "Script",
"span": {
"start": 17,
"end": 60,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 17,
"end": 60,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 21,
"end": 59,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 21,
"end": 22,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "StringLiteral",
"span": {
"start": 25,
"end": 59,
"ctxt": 0
},
"value": "ꯍ㑖碐",
"raw": "\"\\u{abcd}\\u{ef12}\\u{3456}\\u{7890}\""
},
"definite": false
}
]
}
],
"interpreter": null
}