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

48 lines
866 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": 47,
"end": 135,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 47,
"end": 67,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 47,
"end": 67,
"ctxt": 0
},
"value": "  function f() {}",
"raw": "\"  function f() {}\""
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 115,
"end": 135,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 115,
"end": 135,
"ctxt": 0
},
"value": "  function f() {}",
"raw": "\"  function f() {}\""
}
}
],
"interpreter": null
}