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

42 lines
781 B
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"type": "Script",
"span": {
"start": 44,
"end": 83,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 44,
"end": 83,
"ctxt": 0
},
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 44,
"end": 82,
"ctxt": 0
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 45,
"end": 81,
"ctxt": 0
},
"tail": true,
"cooked": "\t\u000b\f  ",
"raw": "\\u0009\\u000B\\u000C\\u0020\\u00A0\\uFEFF"
}
]
}
}
],
"interpreter": null
}