mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 12:21:01 +00:00
1 line
9.0 KiB
Plaintext
1 line
9.0 KiB
Plaintext
{"dependencies":[{"name":"../Scheduler","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":19,"column":18,"index":891},"end":{"line":19,"column":41,"index":914}}],"key":"xcfJy0fKwJIri3/GpVNvXAjHB9M=","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.AsyncScheduler = void 0;\n var Scheduler_1 = require(_dependencyMap[0], \"../Scheduler\");\n var AsyncScheduler = function (_super) {\n __extends(AsyncScheduler, _super);\n function AsyncScheduler(SchedulerAction, now) {\n if (now === void 0) {\n now = Scheduler_1.Scheduler.now;\n }\n var _this = _super.call(this, SchedulerAction, now) || this;\n _this.actions = [];\n _this._active = false;\n return _this;\n }\n AsyncScheduler.prototype.flush = function (action) {\n var actions = this.actions;\n if (this._active) {\n actions.push(action);\n return;\n }\n var error;\n this._active = true;\n do {\n if (error = action.execute(action.state, action.delay)) {\n break;\n }\n } while (action = actions.shift());\n this._active = false;\n if (error) {\n while (action = actions.shift()) {\n action.unsubscribe();\n }\n throw error;\n }\n };\n return AsyncScheduler;\n }(Scheduler_1.Scheduler);\n exports.AsyncScheduler = AsyncScheduler;\n});","lineCount":64,"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,"AsyncScheduler"],[27,24,18,22],[27,27,18,25],[27,32,18,30],[27,33,18,31],[28,2,19,0],[28,6,19,4,"Scheduler_1"],[28,17,19,15],[28,20,19,18,"require"],[28,27,19,25],[28,28,19,25,"_dependencyMap"],[28,42,19,25],[28,61,19,40],[28,62,19,41],[29,2,20,0],[29,6,20,4,"AsyncScheduler"],[29,20,20,18],[29,23,20,22],[29,33,20,32,"_super"],[29,39,20,38],[29,41,20,40],[30,4,21,4,"__extends"],[30,13,21,13],[30,14,21,14,"AsyncScheduler"],[30,28,21,28],[30,30,21,30,"_super"],[30,36,21,36],[30,37,21,37],[31,4,22,4],[31,13,22,13,"AsyncScheduler"],[31,27,22,27,"AsyncScheduler"],[31,28,22,28,"SchedulerAction"],[31,43,22,43],[31,45,22,45,"now"],[31,48,22,48],[31,50,22,50],[32,6,23,8],[32,10,23,12,"now"],[32,13,23,15],[32,18,23,20],[32,23,23,25],[32,24,23,26],[32,26,23,28],[33,8,23,30,"now"],[33,11,23,33],[33,14,23,36,"Scheduler_1"],[33,25,23,47],[33,26,23,48,"Scheduler"],[33,35,23,57],[33,36,23,58,"now"],[33,39,23,61],[34,6,23,63],[35,6,24,8],[35,10,24,12,"_this"],[35,15,24,17],[35,18,24,20,"_super"],[35,24,24,26],[35,25,24,27,"call"],[35,29,24,31],[35,30,24,32],[35,34,24,36],[35,36,24,38,"SchedulerAction"],[35,51,24,53],[35,53,24,55,"now"],[35,56,24,58],[35,57,24,59],[35,61,24,63],[35,65,24,67],[36,6,25,8,"_this"],[36,11,25,13],[36,12,25,14,"actions"],[36,19,25,21],[36,22,25,24],[36,24,25,26],[37,6,26,8,"_this"],[37,11,26,13],[37,12,26,14,"_active"],[37,19,26,21],[37,22,26,24],[37,27,26,29],[38,6,27,8],[38,13,27,15,"_this"],[38,18,27,20],[39,4,28,4],[40,4,29,4,"AsyncScheduler"],[40,18,29,18],[40,19,29,19,"prototype"],[40,28,29,28],[40,29,29,29,"flush"],[40,34,29,34],[40,37,29,37],[40,47,29,47,"action"],[40,53,29,53],[40,55,29,55],[41,6,30,8],[41,10,30,12,"actions"],[41,17,30,19],[41,20,30,22],[41,24,30,26],[41,25,30,27,"actions"],[41,32,30,34],[42,6,31,8],[42,10,31,12],[42,14,31,16],[42,15,31,17,"_active"],[42,22,31,24],[42,24,31,26],[43,8,32,12,"actions"],[43,15,32,19],[43,16,32,20,"push"],[43,20,32,24],[43,21,32,25,"action"],[43,27,32,31],[43,28,32,32],[44,8,33,12],[45,6,34,8],[46,6,35,8],[46,10,35,12,"error"],[46,15,35,17],[47,6,36,8],[47,10,36,12],[47,11,36,13,"_active"],[47,18,36,20],[47,21,36,23],[47,25,36,27],[48,6,37,8],[48,9,37,11],[49,8,38,12],[49,12,38,17,"error"],[49,17,38,22],[49,20,38,25,"action"],[49,26,38,31],[49,27,38,32,"execute"],[49,34,38,39],[49,35,38,40,"action"],[49,41,38,46],[49,42,38,47,"state"],[49,47,38,52],[49,49,38,54,"action"],[49,55,38,60],[49,56,38,61,"delay"],[49,61,38,66],[49,62,38,67],[49,64,38,70],[50,10,39,16],[51,8,40,12],[52,6,41,8],[52,7,41,9],[52,15,41,18,"action"],[52,21,41,24],[52,24,41,27,"actions"],[52,31,41,34],[52,32,41,35,"shift"],[52,37,41,40],[52,38,41,41],[52,39,41,42],[53,6,42,8],[53,10,42,12],[53,11,42,13,"_active"],[53,18,42,20],[53,21,42,23],[53,26,42,28],[54,6,43,8],[54,10,43,12,"error"],[54,15,43,17],[54,17,43,19],[55,8,44,12],[55,15,44,20,"action"],[55,21,44,26],[55,24,44,29,"actions"],[55,31,44,36],[55,32,44,37,"shift"],[55,37,44,42],[55,38,44,43],[55,39,44,44],[55,41,44,47],[56,10,45,16,"action"],[56,16,45,22],[56,17,45,23,"unsubscribe"],[56,28,45,34],[56,29,45,35],[56,30,45,36],[57,8,46,12],[58,8,47,12],[58,14,47,18,"error"],[58,19,47,23],[59,6,48,8],[60,4,49,4],[60,5,49,5],[61,4,50,4],[61,11,50,11,"AsyncScheduler"],[61,25,50,25],[62,2,51,0],[62,3,51,1],[62,4,51,2,"Scheduler_1"],[62,15,51,13],[62,16,51,14,"Scheduler"],[62,25,51,23],[62,26,51,25],[63,2,52,0,"exports"],[63,9,52,7],[63,10,52,8,"AsyncScheduler"],[63,24,52,22],[63,27,52,25,"AsyncScheduler"],[63,41,52,39],[64,0,52,40],[64,3]],"functionMap":{"names":["<global>","<anonymous>","extendStatics","__","AsyncScheduler","prototype.flush"],"mappings":"AAA;6CCC;wBCC;mDDE,oCC;YDC,iGC;KDE;QEK,uCF;CDG;sBCI;IGE;KHM;qCIC;KJoB;CDE"},"hasCjsExports":true},"type":"js/module"}]} |