{ "type": "Script", "span": { "start": 24, "end": 124, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 24, "end": 124, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 28, "end": 123, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 28, "end": 31, "ctxt": 0 }, "value": "foo", "optional": false, "typeAnnotation": null }, "init": { "type": "FunctionExpression", "identifier": { "type": "Identifier", "span": { "start": 43, "end": 46, "ctxt": 0 }, "value": "bar", "optional": false }, "params": [], "decorators": [], "span": { "start": 34, "end": 123, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 49, "end": 123, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 55, "end": 82, "ctxt": 0 }, "kind": "let", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 59, "end": 81, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 59, "end": 71, "ctxt": 0 }, "value": "intermediate", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 71, "end": 81, "ctxt": 0 }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 73, "end": 81, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 74, "end": 80, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 74, "end": 80, "ctxt": 0 }, "kind": "string" } } ] } } }, "init": null, "definite": false } ] }, { "type": "ReturnStatement", "span": { "start": 87, "end": 121, "ctxt": 0 }, "argument": { "type": "AssignmentExpression", "span": { "start": 94, "end": 120, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 94, "end": 106, "ctxt": 0 }, "value": "intermediate", "optional": false, "typeAnnotation": null }, "right": { "type": "ArrayExpression", "span": { "start": 109, "end": 120, "ctxt": 0 }, "elements": [ { "spread": null, "expression": { "type": "Identifier", "span": { "start": 110, "end": 119, "ctxt": 0 }, "value": "undefined", "optional": false } } ] } } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "definite": false } ] } ], "interpreter": null }