{ "type": "Program", "body": [ { "type": "WithStatement", "object": { "type": "Identifier", "name": "x", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, "body": { "type": "EmptyStatement", "range": [ 8, 8 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 0 } } }, "range": [ 0, 8 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 0 } } } ], "sourceType": "script", "range": [ 0, 8 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 0 } }, "tokens": [ { "type": "Keyword", "value": "with", "range": [ 0, 4 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 4 } } }, { "type": "Punctuator", "value": "(", "range": [ 5, 6 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 6 } } }, { "type": "Identifier", "value": "x", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } } ], "errors": [ { "index": 8, "lineNumber": 2, "column": 1, "message": "Error: Line 2: Unexpected end of input" } ] }