{ "type": "Script", "span": { "start": 1, "end": 253, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 7, "end": 14, "ctxt": 0 }, "value": "clodule", "optional": false }, "declare": false, "span": { "start": 1, "end": 102, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 24, "end": 35, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 24, "end": 26, "ctxt": 0 }, "value": "id", "optional": false }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 26, "end": 34, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 28, "end": 34, "ctxt": 0 }, "kind": "string" } }, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false }, { "type": "ClassProperty", "span": { "start": 40, "end": 49, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 40, "end": 45, "ctxt": 0 }, "value": "value", "optional": false }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 45, "end": 48, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 47, "end": 48, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 47, "end": 48, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } }, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false }, { "type": "ClassMethod", "span": { "start": 55, "end": 100, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 70, "end": 73, "ctxt": 0 }, "value": "sfn", "optional": false }, "function": { "params": [ { "type": "Parameter", "span": { "start": 74, "end": 84, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 74, "end": 84, "ctxt": 0 }, "value": "id", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 76, "end": 84, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 78, "end": 84, "ctxt": 0 }, "kind": "string" } } } } ], "decorators": [], "span": { "start": 55, "end": 100, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 86, "end": 100, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 88, "end": 98, "ctxt": 0 }, "argument": { "type": "NumericLiteral", "span": { "start": 95, "end": 97, "ctxt": 0 }, "value": 42.0, "raw": "42" } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": true, "accessibility": "private", "isAbstract": false, "isOptional": false, "isOverride": false } ], "superClass": null, "isAbstract": false, "typeParams": { "type": "TsTypeParameterDeclaration", "span": { "start": 14, "end": 17, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 15, "end": 16, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 15, "end": 16, "ctxt": 0 }, "value": "T", "optional": false }, "in": false, "out": false, "constraint": null, "default": null } ] }, "superTypeParams": null, "implements": [] }, { "type": "TsModuleDeclaration", "span": { "start": 104, "end": 253, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 111, "end": 118, "ctxt": 0 }, "value": "clodule", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 119, "end": 253, "ctxt": 0 }, "body": [ { "type": "ExportDeclaration", "span": { "start": 169, "end": 251, "ctxt": 0 }, "declaration": { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 185, "end": 187, "ctxt": 0 }, "value": "fn", "optional": false }, "declare": false, "params": [ { "type": "Parameter", "span": { "start": 191, "end": 195, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 191, "end": 195, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 192, "end": 195, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 194, "end": 195, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 194, "end": 195, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } } } }, { "type": "Parameter", "span": { "start": 197, "end": 201, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 197, "end": 201, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 198, "end": 201, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 200, "end": 201, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 200, "end": 201, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } } } } ], "decorators": [], "span": { "start": 176, "end": 251, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 211, "end": 251, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 221, "end": 245, "ctxt": 0 }, "argument": { "type": "CallExpression", "span": { "start": 228, "end": 244, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 228, "end": 239, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 228, "end": 235, "ctxt": 0 }, "value": "clodule", "optional": false }, "property": { "type": "Identifier", "span": { "start": 236, "end": 239, "ctxt": 0 }, "value": "sfn", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 240, "end": 243, "ctxt": 0 }, "value": "a", "raw": "'a'" } } ], "typeArguments": null } } ] }, "generator": false, "async": false, "typeParameters": { "type": "TsTypeParameterDeclaration", "span": { "start": 187, "end": 190, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 188, "end": 189, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 188, "end": 189, "ctxt": 0 }, "value": "T", "optional": false }, "in": false, "out": false, "constraint": null, "default": null } ] }, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 202, "end": 210, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 204, "end": 210, "ctxt": 0 }, "kind": "number" } } } } ] } } ], "interpreter": null }