{ "type": "Script", "span": { "start": 0, "end": 210, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 6, "end": 13, "ctxt": 0 }, "value": "clodule", "optional": false }, "declare": false, "span": { "start": 0, "end": 79, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 23, "end": 34, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 23, "end": 25, "ctxt": 0 }, "value": "id", "optional": false }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 25, "end": 33, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 27, "end": 33, "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": 39, "end": 48, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 39, "end": 44, "ctxt": 0 }, "value": "value", "optional": false }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 44, "end": 47, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 46, "end": 47, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 46, "end": 47, "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": 54, "end": 77, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 61, "end": 63, "ctxt": 0 }, "value": "fn", "optional": false }, "function": { "params": [ { "type": "Parameter", "span": { "start": 67, "end": 72, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 67, "end": 72, "ctxt": 0 }, "value": "id", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 69, "end": 72, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 71, "end": 72, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 71, "end": 72, "ctxt": 0 }, "value": "U", "optional": false }, "typeParams": null } } } } ], "decorators": [], "span": { "start": 54, "end": 77, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 74, "end": 77, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": { "type": "TsTypeParameterDeclaration", "span": { "start": 63, "end": 66, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 64, "end": 65, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 64, "end": 65, "ctxt": 0 }, "value": "U", "optional": false }, "constraint": null, "default": null } ] }, "returnType": null }, "kind": "method", "isStatic": true, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false } ], "superClass": null, "isAbstract": false, "typeParams": { "type": "TsTypeParameterDeclaration", "span": { "start": 13, "end": 16, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 14, "end": 15, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 14, "end": 15, "ctxt": 0 }, "value": "T", "optional": false }, "constraint": null, "default": null } ] }, "superTypeParams": null, "implements": [] }, { "type": "TsModuleDeclaration", "span": { "start": 81, "end": 210, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 88, "end": 95, "ctxt": 0 }, "value": "clodule", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 96, "end": 210, "ctxt": 0 }, "body": [ { "type": "ExportDeclaration", "span": { "start": 146, "end": 208, "ctxt": 0 }, "declaration": { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 162, "end": 164, "ctxt": 0 }, "value": "fn", "optional": false }, "declare": false, "params": [ { "type": "Parameter", "span": { "start": 168, "end": 172, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 168, "end": 172, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 169, "end": 172, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 171, "end": 172, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 171, "end": 172, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } } } }, { "type": "Parameter", "span": { "start": 174, "end": 178, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 174, "end": 178, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 175, "end": 178, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 177, "end": 178, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 177, "end": 178, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } } } } ], "decorators": [], "span": { "start": 153, "end": 208, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 183, "end": 208, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 193, "end": 202, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 200, "end": 201, "ctxt": 0 }, "value": "x", "optional": false } } ] }, "generator": false, "async": false, "typeParameters": { "type": "TsTypeParameterDeclaration", "span": { "start": 164, "end": 167, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 165, "end": 166, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 165, "end": 166, "ctxt": 0 }, "value": "T", "optional": false }, "constraint": null, "default": null } ] }, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 179, "end": 182, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 181, "end": 182, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 181, "end": 182, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } } } } ] } } ], "interpreter": null }