{ "type": "Script", "span": { "start": 16, "end": 133, "ctxt": 0 }, "body": [ { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 25, "end": 26, "ctxt": 0 }, "value": "f", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 16, "end": 133, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 50, "end": 133, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 56, "end": 65, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 60, "end": 64, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 60, "end": 61, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 61, "end": 64, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 63, "end": 64, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 63, "end": 64, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 70, "end": 79, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 74, "end": 78, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 74, "end": 75, "ctxt": 0 }, "value": "u", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 75, "end": 78, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 77, "end": 78, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 77, "end": 78, "ctxt": 0 }, "value": "U", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 84, "end": 131, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 88, "end": 130, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 88, "end": 89, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 92, "end": 130, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Computed", "span": { "start": 102, "end": 105, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 103, "end": 104, "ctxt": 0 }, "value": "t", "optional": false } }, "value": { "type": "NumericLiteral", "span": { "start": 107, "end": 108, "ctxt": 0 }, "value": 0.0 } }, { "type": "KeyValueProperty", "key": { "type": "Computed", "span": { "start": 118, "end": 121, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 119, "end": 120, "ctxt": 0 }, "value": "u", "optional": false } }, "value": { "type": "NumericLiteral", "span": { "start": 123, "end": 124, "ctxt": 0 }, "value": 1.0 } } ] }, "definite": false } ] } ] }, "generator": false, "async": false, "typeParameters": { "type": "TsTypeParameterDeclaration", "span": { "start": 26, "end": 47, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 27, "end": 28, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 27, "end": 28, "ctxt": 0 }, "value": "T", "optional": false }, "constraint": null, "default": null }, { "type": "TsTypeParameter", "span": { "start": 30, "end": 46, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 30, "end": 31, "ctxt": 0 }, "value": "U", "optional": false }, "constraint": { "type": "TsKeywordType", "span": { "start": 40, "end": 46, "ctxt": 0 }, "kind": "string" }, "default": null } ] }, "returnType": null } ], "interpreter": null }