{ "type": "Program", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 16, "column": 5 }, "end": { "line": 16, "column": 6 } } }, "init": { "type": "ArrowFunctionExpression", "function": { "type": "ScriptFunction", "id": null, "generator": false, "async": false, "expression": false, "params": [ { "type": "Identifier", "name": "a", "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 16, "column": 14 }, "end": { "line": 16, "column": 20 } } }, "optional": true, "decorators": [], "loc": { "start": { "line": 16, "column": 9 }, "end": { "line": 16, "column": 21 } } } ], "body": { "type": "BlockStatement", "statements": [], "loc": { "start": { "line": 16, "column": 25 }, "end": { "line": 16, "column": 28 } } }, "loc": { "start": { "line": 16, "column": 9 }, "end": { "line": 16, "column": 28 } } }, "loc": { "start": { "line": 16, "column": 9 }, "end": { "line": 16, "column": 28 } } }, "loc": { "start": { "line": 16, "column": 5 }, "end": { "line": 16, "column": 28 } } } ], "kind": "let", "loc": { "start": { "line": 16, "column": 1 }, "end": { "line": 16, "column": 28 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 17, "column": 1 } } }