1 line
25 KiB
JSON
1 line
25 KiB
JSON
|
{"id":"../node_modules/rxjs/_esm5/internal/scheduler/AsapScheduler.js","dependencies":[{"name":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/scheduler/AsapScheduler.js.map","includedInParent":true,"mtime":499162500000},{"name":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/src/internal/scheduler/AsapScheduler.ts","includedInParent":true,"mtime":499162500000},{"name":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/package.json","includedInParent":true,"mtime":1545395695572},{"name":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/package.json","includedInParent":true,"mtime":1545395355370},{"name":"tslib","loc":{"line":2,"column":25},"parent":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/scheduler/AsapScheduler.js","resolved":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/tslib/tslib.es6.js"},{"name":"./AsyncScheduler","loc":{"line":3,"column":31},"parent":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/scheduler/AsapScheduler.js","resolved":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/scheduler/AsyncScheduler.js"}],"generated":{"js":"\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.AsapScheduler = void 0;\n\nvar tslib_1 = _interopRequireWildcard(require(\"tslib\"));\n\nvar _AsyncScheduler = require(\"./AsyncScheduler\");\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } }\n\n/** PURE_IMPORTS_START tslib,_AsyncScheduler PURE_IMPORTS_END */\nvar AsapScheduler =\n/*@__PURE__*/\nfunction (_super) {\n tslib_1.__extends(AsapScheduler, _super);\n\n function AsapScheduler() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n\n AsapScheduler.prototype.flush = function (action) {\n this.active = true;\n this.scheduled = undefined;\n var actions = this.actions;\n var error;\n var index = -1;\n var count = actions.length;\n action = action || actions.shift();\n\n do {\n if (error = action.execute(action.state, action.delay)) {\n break;\n }\n } while (++index < count && (action = actions.shift()));\n\n this.active = false;\n\n if (error) {\n while (++index < count && (action = actions.shift())) {\n action.unsubscribe();\n }\n\n throw error;\n }\n };\n\n return AsapScheduler;\n}(_AsyncScheduler.AsyncScheduler);\n\nexports.AsapScheduler = AsapScheduler;","map":{"mappings":[{"source":"../../../src/internal/scheduler/AsapScheduler.ts","name":null,"original":{"line":2,"column":0},"generated":{"line":8,"column":0}},{"source":"../../../src/internal/scheduler/AsapScheduler.ts","name":null,"original":{"line":4,"column":0},"generated":{"line":10,"column":0}},{"source":"../../../src/internal/scheduler/AsapScheduler.ts","name":null,"original":{"line":4,"column":35},"generated":{"line":15,"column":4}},{"source":"../../../src/internal/scheduler/AsapScheduler.ts","name":null,"original":{"line":4,"column":35},"generated":{"line":15,"column":17}},{"source":"../../../src/internal/scheduler/AsapScheduler.ts","name":null,"original":{"line":4,"column":35},"generated":{"line":16,"column":0}},{"source":"../../../src/internal/scheduler/AsapScheduler.ts","name":null,"original":{"line":4,"column":35},"generated":{"line":17,"column":0}},{"source":"../../../src/internal/scheduler/AsapScheduler.ts","name":null,"original":{"line":4,"column":49},"generated":{"line":17,"column":10}},{"source":"../../../src/internal/scheduler/AsapScheduler.ts","name":null,"original":{"line":4,"column":35}
|