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

54 lines
1.0 KiB
JSON

{
"type": "Script",
"span": {
"start": 113,
"end": 134,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 113,
"end": 134,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 117,
"end": 133,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 117,
"end": 118,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "StringLiteral",
"span": {
"start": 121,
"end": 133,
"ctxt": 0
},
"value": "􏿿",
"raw": "\"\\u{10FFFF}\""
},
"definite": false
}
]
}
],
"interpreter": null
}