{ "type": "Program", "body": [ { "type": "IfStatement", "test": { "type": "Literal", "value": 1, "raw": "1", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, "consequent": { "type": "BlockStatement", "body": [], "range": [ 17, 19 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 19 } } }, "alternate": null, "range": [ 0, 19 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 19 } } } ], "sourceType": "script", "range": [ 0, 19 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 19 } }, "tokens": [ { "type": "Keyword", "value": "\\u0069\\u{66}", "range": [ 0, 12 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": "(", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, { "type": "Numeric", "value": "1", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, { "type": "Punctuator", "value": ")", "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } } }, { "type": "Punctuator", "value": "{", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } }, { "type": "Punctuator", "value": "}", "range": [ 18, 19 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 19 } } } ], "errors": [ { "index": 0, "lineNumber": 1, "column": 1, "message": "Error: Line 1: Keyword must not contain escaped characters" } ] }