{ "type": "Program", "body": [ { "type": "LabeledStatement", "label": { "type": "Identifier", "name": "done", "range": [ 0, 4 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 4 } } }, "body": { "type": "WhileStatement", "test": { "type": "Literal", "value": true, "raw": "true", "range": [ 13, 17 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 17 } } }, "body": { "type": "BlockStatement", "body": [ { "type": "BreakStatement", "label": { "type": "Identifier", "name": "done", "range": [ 27, 31 ], "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 31 } } }, "range": [ 21, 32 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 32 } } } ], "range": [ 19, 34 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 34 } } }, "range": [ 6, 34 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 34 } } }, "range": [ 0, 34 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 34 } } } ], "sourceType": "script", "tokens": [ { "type": "Identifier", "value": "done", "range": [ 0, 4 ], "loc": { "start": { "line": 1, "column": 0 }, "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 } } }, { "type": "Punctuator", "value": ")", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } }, { "type": "Punctuator", "value": "{", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } }, { "type": "Keyword", "value": "break", "range": [ 21, 26 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 26 } } }, { "type": "Identifier", "value": "done", "range": [ 27, 31 ], "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 31 } } }, { "type": "Punctuator", "value": ";", "range": [ 31, 32 ], "loc": { "start": { "line": 1, "column": 31 }, "end": { "line": 1, "column": 32 } } }, { "type": "Punctuator", "value": "}", "range": [ 33, 34 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 34 } } } ], "range": [ 0, 34 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 34 } } }