mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 20:21:01 +00:00
1 line
7.2 KiB
Plaintext
1 line
7.2 KiB
Plaintext
{"dependencies":[{"name":"tslib","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":34,"index":34}}],"key":"8R25577gwLd3n1hFG9VYnRLV9eE=","exportNames":["*"],"imports":1}},{"name":"./AsyncAction","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":35},"end":{"line":2,"column":44,"index":79}}],"key":"Yy5klBKzNSZ2+UY8xlNyxQZY/Jw=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"QueueAction\", {\n enumerable: true,\n get: function () {\n return QueueAction;\n }\n });\n var _tslib = require(_dependencyMap[0], \"tslib\");\n var _AsyncAction = require(_dependencyMap[1], \"./AsyncAction\");\n var QueueAction = function (_super) {\n (0, _tslib.__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.AsyncAction);\n});","lineCount":50,"map":[[7,2,34,0,"Object"],[7,8,34,0],[7,9,34,0,"defineProperty"],[7,23,34,0],[7,24,34,0,"exports"],[7,31,34,0],[8,4,34,0,"enumerable"],[8,14,34,0],[9,4,34,0,"get"],[9,7,34,0],[9,18,34,0,"get"],[9,19,34,0],[10,6,34,0],[10,13,34,9,"QueueAction"],[10,24,34,20],[11,4,34,20],[12,2,34,20],[13,2,1,0],[13,6,1,0,"_tslib"],[13,12,1,0],[13,15,1,0,"require"],[13,22,1,0],[13,23,1,0,"_dependencyMap"],[13,37,1,0],[14,2,2,0],[14,6,2,0,"_AsyncAction"],[14,18,2,0],[14,21,2,0,"require"],[14,28,2,0],[14,29,2,0,"_dependencyMap"],[14,43,2,0],[15,2,3,0],[15,6,3,4,"QueueAction"],[15,17,3,15],[15,20,3,19],[15,30,3,29,"_super"],[15,36,3,35],[15,38,3,37],[16,4,4,4],[16,8,4,4,"__extends"],[16,14,4,13],[16,15,4,13,"__extends"],[16,24,4,13],[16,26,4,14,"QueueAction"],[16,37,4,25],[16,39,4,27,"_super"],[16,45,4,33],[16,46,4,34],[17,4,5,4],[17,13,5,13,"QueueAction"],[17,24,5,24,"QueueAction"],[17,25,5,25,"scheduler"],[17,34,5,34],[17,36,5,36,"work"],[17,40,5,40],[17,42,5,42],[18,6,6,8],[18,10,6,12,"_this"],[18,15,6,17],[18,18,6,20,"_super"],[18,24,6,26],[18,25,6,27,"call"],[18,29,6,31],[18,30,6,32],[18,34,6,36],[18,36,6,38,"scheduler"],[18,45,6,47],[18,47,6,49,"work"],[18,51,6,53],[18,52,6,54],[18,56,6,58],[18,60,6,62],[19,6,7,8,"_this"],[19,11,7,13],[19,12,7,14,"scheduler"],[19,21,7,23],[19,24,7,26,"scheduler"],[19,33,7,35],[20,6,8,8,"_this"],[20,11,8,13],[20,12,8,14,"work"],[20,16,8,18],[20,19,8,21,"work"],[20,23,8,25],[21,6,9,8],[21,13,9,15,"_this"],[21,18,9,20],[22,4,10,4],[23,4,11,4,"QueueAction"],[23,15,11,15],[23,16,11,16,"prototype"],[23,25,11,25],[23,26,11,26,"schedule"],[23,34,11,34],[23,37,11,37],[23,47,11,47,"state"],[23,52,11,52],[23,54,11,54,"delay"],[23,59,11,59],[23,61,11,61],[24,6,12,8],[24,10,12,12,"delay"],[24,15,12,17],[24,20,12,22],[24,25,12,27],[24,26,12,28],[24,28,12,30],[25,8,12,32,"delay"],[25,13,12,37],[25,16,12,40],[25,17,12,41],[26,6,12,43],[27,6,13,8],[27,10,13,12,"delay"],[27,15,13,17],[27,18,13,20],[27,19,13,21],[27,21,13,23],[28,8,14,12],[28,15,14,19,"_super"],[28,21,14,25],[28,22,14,26,"prototype"],[28,31,14,35],[28,32,14,36,"schedule"],[28,40,14,44],[28,41,14,45,"call"],[28,45,14,49],[28,46,14,50],[28,50,14,54],[28,52,14,56,"state"],[28,57,14,61],[28,59,14,63,"delay"],[28,64,14,68],[28,65,14,69],[29,6,15,8],[30,6,16,8],[30,10,16,12],[30,11,16,13,"delay"],[30,16,16,18],[30,19,16,21,"delay"],[30,24,16,26],[31,6,17,8],[31,10,17,12],[31,11,17,13,"state"],[31,16,17,18],[31,19,17,21,"state"],[31,24,17,26],[32,6,18,8],[32,10,18,12],[32,11,18,13,"scheduler"],[32,20,18,22],[32,21,18,23,"flush"],[32,26,18,28],[32,27,18,29],[32,31,18,33],[32,32,18,34],[33,6,19,8],[33,13,19,15],[33,17,19,19],[34,4,20,4],[34,5,20,5],[35,4,21,4,"QueueAction"],[35,15,21,15],[35,16,21,16,"prototype"],[35,25,21,25],[35,26,21,26,"execute"],[35,33,21,33],[35,36,21,36],[35,46,21,46,"state"],[35,51,21,51],[35,53,21,53,"delay"],[35,58,21,58],[35,60,21,60],[36,6,22,8],[36,13,22,15,"delay"],[36,18,22,20],[36,21,22,23],[36,22,22,24],[36,26,22,28],[36,30,22,32],[36,31,22,33,"closed"],[36,37,22,39],[36,40,22,42,"_super"],[36,46,22,48],[36,47,22,49,"prototype"],[36,56,22,58],[36,57,22,59,"execute"],[36,64,22,66],[36,65,22,67,"call"],[36,69,22,71],[36,70,22,72],[36,74,22,76],[36,76,22,78,"state"],[36,81,22,83],[36,83,22,85,"delay"],[36,88,22,90],[36,89,22,91],[36,92,22,94],[36,96,22,98],[36,97,22,99,"_execute"],[36,105,22,107],[36,106,22,108,"state"],[36,111,22,113],[36,113,22,115,"delay"],[36,118,22,120],[36,119,22,121],[37,4,23,4],[37,5,23,5],[38,4,24,4,"QueueAction"],[38,15,24,15],[38,16,24,16,"prototype"],[38,25,24,25],[38,26,24,26,"requestAsyncId"],[38,40,24,40],[38,43,24,43],[38,53,24,53,"scheduler"],[38,62,24,62],[38,64,24,64,"id"],[38,66,24,66],[38,68,24,68,"delay"],[38,73,24,73],[38,75,24,75],[39,6,25,8],[39,10,25,12,"delay"],[39,15,25,17],[39,20,25,22],[39,25,25,27],[39,26,25,28],[39,28,25,30],[40,8,25,32,"delay"],[40,13,25,37],[40,16,25,40],[40,17,25,41],[41,6,25,43],[42,6,26,8],[42,10,26,13,"delay"],[42,15,26,18],[42,19,26,22],[42,23,26,26],[42,27,26,30,"delay"],[42,32,26,35],[42,35,26,38],[42,36,26,39],[42,40,26,45,"delay"],[42,45,26,50],[42,49,26,54],[42,53,26,58],[42,57,26,62],[42,61,26,66],[42,62,26,67,"delay"],[42,67,26,72],[42,70,26,75],[42,71,26,77],[42,73,26,79],[43,8,27,12],[43,15,27,19,"_super"],[43,21,27,25],[43,22,27,26,"prototype"],[43,31,27,35],[43,32,27,36,"requestAsyncId"],[43,46,27,50],[43,47,27,51,"call"],[43,51,27,55],[43,52,27,56],[43,56,27,60],[43,58,27,62,"scheduler"],[43,67,27,71],[43,69,27,73,"id"],[43,71,27,75],[43,73,27,77,"delay"],[43,78,27,82],[43,79,27,83],[44,6,28,8],[45,6,29,8,"scheduler"],[45,15,29,17],[45,16,29,18,"flush"],[45,21,29,23],[45,22,29,24],[45,26,29,28],[45,27,29,29],[46,6,30,8],[46,13,30,15],[46,14,30,16],[47,4,31,4],[47,5,31,5],[48,4,32,4],[48,11,32,11,"QueueAction"],[48,22,32,22],[49,2,33,0],[49,3,33,1],[49,4,33,2,"AsyncAction"],[49,16,33,13],[49,17,33,13,"AsyncAction"],[49,28,33,13],[49,29,33,15],[50,0,33,16],[50,3]],"functionMap":{"names":["<global>","<anonymous>","QueueAction","prototype.schedule","prototype.execute","prototype.requestAsyncId"],"mappings":"AAA;mBCE;ICE;KDK;qCEC;KFS;oCGC;KHE;2CIC;KJO;CDE"},"hasCjsExports":false},"type":"js/module"}]} |