{ "type": "Script", "span": { "start": 63, "end": 515, "ctxt": 0 }, "body": [ { "type": "TsInterfaceDeclaration", "span": { "start": 63, "end": 94, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 73, "end": 77, "ctxt": 0 }, "value": "Base", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 78, "end": 94, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 80, "end": 92, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 80, "end": 83, "ctxt": 0 }, "value": "foo", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 83, "end": 91, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 85, "end": 91, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 95, "end": 142, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 105, "end": 112, "ctxt": 0 }, "value": "Derived", "optional": false }, "declare": false, "typeParams": null, "extends": [ { "type": "TsExpressionWithTypeArguments", "span": { "start": 121, "end": 125, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 121, "end": 125, "ctxt": 0 }, "value": "Base", "optional": false }, "typeArguments": null } ], "body": { "type": "TsInterfaceBody", "span": { "start": 126, "end": 142, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 128, "end": 140, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 128, "end": 131, "ctxt": 0 }, "value": "bar", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 131, "end": 139, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 133, "end": 139, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 143, "end": 194, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 153, "end": 161, "ctxt": 0 }, "value": "Derived2", "optional": false }, "declare": false, "typeParams": null, "extends": [ { "type": "TsExpressionWithTypeArguments", "span": { "start": 170, "end": 177, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 170, "end": 177, "ctxt": 0 }, "value": "Derived", "optional": false }, "typeArguments": null } ], "body": { "type": "TsInterfaceBody", "span": { "start": 178, "end": 194, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 180, "end": 192, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 180, "end": 183, "ctxt": 0 }, "value": "baz", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 183, "end": 191, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 185, "end": 191, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 196, "end": 205, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 200, "end": 204, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 200, "end": 201, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 201, "end": 204, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 203, "end": 204, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 203, "end": 204, "ctxt": 0 }, "value": "A", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 206, "end": 238, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 210, "end": 238, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 210, "end": 212, "ctxt": 0 }, "value": "b1", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 212, "end": 238, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 214, "end": 238, "ctxt": 0 }, "members": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 217, "end": 226, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 218, "end": 226, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 220, "end": 226, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 227, "end": 235, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 229, "end": 235, "ctxt": 0 }, "kind": "string" } }, "readonly": false, "static": false, "span": { "start": 216, "end": 236, "ctxt": 0 } } ] } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 239, "end": 246, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 239, "end": 245, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 239, "end": 240, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 243, "end": 245, "ctxt": 0 }, "value": "b1", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 256, "end": 263, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 256, "end": 262, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 256, "end": 258, "ctxt": 0 }, "value": "b1", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 261, "end": 262, "ctxt": 0 }, "value": "a", "optional": false } } }, { "type": "TsModuleDeclaration", "span": { "start": 274, "end": 515, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 281, "end": 289, "ctxt": 0 }, "value": "Generics", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 290, "end": 515, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 302, "end": 303, "ctxt": 0 }, "value": "A", "optional": false }, "declare": false, "span": { "start": 296, "end": 354, "ctxt": 0 }, "decorators": [], "body": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 334, "end": 343, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 335, "end": 343, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 337, "end": 343, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 344, "end": 347, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 346, "end": 347, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 346, "end": 347, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 333, "end": 348, "ctxt": 0 } } ], "superClass": null, "isAbstract": false, "typeParams": { "type": "TsTypeParameterDeclaration", "span": { "start": 303, "end": 322, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 304, "end": 321, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 304, "end": 305, "ctxt": 0 }, "value": "T", "optional": false }, "in": false, "out": false, "constraint": { "type": "TsTypeReference", "span": { "start": 314, "end": 321, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 314, "end": 321, "ctxt": 0 }, "value": "Derived", "optional": false }, "typeParams": null }, "default": null } ] }, "superTypeParams": null, "implements": [] }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 372, "end": 375, "ctxt": 0 }, "value": "foo", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 363, "end": 513, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 397, "end": 513, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 407, "end": 419, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 411, "end": 418, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 411, "end": 412, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 412, "end": 418, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 414, "end": 418, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 414, "end": 415, "ctxt": 0 }, "value": "A", "optional": false }, "typeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 415, "end": 418, "ctxt": 0 }, "params": [ { "type": "TsTypeReference", "span": { "start": 416, "end": 417, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 416, "end": 417, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } ] } } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 428, "end": 459, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 432, "end": 459, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 432, "end": 433, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 433, "end": 459, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 435, "end": 459, "ctxt": 0 }, "members": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 438, "end": 447, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 439, "end": 447, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 441, "end": 447, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 448, "end": 456, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 450, "end": 456, "ctxt": 0 }, "kind": "string" } }, "readonly": false, "static": false, "span": { "start": 437, "end": 457, "ctxt": 0 } } ] } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 468, "end": 474, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 468, "end": 473, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 468, "end": 469, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 472, "end": 473, "ctxt": 0 }, "value": "b", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 492, "end": 498, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 492, "end": 497, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 492, "end": 493, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 496, "end": 497, "ctxt": 0 }, "value": "a", "optional": false } } } ] }, "generator": false, "async": false, "typeParameters": { "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 }, "in": false, "out": 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 } ] }, "returnType": null } ] } } ], "interpreter": null }