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

56 lines
1018 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": 46,
"end": 134,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 46,
"end": 66,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 46,
"end": 66,
"ctxt": 0
},
"value": "  function f() {}",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 114,
"end": 134,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 114,
"end": 134,
"ctxt": 0
},
"value": "  function f() {}",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"interpreter": null
}