{ "type": "Program", "body": [ { "type": "DoWhileStatement", "body": { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "that", "range": [ 3, 7 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 7 } } }, "arguments": [], "range": [ 3, 9 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 9 } } }, "range": [ 3, 11 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 2, "column": 1 } } }, "test": { "type": "Literal", "value": true, "raw": "true", "range": [ 18, 22 ], "loc": { "start": { "line": 2, "column": 8 }, "end": { "line": 2, "column": 12 } } }, "range": [ 0, 23 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 13 } } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "do", "range": [ 0, 2 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 2 } } }, { "type": "Identifier", "value": "that", "range": [ 3, 7 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 7 } } }, { "type": "Punctuator", "value": "(", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } }, { "type": "Punctuator", "value": ")", "range": [ 8, 9 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 9 } } }, { "type": "Punctuator", "value": ";", "range": [ 10, 11 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 1 } } }, { "type": "Keyword", "value": "while", "range": [ 11, 16 ], "loc": { "start": { "line": 2, "column": 1 }, "end": { "line": 2, "column": 6 } } }, { "type": "Punctuator", "value": "(", "range": [ 17, 18 ], "loc": { "start": { "line": 2, "column": 7 }, "end": { "line": 2, "column": 8 } } }, { "type": "Boolean", "value": "true", "range": [ 18, 22 ], "loc": { "start": { "line": 2, "column": 8 }, "end": { "line": 2, "column": 12 } } }, { "type": "Punctuator", "value": ")", "range": [ 22, 23 ], "loc": { "start": { "line": 2, "column": 12 }, "end": { "line": 2, "column": 13 } } } ], "range": [ 0, 23 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 13 } } }