{ "type": "Script", "span": { "start": 23, "end": 133, "ctxt": 0 }, "body": [ { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 32, "end": 33, "ctxt": 0 }, "value": "f", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 23, "end": 133, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 36, "end": 133, "ctxt": 0 }, "stmts": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 48, "end": 49, "ctxt": 0 }, "value": "C", "optional": false }, "declare": false, "span": { "start": 42, "end": 131, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 60, "end": 75, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 67, "end": 70, "ctxt": 0 }, "value": "baz", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 73, "end": 74, "ctxt": 0 }, "value": 1.0 }, "typeAnnotation": null, "isStatic": false, "decorators": [], "accessibility": "public", "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false }, { "type": "ClassMethod", "span": { "start": 84, "end": 100, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 91, "end": 94, "ctxt": 0 }, "value": "foo", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 84, "end": 100, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 97, "end": 100, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": true, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false }, { "type": "ClassMethod", "span": { "start": 109, "end": 125, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 116, "end": 119, "ctxt": 0 }, "value": "bar", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 109, "end": 125, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 122, "end": 125, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": "public", "isAbstract": false, "isOptional": false, "isOverride": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null } ], "interpreter": null }