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

54 lines
1.1 KiB
JSON

{
"type": "Script",
"span": {
"start": 18,
"end": 95,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 18,
"end": 95,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 22,
"end": 94,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 22,
"end": 23,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "StringLiteral",
"span": {
"start": 26,
"end": 94,
"ctxt": 0
},
"value": "Hello world",
"raw": "\"\\u{48}\\u{65}\\u{6c}\\u{6c}\\u{6f}\\u{20}\\u{77}\\u{6f}\\u{72}\\u{6c}\\u{64}\""
},
"definite": false
}
]
}
],
"interpreter": null
}