Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/8c/a875781ebf6538fc4042688209748f7da0f080d16764903f571adc20903b9f29f41004
T
2025-11-08 07:19:17 +00:00

1 line
12 KiB
Plaintext

{"dependencies":[{"name":"./AsyncAction","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":19,"column":20,"index":899},"end":{"line":19,"column":44,"index":923}}],"key":"lKZce/gMiHRCu5UA5P63/pqSDiM=","exportNames":["*"],"imports":1}},{"name":"./animationFrameProvider","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":20,"column":31,"index":956},"end":{"line":20,"column":66,"index":991}}],"key":"5dQjvJ4k917x2xuHcb0eyhUbq+A=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var __extends = this && this.__extends || function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf || {\n __proto__: []\n } instanceof Array && function (d, b) {\n d.__proto__ = b;\n } || function (d, b) {\n for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p];\n };\n return extendStatics(d, b);\n };\n return function (d, b) {\n if (typeof b !== \"function\" && b !== null) throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() {\n this.constructor = d;\n }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n }();\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.AnimationFrameAction = void 0;\n var AsyncAction_1 = require(_dependencyMap[0], \"./AsyncAction\");\n var animationFrameProvider_1 = require(_dependencyMap[1], \"./animationFrameProvider\");\n var AnimationFrameAction = function (_super) {\n __extends(AnimationFrameAction, _super);\n function AnimationFrameAction(scheduler, work) {\n var _this = _super.call(this, scheduler, work) || this;\n _this.scheduler = scheduler;\n _this.work = work;\n return _this;\n }\n AnimationFrameAction.prototype.requestAsyncId = function (scheduler, id, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n if (delay !== null && delay > 0) {\n return _super.prototype.requestAsyncId.call(this, scheduler, id, delay);\n }\n scheduler.actions.push(this);\n return scheduler._scheduled || (scheduler._scheduled = animationFrameProvider_1.animationFrameProvider.requestAnimationFrame(function () {\n return scheduler.flush(undefined);\n }));\n };\n AnimationFrameAction.prototype.recycleAsyncId = function (scheduler, id, delay) {\n var _a;\n if (delay === void 0) {\n delay = 0;\n }\n if (delay != null ? delay > 0 : this.delay > 0) {\n return _super.prototype.recycleAsyncId.call(this, scheduler, id, delay);\n }\n var actions = scheduler.actions;\n if (id != null && id === scheduler._scheduled && ((_a = actions[actions.length - 1]) === null || _a === void 0 ? void 0 : _a.id) !== id) {\n animationFrameProvider_1.animationFrameProvider.cancelAnimationFrame(id);\n scheduler._scheduled = undefined;\n }\n return undefined;\n };\n return AnimationFrameAction;\n }(AsyncAction_1.AsyncAction);\n exports.AnimationFrameAction = AnimationFrameAction;\n});","lineCount":68,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0],[4,6,2,4,"__extends"],[4,15,2,13],[4,18,2,17],[4,22,2,21],[4,26,2,25],[4,30,2,29],[4,31,2,30,"__extends"],[4,40,2,39],[4,44,2,45],[4,56,2,57],[5,4,3,4],[5,8,3,8,"extendStatics"],[5,21,3,21],[5,24,3,24],[5,33,3,24,"extendStatics"],[5,34,3,34,"d"],[5,35,3,35],[5,37,3,37,"b"],[5,38,3,38],[5,40,3,40],[6,6,4,8,"extendStatics"],[6,19,4,21],[6,22,4,24,"Object"],[6,28,4,30],[6,29,4,31,"setPrototypeOf"],[6,43,4,45],[6,47,5,13],[7,8,5,15,"__proto__"],[7,17,5,24],[7,19,5,26],[8,6,5,29],[8,7,5,30],[8,19,5,42,"Array"],[8,24,5,47],[8,28,5,51],[8,38,5,61,"d"],[8,39,5,62],[8,41,5,64,"b"],[8,42,5,65],[8,44,5,67],[9,8,5,69,"d"],[9,9,5,70],[9,10,5,71,"__proto__"],[9,19,5,80],[9,22,5,83,"b"],[9,23,5,84],[10,6,5,86],[10,7,5,88],[10,11,6,12],[10,21,6,22,"d"],[10,22,6,23],[10,24,6,25,"b"],[10,25,6,26],[10,27,6,28],[11,8,6,30],[11,13,6,35],[11,17,6,39,"p"],[11,18,6,40],[11,22,6,44,"b"],[11,23,6,45],[11,25,6,47],[11,29,6,51,"Object"],[11,35,6,57],[11,36,6,58,"prototype"],[11,45,6,67],[11,46,6,68,"hasOwnProperty"],[11,60,6,82],[11,61,6,83,"call"],[11,65,6,87],[11,66,6,88,"b"],[11,67,6,89],[11,69,6,91,"p"],[11,70,6,92],[11,71,6,93],[11,73,6,95,"d"],[11,74,6,96],[11,75,6,97,"p"],[11,76,6,98],[11,77,6,99],[11,80,6,102,"b"],[11,81,6,103],[11,82,6,104,"p"],[11,83,6,105],[11,84,6,106],[12,6,6,108],[12,7,6,109],[13,6,7,8],[13,13,7,15,"extendStatics"],[13,26,7,28],[13,27,7,29,"d"],[13,28,7,30],[13,30,7,32,"b"],[13,31,7,33],[13,32,7,34],[14,4,8,4],[14,5,8,5],[15,4,9,4],[15,11,9,11],[15,21,9,21,"d"],[15,22,9,22],[15,24,9,24,"b"],[15,25,9,25],[15,27,9,27],[16,6,10,8],[16,10,10,12],[16,17,10,19,"b"],[16,18,10,20],[16,23,10,25],[16,33,10,35],[16,37,10,39,"b"],[16,38,10,40],[16,43,10,45],[16,47,10,49],[16,49,11,12],[16,55,11,18],[16,59,11,22,"TypeError"],[16,68,11,31],[16,69,11,32],[16,91,11,54],[16,94,11,57,"String"],[16,100,11,63],[16,101,11,64,"b"],[16,102,11,65],[16,103,11,66],[16,106,11,69],[16,137,11,100],[16,138,11,101],[17,6,12,8,"extendStatics"],[17,19,12,21],[17,20,12,22,"d"],[17,21,12,23],[17,23,12,25,"b"],[17,24,12,26],[17,25,12,27],[18,6,13,8],[18,15,13,17,"__"],[18,17,13,19,"__"],[18,18,13,19],[18,20,13,22],[19,8,13,24],[19,12,13,28],[19,13,13,29,"constructor"],[19,24,13,40],[19,27,13,43,"d"],[19,28,13,44],[20,6,13,46],[21,6,14,8,"d"],[21,7,14,9],[21,8,14,10,"prototype"],[21,17,14,19],[21,20,14,22,"b"],[21,21,14,23],[21,26,14,28],[21,30,14,32],[21,33,14,35,"Object"],[21,39,14,41],[21,40,14,42,"create"],[21,46,14,48],[21,47,14,49,"b"],[21,48,14,50],[21,49,14,51],[21,53,14,55,"__"],[21,55,14,57],[21,56,14,58,"prototype"],[21,65,14,67],[21,68,14,70,"b"],[21,69,14,71],[21,70,14,72,"prototype"],[21,79,14,81],[21,81,14,83],[21,85,14,87,"__"],[21,87,14,89],[21,88,14,90],[21,89,14,91],[21,90,14,92],[22,4,15,4],[22,5,15,5],[23,2,16,0],[23,3,16,1],[23,4,16,3],[23,5,16,4],[24,2,17,0,"Object"],[24,8,17,6],[24,9,17,7,"defineProperty"],[24,23,17,21],[24,24,17,22,"exports"],[24,31,17,29],[24,33,17,31],[24,45,17,43],[24,47,17,45],[25,4,17,47,"value"],[25,9,17,52],[25,11,17,54],[26,2,17,59],[26,3,17,60],[26,4,17,61],[27,2,18,0,"exports"],[27,9,18,7],[27,10,18,8,"AnimationFrameAction"],[27,30,18,28],[27,33,18,31],[27,38,18,36],[27,39,18,37],[28,2,19,0],[28,6,19,4,"AsyncAction_1"],[28,19,19,17],[28,22,19,20,"require"],[28,29,19,27],[28,30,19,27,"_dependencyMap"],[28,44,19,27],[28,64,19,43],[28,65,19,44],[29,2,20,0],[29,6,20,4,"animationFrameProvider_1"],[29,30,20,28],[29,33,20,31,"require"],[29,40,20,38],[29,41,20,38,"_dependencyMap"],[29,55,20,38],[29,86,20,65],[29,87,20,66],[30,2,21,0],[30,6,21,4,"AnimationFrameAction"],[30,26,21,24],[30,29,21,28],[30,39,21,38,"_super"],[30,45,21,44],[30,47,21,46],[31,4,22,4,"__extends"],[31,13,22,13],[31,14,22,14,"AnimationFrameAction"],[31,34,22,34],[31,36,22,36,"_super"],[31,42,22,42],[31,43,22,43],[32,4,23,4],[32,13,23,13,"AnimationFrameAction"],[32,33,23,33,"AnimationFrameAction"],[32,34,23,34,"scheduler"],[32,43,23,43],[32,45,23,45,"work"],[32,49,23,49],[32,51,23,51],[33,6,24,8],[33,10,24,12,"_this"],[33,15,24,17],[33,18,24,20,"_super"],[33,24,24,26],[33,25,24,27,"call"],[33,29,24,31],[33,30,24,32],[33,34,24,36],[33,36,24,38,"scheduler"],[33,45,24,47],[33,47,24,49,"work"],[33,51,24,53],[33,52,24,54],[33,56,24,58],[33,60,24,62],[34,6,25,8,"_this"],[34,11,25,13],[34,12,25,14,"scheduler"],[34,21,25,23],[34,24,25,26,"scheduler"],[34,33,25,35],[35,6,26,8,"_this"],[35,11,26,13],[35,12,26,14,"work"],[35,16,26,18],[35,19,26,21,"work"],[35,23,26,25],[36,6,27,8],[36,13,27,15,"_this"],[36,18,27,20],[37,4,28,4],[38,4,29,4,"AnimationFrameAction"],[38,24,29,24],[38,25,29,25,"prototype"],[38,34,29,34],[38,35,29,35,"requestAsyncId"],[38,49,29,49],[38,52,29,52],[38,62,29,62,"scheduler"],[38,71,29,71],[38,73,29,73,"id"],[38,75,29,75],[38,77,29,77,"delay"],[38,82,29,82],[38,84,29,84],[39,6,30,8],[39,10,30,12,"delay"],[39,15,30,17],[39,20,30,22],[39,25,30,27],[39,26,30,28],[39,28,30,30],[40,8,30,32,"delay"],[40,13,30,37],[40,16,30,40],[40,17,30,41],[41,6,30,43],[42,6,31,8],[42,10,31,12,"delay"],[42,15,31,17],[42,20,31,22],[42,24,31,26],[42,28,31,30,"delay"],[42,33,31,35],[42,36,31,38],[42,37,31,39],[42,39,31,41],[43,8,32,12],[43,15,32,19,"_super"],[43,21,32,25],[43,22,32,26,"prototype"],[43,31,32,35],[43,32,32,36,"requestAsyncId"],[43,46,32,50],[43,47,32,51,"call"],[43,51,32,55],[43,52,32,56],[43,56,32,60],[43,58,32,62,"scheduler"],[43,67,32,71],[43,69,32,73,"id"],[43,71,32,75],[43,73,32,77,"delay"],[43,78,32,82],[43,79,32,83],[44,6,33,8],[45,6,34,8,"scheduler"],[45,15,34,17],[45,16,34,18,"actions"],[45,23,34,25],[45,24,34,26,"push"],[45,28,34,30],[45,29,34,31],[45,33,34,35],[45,34,34,36],[46,6,35,8],[46,13,35,15,"scheduler"],[46,22,35,24],[46,23,35,25,"_scheduled"],[46,33,35,35],[46,38,35,40,"scheduler"],[46,47,35,49],[46,48,35,50,"_scheduled"],[46,58,35,60],[46,61,35,63,"animationFrameProvider_1"],[46,85,35,87],[46,86,35,88,"animationFrameProvider"],[46,108,35,110],[46,109,35,111,"requestAnimationFrame"],[46,130,35,132],[46,131,35,133],[46,143,35,145],[47,8,35,147],[47,15,35,154,"scheduler"],[47,24,35,163],[47,25,35,164,"flush"],[47,30,35,169],[47,31,35,170,"undefined"],[47,40,35,179],[47,41,35,180],[48,6,35,182],[48,7,35,183],[48,8,35,184],[48,9,35,185],[49,4,36,4],[49,5,36,5],[50,4,37,4,"AnimationFrameAction"],[50,24,37,24],[50,25,37,25,"prototype"],[50,34,37,34],[50,35,37,35,"recycleAsyncId"],[50,49,37,49],[50,52,37,52],[50,62,37,62,"scheduler"],[50,71,37,71],[50,73,37,73,"id"],[50,75,37,75],[50,77,37,77,"delay"],[50,82,37,82],[50,84,37,84],[51,6,38,8],[51,10,38,12,"_a"],[51,12,38,14],[52,6,39,8],[52,10,39,12,"delay"],[52,15,39,17],[52,20,39,22],[52,25,39,27],[52,26,39,28],[52,28,39,30],[53,8,39,32,"delay"],[53,13,39,37],[53,16,39,40],[53,17,39,41],[54,6,39,43],[55,6,40,8],[55,10,40,12,"delay"],[55,15,40,17],[55,19,40,21],[55,23,40,25],[55,26,40,28,"delay"],[55,31,40,33],[55,34,40,36],[55,35,40,37],[55,38,40,40],[55,42,40,44],[55,43,40,45,"delay"],[55,48,40,50],[55,51,40,53],[55,52,40,54],[55,54,40,56],[56,8,41,12],[56,15,41,19,"_super"],[56,21,41,25],[56,22,41,26,"prototype"],[56,31,41,35],[56,32,41,36,"recycleAsyncId"],[56,46,41,50],[56,47,41,51,"call"],[56,51,41,55],[56,52,41,56],[56,56,41,60],[56,58,41,62,"scheduler"],[56,67,41,71],[56,69,41,73,"id"],[56,71,41,75],[56,73,41,77,"delay"],[56,78,41,82],[56,79,41,83],[57,6,42,8],[58,6,43,8],[58,10,43,12,"actions"],[58,17,43,19],[58,20,43,22,"scheduler"],[58,29,43,31],[58,30,43,32,"actions"],[58,37,43,39],[59,6,44,8],[59,10,44,12,"id"],[59,12,44,14],[59,16,44,18],[59,20,44,22],[59,24,44,26,"id"],[59,26,44,28],[59,31,44,33,"scheduler"],[59,40,44,42],[59,41,44,43,"_scheduled"],[59,51,44,53],[59,55,44,57],[59,56,44,58],[59,57,44,59,"_a"],[59,59,44,61],[59,62,44,64,"actions"],[59,69,44,71],[59,70,44,72,"actions"],[59,77,44,79],[59,78,44,80,"length"],[59,84,44,86],[59,87,44,89],[59,88,44,90],[59,89,44,91],[59,95,44,97],[59,99,44,101],[59,103,44,105,"_a"],[59,105,44,107],[59,110,44,112],[59,115,44,117],[59,116,44,118],[59,119,44,121],[59,124,44,126],[59,125,44,127],[59,128,44,130,"_a"],[59,130,44,132],[59,131,44,133,"id"],[59,133,44,135],[59,139,44,141,"id"],[59,141,44,143],[59,143,44,145],[60,8,45,12,"animationFrameProvider_1"],[60,32,45,36],[60,33,45,37,"animationFrameProvider"],[60,55,45,59],[60,56,45,60,"cancelAnimationFrame"],[60,76,45,80],[60,77,45,81,"id"],[60,79,45,83],[60,80,45,84],[61,8,46,12,"scheduler"],[61,17,46,21],[61,18,46,22,"_scheduled"],[61,28,46,32],[61,31,46,35,"undefined"],[61,40,46,44],[62,6,47,8],[63,6,48,8],[63,13,48,15,"undefined"],[63,22,48,24],[64,4,49,4],[64,5,49,5],[65,4,50,4],[65,11,50,11,"AnimationFrameAction"],[65,31,50,31],[66,2,51,0],[66,3,51,1],[66,4,51,2,"AsyncAction_1"],[66,17,51,15],[66,18,51,16,"AsyncAction"],[66,29,51,27],[66,30,51,29],[67,2,52,0,"exports"],[67,9,52,7],[67,10,52,8,"AnimationFrameAction"],[67,30,52,28],[67,33,52,31,"AnimationFrameAction"],[67,53,52,51],[68,0,52,52],[68,3]],"functionMap":{"names":["<global>","<anonymous>","extendStatics","__","AnimationFrameAction","prototype.requestAsyncId","animationFrameProvider_1.animationFrameProvider.requestAnimationFrame$argument_0","prototype.recycleAsyncId"],"mappings":"AAA;6CCC;wBCC;mDDE,oCC;YDC,iGC;KDE;QEK,uCF;CDG;4BCK;IGE;KHK;oDIC;qICM,kDD;KJC;oDMC;KNY;CDE"},"hasCjsExports":true},"type":"js/module"}]}