{ "type": "Script", "span": { "start": 62, "end": 750, "ctxt": 0 }, "body": [ { "type": "TsInterfaceDeclaration", "span": { "start": 62, "end": 93, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 72, "end": 76, "ctxt": 0 }, "value": "Base", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 77, "end": 93, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 79, "end": 91, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 79, "end": 82, "ctxt": 0 }, "value": "foo", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 82, "end": 90, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 84, "end": 90, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 94, "end": 141, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 104, "end": 111, "ctxt": 0 }, "value": "Derived", "optional": false }, "declare": false, "typeParams": null, "extends": [ { "type": "TsExpressionWithTypeArguments", "span": { "start": 120, "end": 124, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 120, "end": 124, "ctxt": 0 }, "value": "Base", "optional": false }, "typeArguments": null } ], "body": { "type": "TsInterfaceBody", "span": { "start": 125, "end": 141, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 127, "end": 139, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 127, "end": 130, "ctxt": 0 }, "value": "bar", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 130, "end": 138, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 132, "end": 138, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 142, "end": 193, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 152, "end": 160, "ctxt": 0 }, "value": "Derived2", "optional": false }, "declare": false, "typeParams": null, "extends": [ { "type": "TsExpressionWithTypeArguments", "span": { "start": 169, "end": 176, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 169, "end": 176, "ctxt": 0 }, "value": "Derived", "optional": false }, "typeArguments": null } ], "body": { "type": "TsInterfaceBody", "span": { "start": 177, "end": 193, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 179, "end": 191, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 179, "end": 182, "ctxt": 0 }, "value": "baz", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 182, "end": 190, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 184, "end": 190, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 201, "end": 202, "ctxt": 0 }, "value": "A", "optional": false }, "declare": false, "span": { "start": 195, "end": 232, "ctxt": 0 }, "decorators": [], "body": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 210, "end": 219, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 211, "end": 219, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 213, "end": 219, "ctxt": 0 }, "kind": "number" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 220, "end": 229, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 222, "end": 229, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 222, "end": 229, "ctxt": 0 }, "value": "Derived", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 209, "end": 230, "ctxt": 0 } } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "VariableDeclaration", "span": { "start": 234, "end": 243, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 238, "end": 242, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 238, "end": 239, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 239, "end": 242, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 241, "end": 242, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 241, "end": 242, "ctxt": 0 }, "value": "A", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 244, "end": 274, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 248, "end": 273, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 248, "end": 249, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 249, "end": 273, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 251, "end": 273, "ctxt": 0 }, "members": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 254, "end": 263, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 255, "end": 263, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 257, "end": 263, "ctxt": 0 }, "kind": "number" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 264, "end": 270, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 266, "end": 270, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 266, "end": 270, "ctxt": 0 }, "value": "Base", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 253, "end": 271, "ctxt": 0 } } ] } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 276, "end": 282, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 276, "end": 281, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 276, "end": 277, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 280, "end": 281, "ctxt": 0 }, "value": "b", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 292, "end": 298, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 292, "end": 297, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 292, "end": 293, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 296, "end": 297, "ctxt": 0 }, "value": "a", "optional": false } } }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 312, "end": 314, "ctxt": 0 }, "value": "B2", "optional": false }, "declare": false, "span": { "start": 306, "end": 361, "ctxt": 0 }, "decorators": [], "body": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 332, "end": 341, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 333, "end": 341, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 335, "end": 341, "ctxt": 0 }, "kind": "number" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 342, "end": 352, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 344, "end": 352, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 344, "end": 352, "ctxt": 0 }, "value": "Derived2", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 331, "end": 353, "ctxt": 0 } } ], "superClass": { "type": "Identifier", "span": { "start": 323, "end": 324, "ctxt": 0 }, "value": "A", "optional": false }, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "VariableDeclaration", "span": { "start": 363, "end": 398, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 367, "end": 397, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 367, "end": 369, "ctxt": 0 }, "value": "b2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 369, "end": 397, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 371, "end": 397, "ctxt": 0 }, "members": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 374, "end": 383, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 375, "end": 383, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 377, "end": 383, "ctxt": 0 }, "kind": "number" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 384, "end": 394, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 386, "end": 394, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 386, "end": 394, "ctxt": 0 }, "value": "Derived2", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 373, "end": 395, "ctxt": 0 } } ] } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 399, "end": 406, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 399, "end": 405, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 399, "end": 400, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 403, "end": 405, "ctxt": 0 }, "value": "b2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 413, "end": 420, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 413, "end": 419, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 413, "end": 415, "ctxt": 0 }, "value": "b2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 418, "end": 419, "ctxt": 0 }, "value": "a", "optional": false } } }, { "type": "TsModuleDeclaration", "span": { "start": 431, "end": 750, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 438, "end": 446, "ctxt": 0 }, "value": "Generics", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 447, "end": 750, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 459, "end": 460, "ctxt": 0 }, "value": "A", "optional": false }, "declare": false, "span": { "start": 453, "end": 511, "ctxt": 0 }, "decorators": [], "body": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 491, "end": 500, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 492, "end": 500, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 494, "end": 500, "ctxt": 0 }, "kind": "number" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 501, "end": 504, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 503, "end": 504, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 503, "end": 504, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 490, "end": 505, "ctxt": 0 } } ], "superClass": null, "isAbstract": false, "typeParams": { "type": "TsTypeParameterDeclaration", "span": { "start": 460, "end": 479, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 461, "end": 478, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 461, "end": 462, "ctxt": 0 }, "value": "T", "optional": false }, "constraint": { "type": "TsTypeReference", "span": { "start": 471, "end": 478, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 471, "end": 478, "ctxt": 0 }, "value": "Derived", "optional": false }, "typeParams": null }, "default": null } ] }, "superTypeParams": null, "implements": [] }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 526, "end": 529, "ctxt": 0 }, "value": "foo", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 517, "end": 748, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 551, "end": 748, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 561, "end": 573, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 565, "end": 572, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 565, "end": 566, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 566, "end": 572, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 568, "end": 572, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 568, "end": 569, "ctxt": 0 }, "value": "A", "optional": false }, "typeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 569, "end": 572, "ctxt": 0 }, "params": [ { "type": "TsTypeReference", "span": { "start": 570, "end": 571, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 570, "end": 571, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } ] } } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 582, "end": 615, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 586, "end": 614, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 586, "end": 587, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 587, "end": 614, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 589, "end": 614, "ctxt": 0 }, "members": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 592, "end": 601, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 593, "end": 601, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 595, "end": 601, "ctxt": 0 }, "kind": "number" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 602, "end": 611, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 604, "end": 611, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 604, "end": 611, "ctxt": 0 }, "value": "Derived", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 591, "end": 612, "ctxt": 0 } } ] } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 624, "end": 630, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 624, "end": 629, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 624, "end": 625, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 628, "end": 629, "ctxt": 0 }, "value": "b", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 648, "end": 654, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 648, "end": 653, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 648, "end": 649, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 652, "end": 653, "ctxt": 0 }, "value": "a", "optional": false } } }, { "type": "VariableDeclaration", "span": { "start": 670, "end": 698, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 674, "end": 697, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 674, "end": 676, "ctxt": 0 }, "value": "b2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 676, "end": 697, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 678, "end": 697, "ctxt": 0 }, "members": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 681, "end": 690, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 682, "end": 690, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 684, "end": 690, "ctxt": 0 }, "kind": "number" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 691, "end": 694, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 693, "end": 694, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 693, "end": 694, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 680, "end": 695, "ctxt": 0 } } ] } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 707, "end": 714, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 707, "end": 713, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 707, "end": 708, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 711, "end": 713, "ctxt": 0 }, "value": "b2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 729, "end": 736, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 729, "end": 735, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 729, "end": 731, "ctxt": 0 }, "value": "b2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 734, "end": 735, "ctxt": 0 }, "value": "a", "optional": false } } } ] }, "generator": false, "async": false, "typeParameters": { "type": "TsTypeParameterDeclaration", "span": { "start": 529, "end": 548, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 530, "end": 547, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 530, "end": 531, "ctxt": 0 }, "value": "T", "optional": false }, "constraint": { "type": "TsTypeReference", "span": { "start": 540, "end": 547, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 540, "end": 547, "ctxt": 0 }, "value": "Derived", "optional": false }, "typeParams": null }, "default": null } ] }, "returnType": null } ] } } ], "interpreter": null }