{ "type": "Program", "body": [ { "type": "DoWhileStatement", "body": { "type": "BlockStatement", "body": [], "range": [ 3, 5 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 5 } } }, "test": { "type": "Literal", "value": true, "raw": "true", "range": [ 13, 17 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 17 } } }, "range": [ 0, 18 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 0 } } } ], "sourceType": "script", "range": [ 0, 18 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 0 } }, "tokens": [ { "type": "Keyword", "value": "do", "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": "Punctuator", "value": "}", "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, { "type": "Keyword", "value": "while", "range": [ 6, 11 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 11 } } }, { "type": "Punctuator", "value": "(", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } }, { "type": "Boolean", "value": "true", "range": [ 13, 17 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 17 } } } ], "errors": [ { "index": 18, "lineNumber": 2, "column": 1, "message": "Error: Line 2: Unexpected end of input" } ] }