{ "type": "Script", "span": { "start": 116, "end": 398, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 122, "end": 123, "ctxt": 0 }, "value": "C", "optional": false }, "declare": false, "span": { "start": 116, "end": 168, "ctxt": 0 }, "decorators": [], "body": [ { "type": "Constructor", "span": { "start": 130, "end": 166, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 130, "end": 141, "ctxt": 0 }, "value": "constructor", "optional": false }, "params": [ { "type": "TsParameterProperty", "span": { "start": 142, "end": 150, "ctxt": 0 }, "decorators": [], "accessibility": "public", "override": false, "readonly": false, "param": { "type": "Identifier", "span": { "start": 149, "end": 150, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null } }, { "type": "TsParameterProperty", "span": { "start": 152, "end": 161, "ctxt": 0 }, "decorators": [], "accessibility": "private", "override": false, "readonly": false, "param": { "type": "Identifier", "span": { "start": 160, "end": 161, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": null } } ], "body": { "type": "BlockStatement", "span": { "start": 163, "end": 166, "ctxt": 0 }, "stmts": [] }, "accessibility": null, "isOptional": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 176, "end": 178, "ctxt": 0 }, "value": "C2", "optional": false }, "declare": false, "span": { "start": 170, "end": 212, "ctxt": 0 }, "decorators": [], "body": [ { "type": "Constructor", "span": { "start": 185, "end": 210, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 185, "end": 196, "ctxt": 0 }, "value": "constructor", "optional": false }, "params": [ { "type": "TsParameterProperty", "span": { "start": 197, "end": 205, "ctxt": 0 }, "decorators": [], "accessibility": "public", "override": false, "readonly": false, "param": { "type": "Identifier", "span": { "start": 204, "end": 205, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null } } ], "body": { "type": "BlockStatement", "span": { "start": 207, "end": 210, "ctxt": 0 }, "stmts": [] }, "accessibility": null, "isOptional": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 220, "end": 222, "ctxt": 0 }, "value": "C3", "optional": false }, "declare": false, "span": { "start": 214, "end": 257, "ctxt": 0 }, "decorators": [], "body": [ { "type": "Constructor", "span": { "start": 229, "end": 255, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 229, "end": 240, "ctxt": 0 }, "value": "constructor", "optional": false }, "params": [ { "type": "TsParameterProperty", "span": { "start": 241, "end": 250, "ctxt": 0 }, "decorators": [], "accessibility": "private", "override": false, "readonly": false, "param": { "type": "Identifier", "span": { "start": 249, "end": 250, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null } } ], "body": { "type": "BlockStatement", "span": { "start": 252, "end": 255, "ctxt": 0 }, "stmts": [] }, "accessibility": null, "isOptional": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "TsInterfaceDeclaration", "span": { "start": 259, "end": 294, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 269, "end": 270, "ctxt": 0 }, "value": "I", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 271, "end": 294, "ctxt": 0 }, "body": [ { "type": "TsConstructSignatureDeclaration", "span": { "start": 277, "end": 292, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 289, "end": 290, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null } ], "typeAnnotation": null, "typeParams": null } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 296, "end": 333, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 306, "end": 308, "ctxt": 0 }, "value": "I2", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 309, "end": 333, "ctxt": 0 }, "body": [ { "type": "TsConstructSignatureDeclaration", "span": { "start": 315, "end": 331, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 328, "end": 329, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null } ], "typeAnnotation": null, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 335, "end": 365, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 339, "end": 365, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 339, "end": 340, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 340, "end": 365, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 342, "end": 365, "ctxt": 0 }, "members": [ { "type": "TsConstructSignatureDeclaration", "span": { "start": 348, "end": 363, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 360, "end": 361, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null } ], "typeAnnotation": null, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 367, "end": 398, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 371, "end": 398, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 371, "end": 372, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 372, "end": 398, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 374, "end": 398, "ctxt": 0 }, "members": [ { "type": "TsConstructSignatureDeclaration", "span": { "start": 380, "end": 396, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 393, "end": 394, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null } ], "typeAnnotation": null, "typeParams": null } ] } } }, "init": null, "definite": false } ] } ], "interpreter": null }