{ "type": "Module", "span": { "start": 52, "end": 440, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 52, "end": 128, "ctxt": 0 }, "kind": "const", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 58, "end": 128, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 58, "end": 61, "ctxt": 0 }, "value": "Foo", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 61, "end": 70, "ctxt": 0 }, "typeAnnotation": { "type": "TsIntersectionType", "span": { "start": 63, "end": 70, "ctxt": 0 }, "types": [ { "type": "TsTypeReference", "span": { "start": 63, "end": 65, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 63, "end": 65, "ctxt": 0 }, "value": "C1", "optional": false }, "typeParams": null }, { "type": "TsTypeReference", "span": { "start": 68, "end": 70, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 68, "end": 70, "ctxt": 0 }, "value": "C2", "optional": false }, "typeParams": null } ] } } }, "init": { "type": "ClassExpression", "identifier": null, "span": { "start": 78, "end": 128, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 95, "end": 103, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 95, "end": 97, "ctxt": 0 }, "value": "m1", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 95, "end": 103, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 100, "end": 103, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false }, { "type": "ClassMethod", "span": { "start": 113, "end": 121, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 113, "end": 115, "ctxt": 0 }, "value": "m2", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 113, "end": 121, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 118, "end": 121, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, "definite": false } ] }, { "type": "TsInterfaceDeclaration", "span": { "start": 132, "end": 166, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 142, "end": 144, "ctxt": 0 }, "value": "I1", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 145, "end": 166, "ctxt": 0 }, "body": [ { "type": "TsMethodSignature", "span": { "start": 152, "end": 163, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 152, "end": 154, "ctxt": 0 }, "value": "m1", "optional": false }, "computed": false, "optional": false, "params": [], "typeAnn": { "type": "TsTypeAnnotation", "span": { "start": 156, "end": 162, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 158, "end": 162, "ctxt": 0 }, "kind": "void" } }, "typeParams": null } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 170, "end": 221, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 180, "end": 182, "ctxt": 0 }, "value": "I2", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 183, "end": 221, "ctxt": 0 }, "body": [ { "type": "TsMethodSignature", "span": { "start": 190, "end": 201, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 190, "end": 192, "ctxt": 0 }, "value": "m1", "optional": false }, "computed": false, "optional": false, "params": [], "typeAnn": { "type": "TsTypeAnnotation", "span": { "start": 194, "end": 200, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 196, "end": 200, "ctxt": 0 }, "kind": "void" } }, "typeParams": null }, { "type": "TsMethodSignature", "span": { "start": 207, "end": 218, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 207, "end": 209, "ctxt": 0 }, "value": "m2", "optional": false }, "computed": false, "optional": false, "params": [], "typeAnn": { "type": "TsTypeAnnotation", "span": { "start": 211, "end": 217, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 213, "end": 217, "ctxt": 0 }, "kind": "void" } }, "typeParams": null } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 225, "end": 272, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 235, "end": 237, "ctxt": 0 }, "value": "C1", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 238, "end": 272, "ctxt": 0 }, "body": [ { "type": "TsConstructSignatureDeclaration", "span": { "start": 245, "end": 269, "ctxt": 0 }, "params": [ { "type": "RestElement", "span": { "start": 249, "end": 263, "ctxt": 0 }, "rest": { "start": 249, "end": 252, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 252, "end": 256, "ctxt": 0 }, "value": "args", "optional": false, "typeAnnotation": null }, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 256, "end": 263, "ctxt": 0 }, "typeAnnotation": { "type": "TsArrayType", "span": { "start": 258, "end": 263, "ctxt": 0 }, "elemType": { "type": "TsKeywordType", "span": { "start": 258, "end": 261, "ctxt": 0 }, "kind": "any" } } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 264, "end": 268, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 266, "end": 268, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 266, "end": 268, "ctxt": 0 }, "value": "I1", "optional": false }, "typeParams": null } }, "typeParams": null } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 276, "end": 323, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 286, "end": 288, "ctxt": 0 }, "value": "C2", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 289, "end": 323, "ctxt": 0 }, "body": [ { "type": "TsConstructSignatureDeclaration", "span": { "start": 296, "end": 320, "ctxt": 0 }, "params": [ { "type": "RestElement", "span": { "start": 300, "end": 314, "ctxt": 0 }, "rest": { "start": 300, "end": 303, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 303, "end": 307, "ctxt": 0 }, "value": "args", "optional": false, "typeAnnotation": null }, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 307, "end": 314, "ctxt": 0 }, "typeAnnotation": { "type": "TsArrayType", "span": { "start": 309, "end": 314, "ctxt": 0 }, "elemType": { "type": "TsKeywordType", "span": { "start": 309, "end": 312, "ctxt": 0 }, "kind": "any" } } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 315, "end": 319, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 317, "end": 319, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 317, "end": 319, "ctxt": 0 }, "value": "I2", "optional": false }, "typeParams": null } }, "typeParams": null } ] } }, { "type": "ExportDeclaration", "span": { "start": 327, "end": 440, "ctxt": 0 }, "declaration": { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 340, "end": 343, "ctxt": 0 }, "value": "Bar", "optional": false }, "declare": false, "span": { "start": 334, "end": 440, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 363, "end": 397, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 363, "end": 365, "ctxt": 0 }, "value": "m1", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 363, "end": 397, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 368, "end": 397, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 379, "end": 390, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 379, "end": 389, "ctxt": 0 }, "callee": { "type": "SuperPropExpression", "span": { "start": 379, "end": 387, "ctxt": 0 }, "obj": { "type": "Super", "span": { "start": 379, "end": 384, "ctxt": 0 } }, "property": { "type": "Identifier", "span": { "start": 385, "end": 387, "ctxt": 0 }, "value": "m1", "optional": false } }, "arguments": [], "typeArguments": null } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false }, { "type": "ClassMethod", "span": { "start": 403, "end": 437, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 403, "end": 405, "ctxt": 0 }, "value": "m2", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 403, "end": 437, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 408, "end": 437, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 419, "end": 430, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 419, "end": 429, "ctxt": 0 }, "callee": { "type": "SuperPropExpression", "span": { "start": 419, "end": 427, "ctxt": 0 }, "obj": { "type": "Super", "span": { "start": 419, "end": 424, "ctxt": 0 } }, "property": { "type": "Identifier", "span": { "start": 425, "end": 427, "ctxt": 0 }, "value": "m2", "optional": false } }, "arguments": [], "typeArguments": null } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false } ], "superClass": { "type": "Identifier", "span": { "start": 352, "end": 355, "ctxt": 0 }, "value": "Foo", "optional": false }, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] } } ], "interpreter": null }