{ "type": "Script", "span": { "start": 84, "end": 282, "ctxt": 0 }, "body": [ { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 93, "end": 96, "ctxt": 0 }, "value": "foo", "optional": false }, "declare": false, "params": [ { "type": "Parameter", "span": { "start": 97, "end": 98, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 97, "end": 98, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null } } ], "decorators": [], "span": { "start": 84, "end": 103, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 100, "end": 103, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, { "type": "VariableDeclaration", "span": { "start": 104, "end": 119, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 108, "end": 118, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 108, "end": 109, "ctxt": 0 }, "value": "r", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 112, "end": 118, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 112, "end": 115, "ctxt": 0 }, "value": "foo", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 116, "end": 117, "ctxt": 0 }, "value": 1.0 } } ], "typeArguments": null }, "definite": false } ] }, { "type": "TsInterfaceDeclaration", "span": { "start": 150, "end": 182, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 160, "end": 161, "ctxt": 0 }, "value": "I", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 162, "end": 182, "ctxt": 0 }, "body": [ { "type": "TsCallSignatureDeclaration", "span": { "start": 168, "end": 171, "ctxt": 0 }, "params": [], "typeAnnotation": null, "typeParams": null }, { "type": "TsMethodSignature", "span": { "start": 176, "end": 180, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 176, "end": 177, "ctxt": 0 }, "value": "f", "optional": false }, "computed": false, "optional": false, "params": [], "typeAnn": null, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 183, "end": 192, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 187, "end": 191, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 187, "end": 188, "ctxt": 0 }, "value": "i", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 188, "end": 191, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 190, "end": 191, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 190, "end": 191, "ctxt": 0 }, "value": "I", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 193, "end": 206, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 197, "end": 205, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 197, "end": 199, "ctxt": 0 }, "value": "r2", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 202, "end": 205, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 202, "end": 203, "ctxt": 0 }, "value": "i", "optional": false }, "arguments": [], "typeArguments": null }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 207, "end": 222, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 211, "end": 221, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 211, "end": 213, "ctxt": 0 }, "value": "r3", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 216, "end": 221, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 216, "end": 219, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 216, "end": 217, "ctxt": 0 }, "value": "i", "optional": false }, "property": { "type": "Identifier", "span": { "start": 218, "end": 219, "ctxt": 0 }, "value": "f", "optional": false } }, "arguments": [], "typeArguments": null }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 224, "end": 252, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 228, "end": 251, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 228, "end": 229, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 229, "end": 251, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 231, "end": 251, "ctxt": 0 }, "members": [ { "type": "TsCallSignatureDeclaration", "span": { "start": 237, "end": 240, "ctxt": 0 }, "params": [], "typeAnnotation": null, "typeParams": null }, { "type": "TsMethodSignature", "span": { "start": 245, "end": 249, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 245, "end": 246, "ctxt": 0 }, "value": "f", "optional": false }, "computed": false, "optional": false, "params": [], "typeAnn": null, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 253, "end": 266, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 257, "end": 265, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 257, "end": 259, "ctxt": 0 }, "value": "r4", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 262, "end": 265, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 262, "end": 263, "ctxt": 0 }, "value": "a", "optional": false }, "arguments": [], "typeArguments": null }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 267, "end": 282, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 271, "end": 281, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 271, "end": 273, "ctxt": 0 }, "value": "r5", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 276, "end": 281, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 276, "end": 279, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 276, "end": 277, "ctxt": 0 }, "value": "a", "optional": false }, "property": { "type": "Identifier", "span": { "start": 278, "end": 279, "ctxt": 0 }, "value": "f", "optional": false } }, "arguments": [], "typeArguments": null }, "definite": false } ] } ], "interpreter": null }