{ "type": "Script", "span": { "start": 22, "end": 779, "ctxt": 0 }, "body": [ { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 31, "end": 38, "ctxt": 0 }, "value": "generic", "optional": false }, "declare": false, "params": [ { "type": "Parameter", "span": { "start": 42, "end": 46, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 42, "end": 46, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 43, "end": 46, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 45, "end": 46, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 45, "end": 46, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } } } } ], "decorators": [], "span": { "start": 22, "end": 90, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 48, "end": 90, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 54, "end": 72, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 58, "end": 71, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 58, "end": 59, "ctxt": 0 }, "value": "o", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 59, "end": 67, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 61, "end": 67, "ctxt": 0 }, "kind": "object" } } }, "init": { "type": "Identifier", "span": { "start": 70, "end": 71, "ctxt": 0 }, "value": "t", "optional": false }, "definite": false } ] } ] }, "generator": false, "async": false, "typeParameters": { "type": "TsTypeParameterDeclaration", "span": { "start": 38, "end": 41, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 39, "end": 40, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 39, "end": 40, "ctxt": 0 }, "value": "T", "optional": false }, "constraint": null, "default": null } ] }, "returnType": null }, { "type": "VariableDeclaration", "span": { "start": 91, "end": 102, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 95, "end": 101, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 95, "end": 96, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 99, "end": 101, "ctxt": 0 }, "properties": [] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 103, "end": 116, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 107, "end": 115, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 107, "end": 108, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": null }, "init": { "type": "StringLiteral", "span": { "start": 111, "end": 115, "ctxt": 0 }, "value": "42", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 118, "end": 138, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 118, "end": 137, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 118, "end": 125, "ctxt": 0 }, "value": "generic", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "ObjectExpression", "span": { "start": 134, "end": 136, "ctxt": 0 }, "properties": [] } } ], "typeArguments": { "type": "TsTypeParameterInstantiation", "span": { "start": 125, "end": 133, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 126, "end": 132, "ctxt": 0 }, "kind": "object" } ] } } }, { "type": "ExpressionStatement", "span": { "start": 139, "end": 158, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 139, "end": 157, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 139, "end": 146, "ctxt": 0 }, "value": "generic", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "Identifier", "span": { "start": 155, "end": 156, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": { "type": "TsTypeParameterInstantiation", "span": { "start": 146, "end": 154, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 147, "end": 153, "ctxt": 0 }, "kind": "object" } ] } } }, { "type": "ExpressionStatement", "span": { "start": 159, "end": 180, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 159, "end": 179, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 159, "end": 166, "ctxt": 0 }, "value": "generic", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 175, "end": 178, "ctxt": 0 }, "value": 123.0 } } ], "typeArguments": { "type": "TsTypeParameterInstantiation", "span": { "start": 166, "end": 174, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 167, "end": 173, "ctxt": 0 }, "kind": "object" } ] } } }, { "type": "ExpressionStatement", "span": { "start": 197, "end": 216, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 197, "end": 215, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 197, "end": 204, "ctxt": 0 }, "value": "generic", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "Identifier", "span": { "start": 213, "end": 214, "ctxt": 0 }, "value": "b", "optional": false } } ], "typeArguments": { "type": "TsTypeParameterInstantiation", "span": { "start": 204, "end": 212, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 205, "end": 211, "ctxt": 0 }, "kind": "object" } ] } } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 243, "end": 248, "ctxt": 0 }, "value": "bound", "optional": false }, "declare": false, "params": [ { "type": "Parameter", "span": { "start": 267, "end": 271, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 267, "end": 271, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 268, "end": 271, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 270, "end": 271, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 270, "end": 271, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } } } } ], "decorators": [], "span": { "start": 234, "end": 305, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 273, "end": 305, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 279, "end": 297, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 283, "end": 296, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 283, "end": 284, "ctxt": 0 }, "value": "o", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 284, "end": 292, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 286, "end": 292, "ctxt": 0 }, "kind": "object" } } }, "init": { "type": "Identifier", "span": { "start": 295, "end": 296, "ctxt": 0 }, "value": "t", "optional": false }, "definite": false } ] } ] }, "generator": false, "async": false, "typeParameters": { "type": "TsTypeParameterDeclaration", "span": { "start": 248, "end": 266, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 249, "end": 265, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 249, "end": 250, "ctxt": 0 }, "value": "T", "optional": false }, "constraint": { "type": "TsKeywordType", "span": { "start": 259, "end": 265, "ctxt": 0 }, "kind": "object" }, "default": null } ] }, "returnType": null }, { "type": "ExpressionStatement", "span": { "start": 307, "end": 317, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 307, "end": 316, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 307, "end": 312, "ctxt": 0 }, "value": "bound", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "ObjectExpression", "span": { "start": 313, "end": 315, "ctxt": 0 }, "properties": [] } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 318, "end": 327, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 318, "end": 326, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 318, "end": 323, "ctxt": 0 }, "value": "bound", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "Identifier", "span": { "start": 324, "end": 325, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 328, "end": 339, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 328, "end": 338, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 328, "end": 333, "ctxt": 0 }, "value": "bound", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 334, "end": 337, "ctxt": 0 }, "value": 123.0 } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 356, "end": 365, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 356, "end": 364, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 356, "end": 361, "ctxt": 0 }, "value": "bound", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "Identifier", "span": { "start": 362, "end": 363, "ctxt": 0 }, "value": "b", "optional": false } } ], "typeArguments": null } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 392, "end": 398, "ctxt": 0 }, "value": "bound2", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 383, "end": 421, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 419, "end": 421, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": { "type": "TsTypeParameterDeclaration", "span": { "start": 398, "end": 416, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 399, "end": 415, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 399, "end": 400, "ctxt": 0 }, "value": "T", "optional": false }, "constraint": { "type": "TsKeywordType", "span": { "start": 409, "end": 415, "ctxt": 0 }, "kind": "object" }, "default": null } ] }, "returnType": null }, { "type": "ExpressionStatement", "span": { "start": 423, "end": 436, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 423, "end": 435, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 423, "end": 429, "ctxt": 0 }, "value": "bound2", "optional": false }, "arguments": [], "typeArguments": { "type": "TsTypeParameterInstantiation", "span": { "start": 429, "end": 433, "ctxt": 0 }, "params": [ { "type": "TsTypeLiteral", "span": { "start": 430, "end": 432, "ctxt": 0 }, "members": [] } ] } } }, { "type": "ExpressionStatement", "span": { "start": 437, "end": 454, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 437, "end": 453, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 437, "end": 443, "ctxt": 0 }, "value": "bound2", "optional": false }, "arguments": [], "typeArguments": { "type": "TsTypeParameterInstantiation", "span": { "start": 443, "end": 451, "ctxt": 0 }, "params": [ { "type": "TsTypeReference", "span": { "start": 444, "end": 450, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 444, "end": 450, "ctxt": 0 }, "value": "Object", "optional": false }, "typeParams": null } ] } } }, { "type": "ExpressionStatement", "span": { "start": 455, "end": 472, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 455, "end": 471, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 455, "end": 461, "ctxt": 0 }, "value": "bound2", "optional": false }, "arguments": [], "typeArguments": { "type": "TsTypeParameterInstantiation", "span": { "start": 461, "end": 469, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 462, "end": 468, "ctxt": 0 }, "kind": "number" } ] } } }, { "type": "ExpressionStatement", "span": { "start": 489, "end": 506, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 489, "end": 505, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 489, "end": 495, "ctxt": 0 }, "value": "bound2", "optional": false }, "arguments": [], "typeArguments": { "type": "TsTypeParameterInstantiation", "span": { "start": 495, "end": 503, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 496, "end": 502, "ctxt": 0 }, "kind": "string" } ] } } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 533, "end": 539, "ctxt": 0 }, "value": "bound3", "optional": false }, "declare": false, "params": [ { "type": "Parameter", "span": { "start": 554, "end": 558, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 554, "end": 558, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 555, "end": 558, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 557, "end": 558, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 557, "end": 558, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } } } } ], "decorators": [], "span": { "start": 524, "end": 592, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 560, "end": 592, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 566, "end": 584, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 570, "end": 583, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 570, "end": 571, "ctxt": 0 }, "value": "o", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 571, "end": 579, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 573, "end": 579, "ctxt": 0 }, "kind": "object" } } }, "init": { "type": "Identifier", "span": { "start": 582, "end": 583, "ctxt": 0 }, "value": "t", "optional": false }, "definite": false } ] } ] }, "generator": false, "async": false, "typeParameters": { "type": "TsTypeParameterDeclaration", "span": { "start": 539, "end": 553, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 540, "end": 552, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 540, "end": 541, "ctxt": 0 }, "value": "T", "optional": false }, "constraint": { "type": "TsTypeLiteral", "span": { "start": 550, "end": 552, "ctxt": 0 }, "members": [] }, "default": null } ] }, "returnType": null }, { "type": "TsInterfaceDeclaration", "span": { "start": 594, "end": 630, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 604, "end": 609, "ctxt": 0 }, "value": "Proxy", "optional": false }, "declare": false, "typeParams": { "type": "TsTypeParameterDeclaration", "span": { "start": 609, "end": 627, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 610, "end": 626, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 610, "end": 611, "ctxt": 0 }, "value": "T", "optional": false }, "constraint": { "type": "TsKeywordType", "span": { "start": 620, "end": 626, "ctxt": 0 }, "kind": "object" }, "default": null } ] }, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 628, "end": 630, "ctxt": 0 }, "body": [] } }, { "type": "VariableDeclaration", "span": { "start": 632, "end": 653, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 636, "end": 652, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 636, "end": 637, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 637, "end": 652, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 639, "end": 652, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 639, "end": 644, "ctxt": 0 }, "value": "Proxy", "optional": false }, "typeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 644, "end": 652, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 645, "end": 651, "ctxt": 0 }, "kind": "number" } ] } } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 663, "end": 682, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 667, "end": 681, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 667, "end": 668, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 668, "end": 681, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 670, "end": 681, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 670, "end": 675, "ctxt": 0 }, "value": "Proxy", "optional": false }, "typeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 675, "end": 681, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 676, "end": 680, "ctxt": 0 }, "kind": "null" } ] } } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 689, "end": 714, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 693, "end": 712, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 693, "end": 694, "ctxt": 0 }, "value": "z", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 694, "end": 712, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 696, "end": 712, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 696, "end": 701, "ctxt": 0 }, "value": "Proxy", "optional": false }, "typeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 701, "end": 712, "ctxt": 0 }, "params": [ { "type": "TsKeywordType", "span": { "start": 702, "end": 711, "ctxt": 0 }, "kind": "undefined" } ] } } } }, "init": null, "definite": false } ] }, { "type": "TsInterfaceDeclaration", "span": { "start": 723, "end": 758, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 733, "end": 737, "ctxt": 0 }, "value": "Blah", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 738, "end": 758, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 744, "end": 756, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 744, "end": 747, "ctxt": 0 }, "value": "foo", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 747, "end": 755, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 749, "end": 755, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 760, "end": 779, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 764, "end": 778, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 764, "end": 765, "ctxt": 0 }, "value": "u", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 765, "end": 778, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 767, "end": 778, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 767, "end": 772, "ctxt": 0 }, "value": "Proxy", "optional": false }, "typeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 772, "end": 778, "ctxt": 0 }, "params": [ { "type": "TsTypeReference", "span": { "start": 773, "end": 777, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 773, "end": 777, "ctxt": 0 }, "value": "Blah", "optional": false }, "typeParams": null } ] } } } }, "init": null, "definite": false } ] } ], "interpreter": null }