{ "type": "Script", "span": { "start": 62, "end": 860, "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": "string" } } } ], "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": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 240, "end": 241, "ctxt": 0 }, "value": "B", "optional": false }, "declare": false, "span": { "start": 234, "end": 287, "ctxt": 0 }, "decorators": [], "body": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 259, "end": 268, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 260, "end": 268, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 262, "end": 268, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 269, "end": 275, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 271, "end": 275, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 271, "end": 275, "ctxt": 0 }, "value": "Base", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 258, "end": 276, "ctxt": 0 } } ], "superClass": { "type": "Identifier", "span": { "start": 250, "end": 251, "ctxt": 0 }, "value": "A", "optional": false }, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 295, "end": 297, "ctxt": 0 }, "value": "B2", "optional": false }, "declare": false, "span": { "start": 289, "end": 344, "ctxt": 0 }, "decorators": [], "body": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 315, "end": 324, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 316, "end": 324, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 318, "end": 324, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 325, "end": 335, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 327, "end": 335, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 327, "end": 335, "ctxt": 0 }, "value": "Derived2", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 314, "end": 336, "ctxt": 0 } } ], "superClass": { "type": "Identifier", "span": { "start": 306, "end": 307, "ctxt": 0 }, "value": "A", "optional": false }, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "TsModuleDeclaration", "span": { "start": 346, "end": 860, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 353, "end": 361, "ctxt": 0 }, "value": "Generics", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 362, "end": 860, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 374, "end": 375, "ctxt": 0 }, "value": "A", "optional": false }, "declare": false, "span": { "start": 368, "end": 426, "ctxt": 0 }, "decorators": [], "body": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 406, "end": 415, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 407, "end": 415, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 409, "end": 415, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 416, "end": 419, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 418, "end": 419, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 418, "end": 419, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 405, "end": 420, "ctxt": 0 } } ], "superClass": null, "isAbstract": false, "typeParams": { "type": "TsTypeParameterDeclaration", "span": { "start": 375, "end": 394, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 376, "end": 393, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 376, "end": 377, "ctxt": 0 }, "value": "T", "optional": false }, "constraint": { "type": "TsTypeReference", "span": { "start": 386, "end": 393, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 386, "end": 393, "ctxt": 0 }, "value": "Derived", "optional": false }, "typeParams": null }, "default": null } ] }, "superTypeParams": null, "implements": [] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 438, "end": 439, "ctxt": 0 }, "value": "B", "optional": false }, "declare": false, "span": { "start": 432, "end": 502, "ctxt": 0 }, "decorators": [], "body": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 467, "end": 476, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 468, "end": 476, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 470, "end": 476, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 477, "end": 486, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 479, "end": 486, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 479, "end": 486, "ctxt": 0 }, "value": "Derived", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 466, "end": 487, "ctxt": 0 } } ], "superClass": { "type": "Identifier", "span": { "start": 448, "end": 449, "ctxt": 0 }, "value": "A", "optional": false }, "isAbstract": false, "typeParams": null, "superTypeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 449, "end": 455, "ctxt": 0 }, "params": [ { "type": "TsTypeReference", "span": { "start": 450, "end": 454, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 450, "end": 454, "ctxt": 0 }, "value": "Base", "optional": false }, "typeParams": null } ] }, "implements": [] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 514, "end": 516, "ctxt": 0 }, "value": "B2", "optional": false }, "declare": false, "span": { "start": 508, "end": 580, "ctxt": 0 }, "decorators": [], "body": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 547, "end": 556, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 548, "end": 556, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 550, "end": 556, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 557, "end": 567, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 559, "end": 567, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 559, "end": 567, "ctxt": 0 }, "value": "Derived2", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 546, "end": 568, "ctxt": 0 } } ], "superClass": { "type": "Identifier", "span": { "start": 525, "end": 526, "ctxt": 0 }, "value": "A", "optional": false }, "isAbstract": false, "typeParams": null, "superTypeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 526, "end": 535, "ctxt": 0 }, "params": [ { "type": "TsTypeReference", "span": { "start": 527, "end": 534, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 527, "end": 534, "ctxt": 0 }, "value": "Derived", "optional": false }, "typeParams": null } ] }, "implements": [] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 592, "end": 594, "ctxt": 0 }, "value": "B3", "optional": false }, "declare": false, "span": { "start": 586, "end": 670, "ctxt": 0 }, "decorators": [], "body": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 638, "end": 647, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 639, "end": 647, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 641, "end": 647, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 648, "end": 654, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 650, "end": 654, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 650, "end": 654, "ctxt": 0 }, "value": "Base", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 637, "end": 655, "ctxt": 0 } } ], "superClass": { "type": "Identifier", "span": { "start": 622, "end": 623, "ctxt": 0 }, "value": "A", "optional": false }, "isAbstract": false, "typeParams": { "type": "TsTypeParameterDeclaration", "span": { "start": 594, "end": 613, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 595, "end": 612, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 595, "end": 596, "ctxt": 0 }, "value": "T", "optional": false }, "constraint": { "type": "TsTypeReference", "span": { "start": 605, "end": 612, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 605, "end": 612, "ctxt": 0 }, "value": "Derived", "optional": false }, "typeParams": null }, "default": null } ] }, "superTypeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 623, "end": 626, "ctxt": 0 }, "params": [ { "type": "TsTypeReference", "span": { "start": 624, "end": 625, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 624, "end": 625, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } ] }, "implements": [] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 682, "end": 684, "ctxt": 0 }, "value": "B4", "optional": false }, "declare": false, "span": { "start": 676, "end": 763, "ctxt": 0 }, "decorators": [], "body": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 728, "end": 737, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 729, "end": 737, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 731, "end": 737, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 738, "end": 747, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 740, "end": 747, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 740, "end": 747, "ctxt": 0 }, "value": "Derived", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 727, "end": 748, "ctxt": 0 } } ], "superClass": { "type": "Identifier", "span": { "start": 712, "end": 713, "ctxt": 0 }, "value": "A", "optional": false }, "isAbstract": false, "typeParams": { "type": "TsTypeParameterDeclaration", "span": { "start": 684, "end": 703, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 685, "end": 702, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 685, "end": 686, "ctxt": 0 }, "value": "T", "optional": false }, "constraint": { "type": "TsTypeReference", "span": { "start": 695, "end": 702, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 695, "end": 702, "ctxt": 0 }, "value": "Derived", "optional": false }, "typeParams": null }, "default": null } ] }, "superTypeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 713, "end": 716, "ctxt": 0 }, "params": [ { "type": "TsTypeReference", "span": { "start": 714, "end": 715, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 714, "end": 715, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } ] }, "implements": [] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 775, "end": 777, "ctxt": 0 }, "value": "B5", "optional": false }, "declare": false, "span": { "start": 769, "end": 858, "ctxt": 0 }, "decorators": [], "body": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 822, "end": 831, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 823, "end": 831, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 825, "end": 831, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 832, "end": 842, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 834, "end": 842, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 834, "end": 842, "ctxt": 0 }, "value": "Derived2", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 821, "end": 843, "ctxt": 0 } } ], "superClass": { "type": "Identifier", "span": { "start": 806, "end": 807, "ctxt": 0 }, "value": "A", "optional": false }, "isAbstract": false, "typeParams": { "type": "TsTypeParameterDeclaration", "span": { "start": 777, "end": 797, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 778, "end": 796, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 778, "end": 779, "ctxt": 0 }, "value": "T", "optional": false }, "constraint": { "type": "TsTypeReference", "span": { "start": 788, "end": 796, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 788, "end": 796, "ctxt": 0 }, "value": "Derived2", "optional": false }, "typeParams": null }, "default": null } ] }, "superTypeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 807, "end": 810, "ctxt": 0 }, "params": [ { "type": "TsTypeReference", "span": { "start": 808, "end": 809, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 808, "end": 809, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } ] }, "implements": [] } ] } } ], "interpreter": null }