{ "type": "Script", "span": { "start": 17, "end": 174, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 23, "end": 24, "ctxt": 0 }, "value": "C", "optional": false }, "declare": false, "span": { "start": 17, "end": 174, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 31, "end": 46, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 31, "end": 40, "ctxt": 0 }, "value": "interface", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 43, "end": 45, "ctxt": 0 }, "value": 10.0, "raw": "10" }, "typeAnnotation": null, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false }, { "type": "ClassMethod", "span": { "start": 51, "end": 74, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 58, "end": 68, "ctxt": 0 }, "value": "implements", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 51, "end": 74, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 71, "end": 74, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": "public", "isAbstract": false, "isOptional": false, "isOverride": false }, { "type": "ClassMethod", "span": { "start": 79, "end": 109, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 86, "end": 89, "ctxt": 0 }, "value": "foo", "optional": false }, "function": { "params": [ { "type": "Parameter", "span": { "start": 90, "end": 104, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 90, "end": 104, "ctxt": 0 }, "value": "arguments", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 99, "end": 104, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 101, "end": 104, "ctxt": 0 }, "kind": "any" } } } } ], "decorators": [], "span": { "start": 79, "end": 109, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 106, "end": 109, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": "public", "isAbstract": false, "isOptional": false, "isOverride": false }, { "type": "ClassMethod", "span": { "start": 114, "end": 172, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 122, "end": 125, "ctxt": 0 }, "value": "bar", "optional": false }, "function": { "params": [ { "type": "Parameter", "span": { "start": 126, "end": 134, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 126, "end": 134, "ctxt": 0 }, "value": "eval", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 130, "end": 134, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 131, "end": 134, "ctxt": 0 }, "kind": "any" } } } } ], "decorators": [], "span": { "start": 114, "end": 172, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 136, "end": 172, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 146, "end": 166, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 146, "end": 165, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 146, "end": 155, "ctxt": 0 }, "value": "arguments", "optional": false, "typeAnnotation": null }, "right": { "type": "StringLiteral", "span": { "start": 158, "end": 165, "ctxt": 0 }, "value": "hello", "raw": "\"hello\"" } } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": "private", "isAbstract": false, "isOptional": false, "isOverride": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] } ], "interpreter": null }