{ "type": "Program", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "s", "decorators": [], "loc": { "start": { "line": 16, "column": 5 }, "end": { "line": 16, "column": 6 } } }, "init": { "type": "NumberLiteral", "value": 0, "loc": { "start": { "line": 16, "column": 9 }, "end": { "line": 16, "column": 10 } } }, "loc": { "start": { "line": 16, "column": 5 }, "end": { "line": 16, "column": 10 } } } ], "kind": "var", "loc": { "start": { "line": 16, "column": 1 }, "end": { "line": 16, "column": 11 } } }, { "type": "DoWhileStatement", "body": { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "++", "prefix": false, "argument": { "type": "Identifier", "name": "s", "decorators": [], "loc": { "start": { "line": 19, "column": 4 }, "end": { "line": 19, "column": 5 } } }, "loc": { "start": { "line": 19, "column": 4 }, "end": { "line": 19, "column": 7 } } }, "loc": { "start": { "line": 19, "column": 4 }, "end": { "line": 19, "column": 8 } } }, "test": { "type": "BinaryExpression", "operator": "<", "left": { "type": "Identifier", "name": "s", "decorators": [], "loc": { "start": { "line": 20, "column": 8 }, "end": { "line": 20, "column": 9 } } }, "right": { "type": "NumberLiteral", "value": 3, "loc": { "start": { "line": 20, "column": 12 }, "end": { "line": 20, "column": 13 } } }, "loc": { "start": { "line": 20, "column": 8 }, "end": { "line": 20, "column": 13 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 20, "column": 15 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 21, "column": 1 } } }