{ "type": "Script", "span": { "start": 34, "end": 129, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 40, "end": 41, "ctxt": 0 }, "value": "A", "optional": false }, "declare": false, "span": { "start": 34, "end": 129, "ctxt": 0 }, "decorators": [], "body": [ { "type": "PrivateProperty", "span": { "start": 48, "end": 62, "ctxt": 0 }, "key": { "type": "PrivateName", "span": { "start": 48, "end": 53, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 49, "end": 53, "ctxt": 0 }, "value": "name", "optional": false } }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 53, "end": 61, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 55, "end": 61, "ctxt": 0 }, "kind": "string" } }, "isStatic": false, "decorators": [], "computed": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "definite": false }, { "type": "Constructor", "span": { "start": 67, "end": 127, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 67, "end": 78, "ctxt": 0 }, "value": "constructor", "optional": false }, "params": [ { "type": "Parameter", "span": { "start": 79, "end": 91, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 79, "end": 91, "ctxt": 0 }, "value": "name", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 83, "end": 91, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 85, "end": 91, "ctxt": 0 }, "kind": "string" } } } } ], "body": { "type": "BlockStatement", "span": { "start": 93, "end": 127, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 103, "end": 121, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 103, "end": 120, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 103, "end": 113, "ctxt": 0 }, "object": { "type": "ThisExpression", "span": { "start": 103, "end": 107, "ctxt": 0 } }, "property": { "type": "PrivateName", "span": { "start": 108, "end": 113, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 109, "end": 113, "ctxt": 0 }, "value": "name", "optional": false } } }, "right": { "type": "Identifier", "span": { "start": 116, "end": 120, "ctxt": 0 }, "value": "name", "optional": false } } } ] }, "accessibility": null, "isOptional": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] } ], "interpreter": null }