1 line
10 KiB
JSON
1 line
10 KiB
JSON
|
{"id":"../node_modules/rxjs/_esm5/internal/operators/timeout.js","dependencies":[{"name":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/operators/timeout.js.map","includedInParent":true,"mtime":499162500000},{"name":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/src/internal/operators/timeout.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":"../scheduler/async","loc":{"line":2,"column":22},"parent":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/operators/timeout.js","resolved":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/scheduler/async.js"},{"name":"../util/TimeoutError","loc":{"line":3,"column":29},"parent":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/operators/timeout.js","resolved":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/util/TimeoutError.js"},{"name":"./timeoutWith","loc":{"line":4,"column":28},"parent":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/operators/timeout.js","resolved":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/operators/timeoutWith.js"},{"name":"../observable/throwError","loc":{"line":5,"column":27},"parent":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/operators/timeout.js","resolved":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/observable/throwError.js"}],"generated":{"js":"\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.timeout = timeout;\n\nvar _async = require(\"../scheduler/async\");\n\nvar _TimeoutError = require(\"../util/TimeoutError\");\n\nvar _timeoutWith = require(\"./timeoutWith\");\n\nvar _throwError = require(\"../observable/throwError\");\n\n/** PURE_IMPORTS_START _scheduler_async,_util_TimeoutError,_timeoutWith,_observable_throwError PURE_IMPORTS_END */\nfunction timeout(due, scheduler) {\n if (scheduler === void 0) {\n scheduler = _async.async;\n }\n\n return (0, _timeoutWith.timeoutWith)(due, (0, _throwError.throwError)(new _TimeoutError.TimeoutError()), scheduler);\n}","map":{"mappings":[{"source":"../../../src/internal/operators/timeout.ts","name":null,"original":{"line":6,"column":0},"generated":{"line":8,"column":0}},{"source":"../../../src/internal/operators/timeout.ts","name":null,"original":{"line":8,"column":0},"generated":{"line":10,"column":0}},{"source":"../../../src/internal/operators/timeout.ts","name":null,"original":{"line":9,"column":0},"generated":{"line":12,"column":0}},{"source":"../../../src/internal/operators/timeout.ts","name":null,"original":{"line":83,"column":0},"generated":{"line":14,"column":0}},{"source":"../../../src/internal/operators/timeout.ts","name":null,"original":{"line":1,"column":0},"generated":{"line":16,"column":0}},{"source":"../../../src/internal/operators/timeout.ts","name":null,"original":{"line":84,"column":27},"generated":{"line":17,"column":0}},{"source":"../../../src/internal/operators/timeout.ts","name":null,"original":{"line":84,"column":27},"generated":{"line":17,"column":9}},{"source":"../../../src/internal/operators/timeout.ts","name":null,"original":{"line":84,"column":27},"generated":{"line":17,"column":16}},{"source":"../../../src/internal/operators/timeout.ts","name":null,"original":{"line":84,"column":27},"generated":{"line":17,"column":17}},{"source":"../../../src/internal/operators/timeout.ts","name":null,"original":{"line":84,"column":27},"generated":{"line":17,"column":20}},{"source":"../../../src/internal/operators/timeout.ts","name":null,"original":{"line":84,"column":27},"generated":{"line":17,"column":22}},{"source":"../../../src/intern
|