{ "type": "Program", "body": [ { "type": "WhileStatement", "test": { "type": "Literal", "value": true, "raw": "true", "range": [ 7, 11 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 11 } } }, "body": { "type": "BlockStatement", "body": [ { "type": "BreakStatement", "label": null, "range": [ 15, 20 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 20 } } }, { "type": "ExpressionStatement", "expression": { "type": "Identifier", "name": "there", "range": [ 44, 49 ], "loc": { "start": { "line": 2, "column": 10 }, "end": { "line": 2, "column": 15 } } }, "range": [ 44, 50 ], "loc": { "start": { "line": 2, "column": 10 }, "end": { "line": 2, "column": 16 } } } ], "range": [ 13, 52 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 2, "column": 18 } } }, "range": [ 0, 52 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 18 } } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "while", "range": [ 0, 5 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 5 } } }, { "type": "Punctuator", "value": "(", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "Boolean", "value": "true", "range": [ 7, 11 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 11 } } }, { "type": "Punctuator", "value": ")", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": "{", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, { "type": "Keyword", "value": "break", "range": [ 15, 20 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 20 } } }, { "type": "Identifier", "value": "there", "range": [ 44, 49 ], "loc": { "start": { "line": 2, "column": 10 }, "end": { "line": 2, "column": 15 } } }, { "type": "Punctuator", "value": ";", "range": [ 49, 50 ], "loc": { "start": { "line": 2, "column": 15 }, "end": { "line": 2, "column": 16 } } }, { "type": "Punctuator", "value": "}", "range": [ 51, 52 ], "loc": { "start": { "line": 2, "column": 17 }, "end": { "line": 2, "column": 18 } } } ], "range": [ 0, 52 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 18 } } }