{ "type": "Script", "span": { "start": 115, "end": 196, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 121, "end": 124, "ctxt": 0 }, "value": "Foo", "optional": false }, "declare": false, "span": { "start": 115, "end": 167, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 131, "end": 148, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 138, "end": 142, "ctxt": 0 }, "value": "stat", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 145, "end": 147, "ctxt": 0 }, "value": 10.0 }, "typeAnnotation": null, "isStatic": true, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false }, { "type": "ClassProperty", "span": { "start": 153, "end": 165, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 153, "end": 159, "ctxt": 0 }, "value": "member", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 162, "end": 164, "ctxt": 0 }, "value": 10.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": "ExpressionStatement", "span": { "start": 169, "end": 196, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 169, "end": 195, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 169, "end": 183, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 169, "end": 175, "ctxt": 0 }, "value": "module", "optional": false }, "property": { "type": "Identifier", "span": { "start": 176, "end": 183, "ctxt": 0 }, "value": "exports", "optional": false } }, "right": { "type": "NewExpression", "span": { "start": 186, "end": 195, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 190, "end": 193, "ctxt": 0 }, "value": "Foo", "optional": false }, "arguments": [], "typeArguments": null } } } ], "interpreter": null }