mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 18:01:02 +00:00
1 line
11 KiB
Plaintext
1 line
11 KiB
Plaintext
{"dependencies":[{"name":"./AsyncAction","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":19,"column":20,"index":890},"end":{"line":19,"column":44,"index":914}}],"key":"lKZce/gMiHRCu5UA5P63/pqSDiM=","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.QueueAction = void 0;\n var AsyncAction_1 = require(_dependencyMap[0], \"./AsyncAction\");\n var QueueAction = function (_super) {\n __extends(QueueAction, _super);\n function QueueAction(scheduler, work) {\n var _this = _super.call(this, scheduler, work) || this;\n _this.scheduler = scheduler;\n _this.work = work;\n return _this;\n }\n QueueAction.prototype.schedule = function (state, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n if (delay > 0) {\n return _super.prototype.schedule.call(this, state, delay);\n }\n this.delay = delay;\n this.state = state;\n this.scheduler.flush(this);\n return this;\n };\n QueueAction.prototype.execute = function (state, delay) {\n return delay > 0 || this.closed ? _super.prototype.execute.call(this, state, delay) : this._execute(state, delay);\n };\n QueueAction.prototype.requestAsyncId = function (scheduler, id, delay) {\n if (delay === void 0) {\n delay = 0;\n }\n if (delay != null && delay > 0 || delay == null && this.delay > 0) {\n return _super.prototype.requestAsyncId.call(this, scheduler, id, delay);\n }\n scheduler.flush(this);\n return 0;\n };\n return QueueAction;\n }(AsyncAction_1.AsyncAction);\n exports.QueueAction = QueueAction;\n});","lineCount":65,"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,"QueueAction"],[27,21,18,19],[27,24,18,22],[27,29,18,27],[27,30,18,28],[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,"QueueAction"],[29,17,20,15],[29,20,20,19],[29,30,20,29,"_super"],[29,36,20,35],[29,38,20,37],[30,4,21,4,"__extends"],[30,13,21,13],[30,14,21,14,"QueueAction"],[30,25,21,25],[30,27,21,27,"_super"],[30,33,21,33],[30,34,21,34],[31,4,22,4],[31,13,22,13,"QueueAction"],[31,24,22,24,"QueueAction"],[31,25,22,25,"scheduler"],[31,34,22,34],[31,36,22,36,"work"],[31,40,22,40],[31,42,22,42],[32,6,23,8],[32,10,23,12,"_this"],[32,15,23,17],[32,18,23,20,"_super"],[32,24,23,26],[32,25,23,27,"call"],[32,29,23,31],[32,30,23,32],[32,34,23,36],[32,36,23,38,"scheduler"],[32,45,23,47],[32,47,23,49,"work"],[32,51,23,53],[32,52,23,54],[32,56,23,58],[32,60,23,62],[33,6,24,8,"_this"],[33,11,24,13],[33,12,24,14,"scheduler"],[33,21,24,23],[33,24,24,26,"scheduler"],[33,33,24,35],[34,6,25,8,"_this"],[34,11,25,13],[34,12,25,14,"work"],[34,16,25,18],[34,19,25,21,"work"],[34,23,25,25],[35,6,26,8],[35,13,26,15,"_this"],[35,18,26,20],[36,4,27,4],[37,4,28,4,"QueueAction"],[37,15,28,15],[37,16,28,16,"prototype"],[37,25,28,25],[37,26,28,26,"schedule"],[37,34,28,34],[37,37,28,37],[37,47,28,47,"state"],[37,52,28,52],[37,54,28,54,"delay"],[37,59,28,59],[37,61,28,61],[38,6,29,8],[38,10,29,12,"delay"],[38,15,29,17],[38,20,29,22],[38,25,29,27],[38,26,29,28],[38,28,29,30],[39,8,29,32,"delay"],[39,13,29,37],[39,16,29,40],[39,17,29,41],[40,6,29,43],[41,6,30,8],[41,10,30,12,"delay"],[41,15,30,17],[41,18,30,20],[41,19,30,21],[41,21,30,23],[42,8,31,12],[42,15,31,19,"_super"],[42,21,31,25],[42,22,31,26,"prototype"],[42,31,31,35],[42,32,31,36,"schedule"],[42,40,31,44],[42,41,31,45,"call"],[42,45,31,49],[42,46,31,50],[42,50,31,54],[42,52,31,56,"state"],[42,57,31,61],[42,59,31,63,"delay"],[42,64,31,68],[42,65,31,69],[43,6,32,8],[44,6,33,8],[44,10,33,12],[44,11,33,13,"delay"],[44,16,33,18],[44,19,33,21,"delay"],[44,24,33,26],[45,6,34,8],[45,10,34,12],[45,11,34,13,"state"],[45,16,34,18],[45,19,34,21,"state"],[45,24,34,26],[46,6,35,8],[46,10,35,12],[46,11,35,13,"scheduler"],[46,20,35,22],[46,21,35,23,"flush"],[46,26,35,28],[46,27,35,29],[46,31,35,33],[46,32,35,34],[47,6,36,8],[47,13,36,15],[47,17,36,19],[48,4,37,4],[48,5,37,5],[49,4,38,4,"QueueAction"],[49,15,38,15],[49,16,38,16,"prototype"],[49,25,38,25],[49,26,38,26,"execute"],[49,33,38,33],[49,36,38,36],[49,46,38,46,"state"],[49,51,38,51],[49,53,38,53,"delay"],[49,58,38,58],[49,60,38,60],[50,6,39,8],[50,13,39,15,"delay"],[50,18,39,20],[50,21,39,23],[50,22,39,24],[50,26,39,28],[50,30,39,32],[50,31,39,33,"closed"],[50,37,39,39],[50,40,39,42,"_super"],[50,46,39,48],[50,47,39,49,"prototype"],[50,56,39,58],[50,57,39,59,"execute"],[50,64,39,66],[50,65,39,67,"call"],[50,69,39,71],[50,70,39,72],[50,74,39,76],[50,76,39,78,"state"],[50,81,39,83],[50,83,39,85,"delay"],[50,88,39,90],[50,89,39,91],[50,92,39,94],[50,96,39,98],[50,97,39,99,"_execute"],[50,105,39,107],[50,106,39,108,"state"],[50,111,39,113],[50,113,39,115,"delay"],[50,118,39,120],[50,119,39,121],[51,4,40,4],[51,5,40,5],[52,4,41,4,"QueueAction"],[52,15,41,15],[52,16,41,16,"prototype"],[52,25,41,25],[52,26,41,26,"requestAsyncId"],[52,40,41,40],[52,43,41,43],[52,53,41,53,"scheduler"],[52,62,41,62],[52,64,41,64,"id"],[52,66,41,66],[52,68,41,68,"delay"],[52,73,41,73],[52,75,41,75],[53,6,42,8],[53,10,42,12,"delay"],[53,15,42,17],[53,20,42,22],[53,25,42,27],[53,26,42,28],[53,28,42,30],[54,8,42,32,"delay"],[54,13,42,37],[54,16,42,40],[54,17,42,41],[55,6,42,43],[56,6,43,8],[56,10,43,13,"delay"],[56,15,43,18],[56,19,43,22],[56,23,43,26],[56,27,43,30,"delay"],[56,32,43,35],[56,35,43,38],[56,36,43,39],[56,40,43,45,"delay"],[56,45,43,50],[56,49,43,54],[56,53,43,58],[56,57,43,62],[56,61,43,66],[56,62,43,67,"delay"],[56,67,43,72],[56,70,43,75],[56,71,43,77],[56,73,43,79],[57,8,44,12],[57,15,44,19,"_super"],[57,21,44,25],[57,22,44,26,"prototype"],[57,31,44,35],[57,32,44,36,"requestAsyncId"],[57,46,44,50],[57,47,44,51,"call"],[57,51,44,55],[57,52,44,56],[57,56,44,60],[57,58,44,62,"scheduler"],[57,67,44,71],[57,69,44,73,"id"],[57,71,44,75],[57,73,44,77,"delay"],[57,78,44,82],[57,79,44,83],[58,6,45,8],[59,6,46,8,"scheduler"],[59,15,46,17],[59,16,46,18,"flush"],[59,21,46,23],[59,22,46,24],[59,26,46,28],[59,27,46,29],[60,6,47,8],[60,13,47,15],[60,14,47,16],[61,4,48,4],[61,5,48,5],[62,4,49,4],[62,11,49,11,"QueueAction"],[62,22,49,22],[63,2,50,0],[63,3,50,1],[63,4,50,2,"AsyncAction_1"],[63,17,50,15],[63,18,50,16,"AsyncAction"],[63,29,50,27],[63,30,50,29],[64,2,51,0,"exports"],[64,9,51,7],[64,10,51,8,"QueueAction"],[64,21,51,19],[64,24,51,22,"QueueAction"],[64,35,51,33],[65,0,51,34],[65,3]],"functionMap":{"names":["<global>","<anonymous>","extendStatics","__","QueueAction","prototype.schedule","prototype.execute","prototype.requestAsyncId"],"mappings":"AAA;6CCC;wBCC;mDDE,oCC;YDC,iGC;KDE;QEK,uCF;CDG;mBCI;IGE;KHK;qCIC;KJS;oCKC;KLE;2CMC;KNO;CDE"},"hasCjsExports":true},"type":"js/module"}]} |