{ "type": "Program", "body": [ { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "<", "left": { "type": "Identifier", "name": "x", "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, "right": { "type": "Literal", "value": 42, "raw": "42", "range": [ 8, 10 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 10 } } }, "range": [ 4, 10 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 10 } } }, "consequent": { "range": [ 11, 11 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 0 } }, "type": "EmptyStatement" }, "alternate": null, "range": [ 0, 11 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 0 } } } ], "sourceType": "script", "range": [ 0, 11 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 0 } }, "tokens": [ { "type": "Keyword", "value": "if", "range": [ 0, 2 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 2 } } }, { "type": "Punctuator", "value": "(", "range": [ 3, 4 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 4 } } }, { "type": "Identifier", "value": "x", "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, { "type": "Punctuator", "value": "<", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "Numeric", "value": "42", "range": [ 8, 10 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 10 } } } ], "errors": [ { "index": 11, "lineNumber": 2, "column": 1, "message": "Error: Line 2: Unexpected end of input" } ] }