{ "type": "Program", "body": [ { "type": "DoWhileStatement", "body": { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "keep", "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, 10 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 10 } } }, "test": { "type": "Literal", "value": true, "raw": "true", "range": [ 18, 22 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 22 } } }, "range": [ 0, 24 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 24 } } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "do", "range": [ 0, 2 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 2 } } }, { "type": "Identifier", "value": "keep", "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": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "type": "Keyword", "value": "while", "range": [ 11, 16 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 16 } } }, { "type": "Punctuator", "value": "(", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } }, { "type": "Boolean", "value": "true", "range": [ 18, 22 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 22 } } }, { "type": "Punctuator", "value": ")", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } }, { "type": "Punctuator", "value": ";", "range": [ 23, 24 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 24 } } } ], "range": [ 0, 24 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 24 } } }