{ "range": [ 0, 57 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 5, "column": 1 } }, "type": "Program", "body": [ { "range": [ 0, 57 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 5, "column": 1 } }, "type": "WhileStatement", "test": { "range": [ 7, 11 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 11 } }, "type": "Literal", "value": true, "raw": "true" }, "body": { "range": [ 13, 57 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 5, "column": 1 } }, "type": "BlockStatement", "body": [], "innerComments": [ { "type": "Block", "value": "*\n * comments in empty block\n ", "range": [ 17, 55 ], "loc": { "start": { "line": 2, "column": 2 }, "end": { "line": 4, "column": 5 } } } ] } } ], "sourceType": "script", "comments": [ { "type": "Block", "value": "*\n * comments in empty block\n ", "range": [ 17, 55 ], "loc": { "start": { "line": 2, "column": 2 }, "end": { "line": 4, "column": 5 } } } ], "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": "Punctuator", "value": "}", "range": [ 56, 57 ], "loc": { "start": { "line": 5, "column": 0 }, "end": { "line": 5, "column": 1 } } } ] }