{ "type": "Script", "span": { "start": 55, "end": 301, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 61, "end": 62, "ctxt": 0 }, "value": "A", "optional": false }, "declare": false, "span": { "start": 55, "end": 80, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 69, "end": 78, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 69, "end": 70, "ctxt": 0 }, "value": "p", "optional": false }, "value": { "type": "StringLiteral", "span": { "start": 73, "end": 78, "ctxt": 0 }, "value": "yep", "raw": "'yep'" }, "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": 87, "end": 88, "ctxt": 0 }, "value": "B", "optional": false }, "declare": false, "span": { "start": 81, "end": 142, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 105, "end": 131, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 109, "end": 110, "ctxt": 0 }, "value": "p", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 105, "end": 131, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 113, "end": 131, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 115, "end": 129, "ctxt": 0 }, "argument": { "type": "StringLiteral", "span": { "start": 122, "end": 129, "ctxt": 0 }, "value": "oh no", "raw": "'oh no'" } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "getter", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false } ], "superClass": { "type": "Identifier", "span": { "start": 97, "end": 98, "ctxt": 0 }, "value": "A", "optional": false }, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 149, "end": 150, "ctxt": 0 }, "value": "C", "optional": false }, "declare": false, "span": { "start": 143, "end": 165, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 156, "end": 163, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 156, "end": 157, "ctxt": 0 }, "value": "p", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 160, "end": 163, "ctxt": 0 }, "value": 101.0, "raw": "101" }, "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": 172, "end": 173, "ctxt": 0 }, "value": "D", "optional": false }, "declare": false, "span": { "start": 166, "end": 301, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 191, "end": 203, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 191, "end": 198, "ctxt": 0 }, "value": "_secret", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 201, "end": 203, "ctxt": 0 }, "value": 11.0, "raw": "11" }, "typeAnnotation": null, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false }, { "type": "ClassMethod", "span": { "start": 208, "end": 239, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 212, "end": 213, "ctxt": 0 }, "value": "p", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 208, "end": 239, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 216, "end": 239, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 218, "end": 237, "ctxt": 0 }, "argument": { "type": "MemberExpression", "span": { "start": 225, "end": 237, "ctxt": 0 }, "object": { "type": "ThisExpression", "span": { "start": 225, "end": 229, "ctxt": 0 } }, "property": { "type": "Identifier", "span": { "start": 230, "end": 237, "ctxt": 0 }, "value": "_secret", "optional": false } } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "getter", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false }, { "type": "ClassMethod", "span": { "start": 253, "end": 290, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 257, "end": 258, "ctxt": 0 }, "value": "p", "optional": false }, "function": { "params": [ { "type": "Parameter", "span": { "start": 259, "end": 264, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 259, "end": 264, "ctxt": 0 }, "value": "value", "optional": false, "typeAnnotation": null } } ], "decorators": [], "span": { "start": 253, "end": 290, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 266, "end": 290, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 268, "end": 288, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 268, "end": 288, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 268, "end": 280, "ctxt": 0 }, "object": { "type": "ThisExpression", "span": { "start": 268, "end": 272, "ctxt": 0 } }, "property": { "type": "Identifier", "span": { "start": 273, "end": 280, "ctxt": 0 }, "value": "_secret", "optional": false } }, "right": { "type": "Identifier", "span": { "start": 283, "end": 288, "ctxt": 0 }, "value": "value", "optional": false } } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "setter", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false } ], "superClass": { "type": "Identifier", "span": { "start": 182, "end": 183, "ctxt": 0 }, "value": "C", "optional": false }, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] } ], "interpreter": null }