{ "type": "Program", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "a", "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 17, "column": 7 }, "end": { "line": 17, "column": 13 } } }, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 6 } } }, "init": { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 17, "column": 16 }, "end": { "line": 17, "column": 17 } } }, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 17 } } } ], "kind": "let", "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 17 } } }, { "type": "IfStatement", "test": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "TSNonNullExpression", "expression": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 18, "column": 5 }, "end": { "line": 18, "column": 6 } } }, "loc": { "start": { "line": 18, "column": 5 }, "end": { "line": 18, "column": 8 } } }, "right": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 18, "column": 11 }, "end": { "line": 18, "column": 12 } } }, "loc": { "start": { "line": 18, "column": 5 }, "end": { "line": 18, "column": 12 } } }, "consequent": { "type": "BlockStatement", "statements": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "print", "loc": { "start": { "line": 19, "column": 5 }, "end": { "line": 19, "column": 10 } } }, "arguments": [ { "type": "StringLiteral", "value": "hello", "loc": { "start": { "line": 19, "column": 11 }, "end": { "line": 19, "column": 18 } } } ], "optional": false, "loc": { "start": { "line": 19, "column": 5 }, "end": { "line": 19, "column": 19 } } }, "loc": { "start": { "line": 19, "column": 5 }, "end": { "line": 19, "column": 19 } } } ], "loc": { "start": { "line": 18, "column": 14 }, "end": { "line": 20, "column": 2 } } }, "alternate": null, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 20, "column": 2 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 20, "column": 2 } } }