{ "type": "Script", "span": { "start": 51, "end": 292, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 57, "end": 58, "ctxt": 0 }, "value": "B", "optional": false }, "declare": false, "span": { "start": 51, "end": 155, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 65, "end": 88, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 72, "end": 75, "ctxt": 0 }, "value": "baz", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 86, "end": 87, "ctxt": 0 }, "value": 1.0 }, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 75, "end": 83, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 77, "end": 83, "ctxt": 0 }, "kind": "number" } }, "isStatic": false, "decorators": [], "accessibility": "public", "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false }, { "type": "Constructor", "span": { "start": 93, "end": 153, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 93, "end": 104, "ctxt": 0 }, "value": "constructor", "optional": false }, "params": [ { "type": "TsParameterProperty", "span": { "start": 105, "end": 123, "ctxt": 0 }, "decorators": [], "accessibility": "public", "override": false, "readonly": false, "param": { "type": "Identifier", "span": { "start": 112, "end": 123, "ctxt": 0 }, "value": "foo", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 115, "end": 123, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 117, "end": 123, "ctxt": 0 }, "kind": "string" } } } }, { "type": "TsParameterProperty", "span": { "start": 125, "end": 143, "ctxt": 0 }, "decorators": [], "accessibility": "public", "override": false, "readonly": false, "param": { "type": "Identifier", "span": { "start": 132, "end": 143, "ctxt": 0 }, "value": "bar", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 135, "end": 143, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 137, "end": 143, "ctxt": 0 }, "kind": "number" } } } } ], "body": { "type": "BlockStatement", "span": { "start": 145, "end": 153, "ctxt": 0 }, "stmts": [] }, "accessibility": null, "isOptional": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 163, "end": 164, "ctxt": 0 }, "value": "D", "optional": false }, "declare": false, "span": { "start": 157, "end": 292, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 181, "end": 203, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 188, "end": 191, "ctxt": 0 }, "value": "bar", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 202, "end": 203, "ctxt": 0 }, "value": 1.0 }, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 191, "end": 199, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 193, "end": 199, "ctxt": 0 }, "kind": "number" } }, "isStatic": false, "decorators": [], "accessibility": "public", "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false }, { "type": "Constructor", "span": { "start": 208, "end": 290, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 208, "end": 219, "ctxt": 0 }, "value": "constructor", "optional": false }, "params": [ { "type": "TsParameterProperty", "span": { "start": 220, "end": 238, "ctxt": 0 }, "decorators": [], "accessibility": "public", "override": false, "readonly": false, "param": { "type": "Identifier", "span": { "start": 227, "end": 238, "ctxt": 0 }, "value": "foo", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 230, "end": 238, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 232, "end": 238, "ctxt": 0 }, "kind": "string" } } } }, { "type": "TsParameterProperty", "span": { "start": 240, "end": 258, "ctxt": 0 }, "decorators": [], "accessibility": "public", "override": false, "readonly": false, "param": { "type": "Identifier", "span": { "start": 247, "end": 258, "ctxt": 0 }, "value": "baz", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 250, "end": 258, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 252, "end": 258, "ctxt": 0 }, "kind": "number" } } } } ], "body": { "type": "BlockStatement", "span": { "start": 260, "end": 290, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 270, "end": 284, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 270, "end": 284, "ctxt": 0 }, "callee": { "type": "Super", "span": { "start": 270, "end": 275, "ctxt": 0 } }, "arguments": [ { "spread": null, "expression": { "type": "Identifier", "span": { "start": 276, "end": 279, "ctxt": 0 }, "value": "foo", "optional": false } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 281, "end": 283, "ctxt": 0 }, "value": 42.0 } } ], "typeArguments": null } } ] }, "accessibility": null, "isOptional": false } ], "superClass": { "type": "Identifier", "span": { "start": 173, "end": 174, "ctxt": 0 }, "value": "B", "optional": false }, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] } ], "interpreter": null }