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

56 lines
1018 B
JSON
Raw Normal View History

{
"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
}