{ "type": "Script", "span": { "start": 108, "end": 234, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 114, "end": 118, "ctxt": 0 }, "value": "Base", "optional": false }, "declare": false, "span": { "start": 108, "end": 131, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 123, "end": 129, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 123, "end": 124, "ctxt": 0 }, "value": "b", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 127, "end": 128, "ctxt": 0 }, "value": 1.0 }, "typeAnnotation": null, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 139, "end": 146, "ctxt": 0 }, "value": "Derived", "optional": false }, "declare": false, "span": { "start": 133, "end": 234, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 164, "end": 166, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 164, "end": 165, "ctxt": 0 }, "value": "b", "optional": false }, "value": null, "typeAnnotation": null, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false }, { "type": "ClassProperty", "span": { "start": 169, "end": 180, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 169, "end": 170, "ctxt": 0 }, "value": "d", "optional": false }, "value": { "type": "MemberExpression", "span": { "start": 173, "end": 179, "ctxt": 0 }, "object": { "type": "ThisExpression", "span": { "start": 173, "end": 177, "ctxt": 0 } }, "property": { "type": "Identifier", "span": { "start": 178, "end": 179, "ctxt": 0 }, "value": "b", "optional": false } }, "typeAnnotation": null, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false }, { "type": "Constructor", "span": { "start": 184, "end": 232, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 184, "end": 195, "ctxt": 0 }, "value": "constructor", "optional": false }, "params": [], "body": { "type": "BlockStatement", "span": { "start": 198, "end": 232, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 204, "end": 212, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 204, "end": 211, "ctxt": 0 }, "callee": { "type": "Super", "span": { "start": 204, "end": 209, "ctxt": 0 } }, "arguments": [], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 217, "end": 228, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 217, "end": 227, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 217, "end": 223, "ctxt": 0 }, "object": { "type": "ThisExpression", "span": { "start": 217, "end": 221, "ctxt": 0 } }, "property": { "type": "Identifier", "span": { "start": 222, "end": 223, "ctxt": 0 }, "value": "b", "optional": false } }, "right": { "type": "NumericLiteral", "span": { "start": 226, "end": 227, "ctxt": 0 }, "value": 2.0 } } } ] }, "accessibility": null, "isOptional": false } ], "superClass": { "type": "Identifier", "span": { "start": 155, "end": 159, "ctxt": 0 }, "value": "Base", "optional": false }, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] } ], "interpreter": null }