webdetector/.cache/c2/005ddc02cdfe5b643a2943a3e50eab.json

1 line
11 KiB
JSON
Raw Permalink Normal View History

2018-12-21 12:36:28 +00:00
{"id":"../node_modules/rxjs/_esm5/internal/operators/throwIfEmpty.js","dependencies":[{"name":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/operators/throwIfEmpty.js.map","includedInParent":true,"mtime":499162500000},{"name":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/src/internal/operators/throwIfEmpty.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":"./tap","loc":{"line":2,"column":20},"parent":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/operators/throwIfEmpty.js","resolved":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/operators/tap.js"},{"name":"../util/EmptyError","loc":{"line":3,"column":27},"parent":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/operators/throwIfEmpty.js","resolved":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/util/EmptyError.js"}],"generated":{"js":"\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.throwIfEmpty = void 0;\n\nvar _tap = require(\"./tap\");\n\nvar _EmptyError = require(\"../util/EmptyError\");\n\n/** PURE_IMPORTS_START _tap,_util_EmptyError PURE_IMPORTS_END */\nvar throwIfEmpty = function (errorFactory) {\n if (errorFactory === void 0) {\n errorFactory = defaultErrorFactory;\n }\n\n return (0, _tap.tap)({\n hasValue: false,\n next: function () {\n this.hasValue = true;\n },\n complete: function () {\n if (!this.hasValue) {\n throw errorFactory();\n }\n }\n });\n};\n\nexports.throwIfEmpty = throwIfEmpty;\n\nfunction defaultErrorFactory() {\n return new _EmptyError.EmptyError();\n}","map":{"mappings":[{"source":"../../../src/internal/operators/throwIfEmpty.ts","name":null,"original":{"line":2,"column":0},"generated":{"line":8,"column":0}},{"source":"../../../src/internal/operators/throwIfEmpty.ts","name":null,"original":{"line":32,"column":0},"generated":{"line":10,"column":0}},{"source":"../../../src/internal/operators/throwIfEmpty.ts","name":null,"original":{"line":1,"column":0},"generated":{"line":12,"column":0}},{"source":"../../../src/internal/operators/throwIfEmpty.ts","name":null,"original":{"line":33,"column":6},"generated":{"line":13,"column":0}},{"source":"../../../src/internal/operators/throwIfEmpty.ts","name":null,"original":{"line":33,"column":6},"generated":{"line":13,"column":4}},{"source":"../../../src/internal/operators/throwIfEmpty.ts","name":null,"original":{"line":33,"column":6},"generated":{"line":13,"column":16}},{"source":"../../../src/internal/operators/throwIfEmpty.ts","name":null,"original":{"line":33,"column":6},"generated":{"line":13,"column":19}},{"source":"../../../src/internal/operators/throwIfEmpty.ts","name":null,"original":{"line":33,"column":6},"generated":{"line":13,"column":29}},{"source":"../../../src/internal/operators/throwIfEmpty.ts","name":null,"original":{"line":33,"column":6},"generated":{"line":13,"column":41}},{"source":"../../../src/internal/operators/throwIfEmpty.ts","name":null,"original":{"line":33,"column":6},"generated":{"line":13,"column":43}},{"source":"../../../src/internal/operators/throwIfEmpty.ts","name":null,"original":{"line":33,"column":58},"generated":{"line":14,"column":0}},{"source":"../../../src/internal/operators/throwIfEmpty.ts","name":null,"original":{"line":33,"column":58},"generated":{"line":14,"column":6}},{"source":"../../../src/internal/operators/throwIfEmpty.ts","name":null,"original":{"line":33,"column":65},"generated":{"line":14,"column":18}},{"source":"../../../src/internal/operators/throwIfEmpty.ts","name":null,"original":{"line":33,"column":65},"generated":{"line":14,"column":23}},{"source":"../../../src/internal/operators/throwIfEmpty.ts","