{ "type": "Program", "body": [ { "type": "WhileStatement", "test": { "type": "BinaryExpression", "operator": ">", "left": { "type": "UpdateExpression", "operator": "--", "argument": { "type": "Identifier", "name": "i", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } }, "prefix": false, "range": [ 7, 10 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 10 } } }, "right": { "type": "Literal", "value": 0, "raw": "0", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, "range": [ 7, 12 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 12 } } }, "body": { "type": "BlockStatement", "body": [], "range": [ 14, 16 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 16 } } }, "range": [ 0, 16 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 16 } } } ], "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": "Identifier", "value": "i", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } }, { "type": "Punctuator", "value": "--", "range": [ 8, 10 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 10 } } }, { "type": "Punctuator", "value": ">", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } }, { "type": "Numeric", "value": "0", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": ")", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } }, { "type": "Punctuator", "value": "{", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, { "type": "Punctuator", "value": "}", "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } } } ], "range": [ 0, 16 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 16 } } }