{ "type": "Program", "statements": [ { "type": "FunctionDeclaration", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "print", "loc": { "start": { "line": 17, "column": 10 }, "end": { "line": 17, "column": 15 } } }, "generator": false, "async": false, "expression": false, "params": [], "returnType": { "type": "TSNumberKeyword", "loc": { "start": { "line": 17, "column": 20 }, "end": { "line": 17, "column": 26 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "a", "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 18, "column": 13 }, "end": { "line": 18, "column": 19 } } }, "loc": { "start": { "line": 18, "column": 9 }, "end": { "line": 18, "column": 10 } } }, "init": { "type": "NumberLiteral", "value": 101, "loc": { "start": { "line": 18, "column": 22 }, "end": { "line": 18, "column": 25 } } }, "loc": { "start": { "line": 18, "column": 9 }, "end": { "line": 18, "column": 25 } } } ], "kind": "let", "loc": { "start": { "line": 18, "column": 5 }, "end": { "line": 18, "column": 26 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "b", "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 19, "column": 13 }, "end": { "line": 19, "column": 19 } } }, "loc": { "start": { "line": 19, "column": 9 }, "end": { "line": 19, "column": 10 } } }, "init": { "type": "NumberLiteral", "value": 102, "loc": { "start": { "line": 19, "column": 22 }, "end": { "line": 19, "column": 25 } } }, "loc": { "start": { "line": 19, "column": 9 }, "end": { "line": 19, "column": 25 } } } ], "kind": "let", "loc": { "start": { "line": 19, "column": 5 }, "end": { "line": 19, "column": 26 } } }, { "type": "ReturnStatement", "argument": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Identifier", "name": "a", "loc": { "start": { "line": 20, "column": 12 }, "end": { "line": 20, "column": 13 } } }, "right": { "type": "Identifier", "name": "b", "loc": { "start": { "line": 20, "column": 16 }, "end": { "line": 20, "column": 17 } } }, "loc": { "start": { "line": 20, "column": 12 }, "end": { "line": 20, "column": 17 } } }, "loc": { "start": { "line": 20, "column": 5 }, "end": { "line": 20, "column": 18 } } } ], "loc": { "start": { "line": 17, "column": 27 }, "end": { "line": 21, "column": 2 } } }, "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 21, "column": 2 } } }, "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 21, "column": 2 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "c", "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 23, "column": 9 }, "end": { "line": 23, "column": 15 } } }, "loc": { "start": { "line": 23, "column": 5 }, "end": { "line": 23, "column": 6 } } }, "init": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "print", "loc": { "start": { "line": 23, "column": 18 }, "end": { "line": 23, "column": 23 } } }, "arguments": [], "optional": false, "loc": { "start": { "line": 23, "column": 18 }, "end": { "line": 23, "column": 25 } } }, "loc": { "start": { "line": 23, "column": 5 }, "end": { "line": 23, "column": 25 } } } ], "kind": "let", "loc": { "start": { "line": 23, "column": 1 }, "end": { "line": 23, "column": 26 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 24, "column": 1 } } }