{ "type": "Program", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "a", "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 14 } } }, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 6 } } }, "init": { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 17, "column": 17 }, "end": { "line": 17, "column": 18 } } }, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 18 } } } ], "kind": "var", "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 19 } } }, { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "++", "prefix": false, "argument": { "type": "TSNonNullExpression", "expression": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 2 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 3 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 5 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 6 } } }, { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "--", "prefix": false, "argument": { "type": "TSNonNullExpression", "expression": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 2 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 3 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 5 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 6 } } }, { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "--", "prefix": true, "argument": { "type": "TSNonNullExpression", "expression": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 20, "column": 3 }, "end": { "line": 20, "column": 4 } } }, "loc": { "start": { "line": 20, "column": 3 }, "end": { "line": 20, "column": 5 } } }, "loc": { "start": { "line": 20, "column": 1 }, "end": { "line": 20, "column": 5 } } }, "loc": { "start": { "line": 20, "column": 1 }, "end": { "line": 20, "column": 6 } } }, { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "++", "prefix": true, "argument": { "type": "TSNonNullExpression", "expression": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 21, "column": 3 }, "end": { "line": 21, "column": 4 } } }, "loc": { "start": { "line": 21, "column": 3 }, "end": { "line": 21, "column": 5 } } }, "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 5 } } }, "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 6 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 2 } } }, "right": { "type": "BinaryExpression", "operator": "+", "left": { "type": "TSNonNullExpression", "expression": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 22, "column": 5 }, "end": { "line": 22, "column": 6 } } }, "loc": { "start": { "line": 22, "column": 5 }, "end": { "line": 22, "column": 7 } } }, "right": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 22, "column": 10 }, "end": { "line": 22, "column": 11 } } }, "loc": { "start": { "line": 22, "column": 5 }, "end": { "line": 22, "column": 11 } } }, "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 11 } } }, "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 12 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 22, "column": 12 } } }