mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 01:51:03 +00:00
1 line
6.1 KiB
Plaintext
1 line
6.1 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":"./AsyncScheduler","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":35},"end":{"line":2,"column":50,"index":85}}],"key":"yZhqI8GghWltBnaxhXYBhgJHBF4=","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, \"AnimationFrameScheduler\", {\n enumerable: true,\n get: function () {\n return AnimationFrameScheduler;\n }\n });\n var _tslib = require(_dependencyMap[0], \"tslib\");\n var _AsyncScheduler = require(_dependencyMap[1], \"./AsyncScheduler\");\n var AnimationFrameScheduler = function (_super) {\n (0, _tslib.__extends)(AnimationFrameScheduler, _super);\n function AnimationFrameScheduler() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AnimationFrameScheduler.prototype.flush = function (action) {\n this._active = true;\n var flushId;\n if (action) {\n flushId = action.id;\n } else {\n flushId = this._scheduled;\n this._scheduled = undefined;\n }\n var actions = this.actions;\n var error;\n action = action || actions.shift();\n do {\n if (error = action.execute(action.state, action.delay)) {\n break;\n }\n } while ((action = actions[0]) && action.id === flushId && actions.shift());\n this._active = false;\n if (error) {\n while ((action = actions[0]) && action.id === flushId && actions.shift()) {\n action.unsubscribe();\n }\n throw error;\n }\n };\n return AnimationFrameScheduler;\n }(_AsyncScheduler.AsyncScheduler);\n});","lineCount":47,"map":[[7,2,36,0,"Object"],[7,8,36,0],[7,9,36,0,"defineProperty"],[7,23,36,0],[7,24,36,0,"exports"],[7,31,36,0],[8,4,36,0,"enumerable"],[8,14,36,0],[9,4,36,0,"get"],[9,7,36,0],[9,18,36,0,"get"],[9,19,36,0],[10,6,36,0],[10,13,36,9,"AnimationFrameScheduler"],[10,36,36,32],[11,4,36,32],[12,2,36,32],[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,"_AsyncScheduler"],[14,21,2,0],[14,24,2,0,"require"],[14,31,2,0],[14,32,2,0,"_dependencyMap"],[14,46,2,0],[15,2,3,0],[15,6,3,4,"AnimationFrameScheduler"],[15,29,3,27],[15,32,3,31],[15,42,3,41,"_super"],[15,48,3,47],[15,50,3,49],[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,"AnimationFrameScheduler"],[16,49,4,37],[16,51,4,39,"_super"],[16,57,4,45],[16,58,4,46],[17,4,5,4],[17,13,5,13,"AnimationFrameScheduler"],[17,36,5,36,"AnimationFrameScheduler"],[17,37,5,36],[17,39,5,39],[18,6,6,8],[18,13,6,15,"_super"],[18,19,6,21],[18,24,6,26],[18,28,6,30],[18,32,6,34,"_super"],[18,38,6,40],[18,39,6,41,"apply"],[18,44,6,46],[18,45,6,47],[18,49,6,51],[18,51,6,53,"arguments"],[18,60,6,62],[18,61,6,63],[18,65,6,67],[18,69,6,71],[19,4,7,4],[20,4,8,4,"AnimationFrameScheduler"],[20,27,8,27],[20,28,8,28,"prototype"],[20,37,8,37],[20,38,8,38,"flush"],[20,43,8,43],[20,46,8,46],[20,56,8,56,"action"],[20,62,8,62],[20,64,8,64],[21,6,9,8],[21,10,9,12],[21,11,9,13,"_active"],[21,18,9,20],[21,21,9,23],[21,25,9,27],[22,6,10,8],[22,10,10,12,"flushId"],[22,17,10,19],[23,6,11,8],[23,10,11,12,"action"],[23,16,11,18],[23,18,11,20],[24,8,12,12,"flushId"],[24,15,12,19],[24,18,12,22,"action"],[24,24,12,28],[24,25,12,29,"id"],[24,27,12,31],[25,6,13,8],[25,7,13,9],[25,13,14,13],[26,8,15,12,"flushId"],[26,15,15,19],[26,18,15,22],[26,22,15,26],[26,23,15,27,"_scheduled"],[26,33,15,37],[27,8,16,12],[27,12,16,16],[27,13,16,17,"_scheduled"],[27,23,16,27],[27,26,16,30,"undefined"],[27,35,16,39],[28,6,17,8],[29,6,18,8],[29,10,18,12,"actions"],[29,17,18,19],[29,20,18,22],[29,24,18,26],[29,25,18,27,"actions"],[29,32,18,34],[30,6,19,8],[30,10,19,12,"error"],[30,15,19,17],[31,6,20,8,"action"],[31,12,20,14],[31,15,20,17,"action"],[31,21,20,23],[31,25,20,27,"actions"],[31,32,20,34],[31,33,20,35,"shift"],[31,38,20,40],[31,39,20,41],[31,40,20,42],[32,6,21,8],[32,9,21,11],[33,8,22,12],[33,12,22,17,"error"],[33,17,22,22],[33,20,22,25,"action"],[33,26,22,31],[33,27,22,32,"execute"],[33,34,22,39],[33,35,22,40,"action"],[33,41,22,46],[33,42,22,47,"state"],[33,47,22,52],[33,49,22,54,"action"],[33,55,22,60],[33,56,22,61,"delay"],[33,61,22,66],[33,62,22,67],[33,64,22,70],[34,10,23,16],[35,8,24,12],[36,6,25,8],[36,7,25,9],[36,15,25,17],[36,16,25,18,"action"],[36,22,25,24],[36,25,25,27,"actions"],[36,32,25,34],[36,33,25,35],[36,34,25,36],[36,35,25,37],[36,40,25,42,"action"],[36,46,25,48],[36,47,25,49,"id"],[36,49,25,51],[36,54,25,56,"flushId"],[36,61,25,63],[36,65,25,67,"actions"],[36,72,25,74],[36,73,25,75,"shift"],[36,78,25,80],[36,79,25,81],[36,80,25,82],[37,6,26,8],[37,10,26,12],[37,11,26,13,"_active"],[37,18,26,20],[37,21,26,23],[37,26,26,28],[38,6,27,8],[38,10,27,12,"error"],[38,15,27,17],[38,17,27,19],[39,8,28,12],[39,15,28,19],[39,16,28,20,"action"],[39,22,28,26],[39,25,28,29,"actions"],[39,32,28,36],[39,33,28,37],[39,34,28,38],[39,35,28,39],[39,40,28,44,"action"],[39,46,28,50],[39,47,28,51,"id"],[39,49,28,53],[39,54,28,58,"flushId"],[39,61,28,65],[39,65,28,69,"actions"],[39,72,28,76],[39,73,28,77,"shift"],[39,78,28,82],[39,79,28,83],[39,80,28,84],[39,82,28,86],[40,10,29,16,"action"],[40,16,29,22],[40,17,29,23,"unsubscribe"],[40,28,29,34],[40,29,29,35],[40,30,29,36],[41,8,30,12],[42,8,31,12],[42,14,31,18,"error"],[42,19,31,23],[43,6,32,8],[44,4,33,4],[44,5,33,5],[45,4,34,4],[45,11,34,11,"AnimationFrameScheduler"],[45,34,34,34],[46,2,35,0],[46,3,35,1],[46,4,35,2,"AsyncScheduler"],[46,19,35,16],[46,20,35,16,"AsyncScheduler"],[46,34,35,16],[46,35,35,18],[47,0,35,19],[47,3]],"functionMap":{"names":["<global>","<anonymous>","AnimationFrameScheduler","prototype.flush"],"mappings":"AAA;+BCE;ICE;KDE;8CEC;KFyB;CDE"},"hasCjsExports":false},"type":"js/module"}]} |