mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
update
This commit is contained in:
33
node_modules/rxjs/_esm5/util/AnimationFrame.js
generated
vendored
Normal file
33
node_modules/rxjs/_esm5/util/AnimationFrame.js
generated
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
/** PURE_IMPORTS_START ._root PURE_IMPORTS_END */
|
||||
import { root } from './root';
|
||||
export var RequestAnimationFrameDefinition = /*@__PURE__*/ (/*@__PURE__*/ function () {
|
||||
function RequestAnimationFrameDefinition(root) {
|
||||
if (root.requestAnimationFrame) {
|
||||
this.cancelAnimationFrame = root.cancelAnimationFrame.bind(root);
|
||||
this.requestAnimationFrame = root.requestAnimationFrame.bind(root);
|
||||
}
|
||||
else if (root.mozRequestAnimationFrame) {
|
||||
this.cancelAnimationFrame = root.mozCancelAnimationFrame.bind(root);
|
||||
this.requestAnimationFrame = root.mozRequestAnimationFrame.bind(root);
|
||||
}
|
||||
else if (root.webkitRequestAnimationFrame) {
|
||||
this.cancelAnimationFrame = root.webkitCancelAnimationFrame.bind(root);
|
||||
this.requestAnimationFrame = root.webkitRequestAnimationFrame.bind(root);
|
||||
}
|
||||
else if (root.msRequestAnimationFrame) {
|
||||
this.cancelAnimationFrame = root.msCancelAnimationFrame.bind(root);
|
||||
this.requestAnimationFrame = root.msRequestAnimationFrame.bind(root);
|
||||
}
|
||||
else if (root.oRequestAnimationFrame) {
|
||||
this.cancelAnimationFrame = root.oCancelAnimationFrame.bind(root);
|
||||
this.requestAnimationFrame = root.oRequestAnimationFrame.bind(root);
|
||||
}
|
||||
else {
|
||||
this.cancelAnimationFrame = root.clearTimeout.bind(root);
|
||||
this.requestAnimationFrame = function (cb) { return root.setTimeout(cb, 1000 / 60); };
|
||||
}
|
||||
}
|
||||
return RequestAnimationFrameDefinition;
|
||||
}());
|
||||
export var AnimationFrame = /*@__PURE__*/ new RequestAnimationFrameDefinition(root);
|
||||
//# sourceMappingURL=AnimationFrame.js.map
|
1
node_modules/rxjs/_esm5/util/AnimationFrame.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/AnimationFrame.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"AnimationFrame.js","sourceRoot":"","sources":["../../src/util/AnimationFrame.ts"],"names":[],"mappings":"OAAO,EAAG,IAAI,EAAG,MAAM,QAAQ;AAE/B;IAGE,yCAAY,IAAS;QACnB,EAAE,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC;YAC/B,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YACjE,IAAI,CAAC,qBAAqB,GAAG,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrE,CAAC;QAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC;YACzC,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YACpE,IAAI,CAAC,qBAAqB,GAAG,IAAI,CAAC,wBAAwB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACxE,CAAC;QAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC,CAAC;YAC5C,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC,0BAA0B,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YACvE,IAAI,CAAC,qBAAqB,GAAG,IAAI,CAAC,2BAA2B,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC3E,CAAC;QAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC;YACxC,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YACnE,IAAI,CAAC,qBAAqB,GAAG,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACvE,CAAC;QAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC;YACvC,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YAClE,IAAI,CAAC,qBAAqB,GAAG,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACtE,CAAC;QAAC,IAAI,CAAC,CAAC;YACN,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YACzD,IAAI,CAAC,qBAAqB,GAAG,UAAS,EAAE,IAAI,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,EAAE,IAAI,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QACvF,CAAC;IACH,CAAC;IACH,sCAAC;AAAD,CAAC,AAxBD,IAwBC;AAED,OAAO,IAAM,cAAc,GAAG,IAAI,+BAA+B,CAAC,IAAI,CAAC,CAAC"}
|
29
node_modules/rxjs/_esm5/util/ArgumentOutOfRangeError.js
generated
vendored
Normal file
29
node_modules/rxjs/_esm5/util/ArgumentOutOfRangeError.js
generated
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
var __extends = (this && this.__extends) || function (d, b) {
|
||||
for (var p in b)
|
||||
if (b.hasOwnProperty(p))
|
||||
d[p] = b[p];
|
||||
function __() { this.constructor = d; }
|
||||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
||||
};
|
||||
/**
|
||||
* An error thrown when an element was queried at a certain index of an
|
||||
* Observable, but no such index or position exists in that sequence.
|
||||
*
|
||||
* @see {@link elementAt}
|
||||
* @see {@link take}
|
||||
* @see {@link takeLast}
|
||||
*
|
||||
* @class ArgumentOutOfRangeError
|
||||
*/
|
||||
export var ArgumentOutOfRangeError = /*@__PURE__*/ (/*@__PURE__*/ function (_super) {
|
||||
__extends(ArgumentOutOfRangeError, _super);
|
||||
function ArgumentOutOfRangeError() {
|
||||
var err = _super.call(this, 'argument out of range');
|
||||
this.name = err.name = 'ArgumentOutOfRangeError';
|
||||
this.stack = err.stack;
|
||||
this.message = err.message;
|
||||
}
|
||||
return ArgumentOutOfRangeError;
|
||||
}(Error));
|
||||
//# sourceMappingURL=ArgumentOutOfRangeError.js.map
|
1
node_modules/rxjs/_esm5/util/ArgumentOutOfRangeError.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/ArgumentOutOfRangeError.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"ArgumentOutOfRangeError.js","sourceRoot":"","sources":["../../src/util/ArgumentOutOfRangeError.ts"],"names":[],"mappings":";;;;;AAAA;;;;;;;;;GASG;AACH;IAA6C,2CAAK;IAChD;QACE,IAAM,GAAG,GAAQ,kBAAM,uBAAuB,CAAC,CAAC;QACzC,IAAK,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,GAAG,yBAAyB,CAAC;QAClD,IAAK,CAAC,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC;QACxB,IAAK,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;IACrC,CAAC;IACH,8BAAC;AAAD,CAAC,AAPD,CAA6C,KAAK,GAOjD"}
|
29
node_modules/rxjs/_esm5/util/EmptyError.js
generated
vendored
Normal file
29
node_modules/rxjs/_esm5/util/EmptyError.js
generated
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
var __extends = (this && this.__extends) || function (d, b) {
|
||||
for (var p in b)
|
||||
if (b.hasOwnProperty(p))
|
||||
d[p] = b[p];
|
||||
function __() { this.constructor = d; }
|
||||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
||||
};
|
||||
/**
|
||||
* An error thrown when an Observable or a sequence was queried but has no
|
||||
* elements.
|
||||
*
|
||||
* @see {@link first}
|
||||
* @see {@link last}
|
||||
* @see {@link single}
|
||||
*
|
||||
* @class EmptyError
|
||||
*/
|
||||
export var EmptyError = /*@__PURE__*/ (/*@__PURE__*/ function (_super) {
|
||||
__extends(EmptyError, _super);
|
||||
function EmptyError() {
|
||||
var err = _super.call(this, 'no elements in sequence');
|
||||
this.name = err.name = 'EmptyError';
|
||||
this.stack = err.stack;
|
||||
this.message = err.message;
|
||||
}
|
||||
return EmptyError;
|
||||
}(Error));
|
||||
//# sourceMappingURL=EmptyError.js.map
|
1
node_modules/rxjs/_esm5/util/EmptyError.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/EmptyError.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"EmptyError.js","sourceRoot":"","sources":["../../src/util/EmptyError.ts"],"names":[],"mappings":";;;;;AAAA;;;;;;;;;GASG;AACH;IAAgC,8BAAK;IACnC;QACE,IAAM,GAAG,GAAQ,kBAAM,yBAAyB,CAAC,CAAC;QAC3C,IAAK,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,GAAG,YAAY,CAAC;QACrC,IAAK,CAAC,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC;QACxB,IAAK,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;IACrC,CAAC;IACH,iBAAC;AAAD,CAAC,AAPD,CAAgC,KAAK,GAOpC"}
|
29
node_modules/rxjs/_esm5/util/FastMap.js
generated
vendored
Normal file
29
node_modules/rxjs/_esm5/util/FastMap.js
generated
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
export var FastMap = /*@__PURE__*/ (/*@__PURE__*/ function () {
|
||||
function FastMap() {
|
||||
this.values = {};
|
||||
}
|
||||
FastMap.prototype.delete = function (key) {
|
||||
this.values[key] = null;
|
||||
return true;
|
||||
};
|
||||
FastMap.prototype.set = function (key, value) {
|
||||
this.values[key] = value;
|
||||
return this;
|
||||
};
|
||||
FastMap.prototype.get = function (key) {
|
||||
return this.values[key];
|
||||
};
|
||||
FastMap.prototype.forEach = function (cb, thisArg) {
|
||||
var values = this.values;
|
||||
for (var key in values) {
|
||||
if (values.hasOwnProperty(key) && values[key] !== null) {
|
||||
cb.call(thisArg, values[key], key);
|
||||
}
|
||||
}
|
||||
};
|
||||
FastMap.prototype.clear = function () {
|
||||
this.values = {};
|
||||
};
|
||||
return FastMap;
|
||||
}());
|
||||
//# sourceMappingURL=FastMap.js.map
|
1
node_modules/rxjs/_esm5/util/FastMap.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/FastMap.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"FastMap.js","sourceRoot":"","sources":["../../src/util/FastMap.ts"],"names":[],"mappings":"AAAA;IAAA;QACU,WAAM,GAAW,EAAE,CAAC;IA4B9B,CAAC;IA1BC,wBAAM,GAAN,UAAO,GAAW;QAChB,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;QACxB,MAAM,CAAC,IAAI,CAAC;IACd,CAAC;IAED,qBAAG,GAAH,UAAI,GAAW,EAAE,KAAU;QACzB,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;QACzB,MAAM,CAAC,IAAI,CAAC;IACd,CAAC;IAED,qBAAG,GAAH,UAAI,GAAW;QACb,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;IAC1B,CAAC;IAED,yBAAO,GAAP,UAAQ,EAAkC,EAAE,OAAa;QACvD,IAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;QAC3B,GAAG,CAAC,CAAC,IAAI,GAAG,IAAI,MAAM,CAAC,CAAC,CAAC;YACvB,EAAE,CAAC,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC;gBACvD,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC;YACrC,CAAC;QACH,CAAC;IACH,CAAC;IAED,uBAAK,GAAL;QACE,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;IACnB,CAAC;IACH,cAAC;AAAD,CAAC,AA7BD,IA6BC"}
|
208
node_modules/rxjs/_esm5/util/Immediate.js
generated
vendored
Normal file
208
node_modules/rxjs/_esm5/util/Immediate.js
generated
vendored
Normal file
@ -0,0 +1,208 @@
|
||||
/**
|
||||
Some credit for this helper goes to http://github.com/YuzuJS/setImmediate
|
||||
*/
|
||||
/** PURE_IMPORTS_START ._root PURE_IMPORTS_END */
|
||||
import { root } from './root';
|
||||
export var ImmediateDefinition = /*@__PURE__*/ (/*@__PURE__*/ function () {
|
||||
function ImmediateDefinition(root) {
|
||||
this.root = root;
|
||||
if (root.setImmediate && typeof root.setImmediate === 'function') {
|
||||
this.setImmediate = root.setImmediate.bind(root);
|
||||
this.clearImmediate = root.clearImmediate.bind(root);
|
||||
}
|
||||
else {
|
||||
this.nextHandle = 1;
|
||||
this.tasksByHandle = {};
|
||||
this.currentlyRunningATask = false;
|
||||
// Don't get fooled by e.g. browserify environments.
|
||||
if (this.canUseProcessNextTick()) {
|
||||
// For Node.js before 0.9
|
||||
this.setImmediate = this.createProcessNextTickSetImmediate();
|
||||
}
|
||||
else if (this.canUsePostMessage()) {
|
||||
// For non-IE10 modern browsers
|
||||
this.setImmediate = this.createPostMessageSetImmediate();
|
||||
}
|
||||
else if (this.canUseMessageChannel()) {
|
||||
// For web workers, where supported
|
||||
this.setImmediate = this.createMessageChannelSetImmediate();
|
||||
}
|
||||
else if (this.canUseReadyStateChange()) {
|
||||
// For IE 6–8
|
||||
this.setImmediate = this.createReadyStateChangeSetImmediate();
|
||||
}
|
||||
else {
|
||||
// For older browsers
|
||||
this.setImmediate = this.createSetTimeoutSetImmediate();
|
||||
}
|
||||
var ci = function clearImmediate(handle) {
|
||||
delete clearImmediate.instance.tasksByHandle[handle];
|
||||
};
|
||||
ci.instance = this;
|
||||
this.clearImmediate = ci;
|
||||
}
|
||||
}
|
||||
ImmediateDefinition.prototype.identify = function (o) {
|
||||
return this.root.Object.prototype.toString.call(o);
|
||||
};
|
||||
ImmediateDefinition.prototype.canUseProcessNextTick = function () {
|
||||
return this.identify(this.root.process) === '[object process]';
|
||||
};
|
||||
ImmediateDefinition.prototype.canUseMessageChannel = function () {
|
||||
return Boolean(this.root.MessageChannel);
|
||||
};
|
||||
ImmediateDefinition.prototype.canUseReadyStateChange = function () {
|
||||
var document = this.root.document;
|
||||
return Boolean(document && 'onreadystatechange' in document.createElement('script'));
|
||||
};
|
||||
ImmediateDefinition.prototype.canUsePostMessage = function () {
|
||||
var root = this.root;
|
||||
// The test against `importScripts` prevents this implementation from being installed inside a web worker,
|
||||
// where `root.postMessage` means something completely different and can't be used for this purpose.
|
||||
if (root.postMessage && !root.importScripts) {
|
||||
var postMessageIsAsynchronous_1 = true;
|
||||
var oldOnMessage = root.onmessage;
|
||||
root.onmessage = function () {
|
||||
postMessageIsAsynchronous_1 = false;
|
||||
};
|
||||
root.postMessage('', '*');
|
||||
root.onmessage = oldOnMessage;
|
||||
return postMessageIsAsynchronous_1;
|
||||
}
|
||||
return false;
|
||||
};
|
||||
// This function accepts the same arguments as setImmediate, but
|
||||
// returns a function that requires no arguments.
|
||||
ImmediateDefinition.prototype.partiallyApplied = function (handler) {
|
||||
var args = [];
|
||||
for (var _i = 1; _i < arguments.length; _i++) {
|
||||
args[_i - 1] = arguments[_i];
|
||||
}
|
||||
var fn = function result() {
|
||||
var _a = result, handler = _a.handler, args = _a.args;
|
||||
if (typeof handler === 'function') {
|
||||
handler.apply(undefined, args);
|
||||
}
|
||||
else {
|
||||
(new Function('' + handler))();
|
||||
}
|
||||
};
|
||||
fn.handler = handler;
|
||||
fn.args = args;
|
||||
return fn;
|
||||
};
|
||||
ImmediateDefinition.prototype.addFromSetImmediateArguments = function (args) {
|
||||
this.tasksByHandle[this.nextHandle] = this.partiallyApplied.apply(undefined, args);
|
||||
return this.nextHandle++;
|
||||
};
|
||||
ImmediateDefinition.prototype.createProcessNextTickSetImmediate = function () {
|
||||
var fn = function setImmediate() {
|
||||
var instance = setImmediate.instance;
|
||||
var handle = instance.addFromSetImmediateArguments(arguments);
|
||||
instance.root.process.nextTick(instance.partiallyApplied(instance.runIfPresent, handle));
|
||||
return handle;
|
||||
};
|
||||
fn.instance = this;
|
||||
return fn;
|
||||
};
|
||||
ImmediateDefinition.prototype.createPostMessageSetImmediate = function () {
|
||||
// Installs an event handler on `global` for the `message` event: see
|
||||
// * https://developer.mozilla.org/en/DOM/window.postMessage
|
||||
// * http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages
|
||||
var root = this.root;
|
||||
var messagePrefix = 'setImmediate$' + root.Math.random() + '$';
|
||||
var onGlobalMessage = function globalMessageHandler(event) {
|
||||
var instance = globalMessageHandler.instance;
|
||||
if (event.source === root &&
|
||||
typeof event.data === 'string' &&
|
||||
event.data.indexOf(messagePrefix) === 0) {
|
||||
instance.runIfPresent(+event.data.slice(messagePrefix.length));
|
||||
}
|
||||
};
|
||||
onGlobalMessage.instance = this;
|
||||
root.addEventListener('message', onGlobalMessage, false);
|
||||
var fn = function setImmediate() {
|
||||
var _a = setImmediate, messagePrefix = _a.messagePrefix, instance = _a.instance;
|
||||
var handle = instance.addFromSetImmediateArguments(arguments);
|
||||
instance.root.postMessage(messagePrefix + handle, '*');
|
||||
return handle;
|
||||
};
|
||||
fn.instance = this;
|
||||
fn.messagePrefix = messagePrefix;
|
||||
return fn;
|
||||
};
|
||||
ImmediateDefinition.prototype.runIfPresent = function (handle) {
|
||||
// From the spec: 'Wait until any invocations of this algorithm started before this one have completed.'
|
||||
// So if we're currently running a task, we'll need to delay this invocation.
|
||||
if (this.currentlyRunningATask) {
|
||||
// Delay by doing a setTimeout. setImmediate was tried instead, but in Firefox 7 it generated a
|
||||
// 'too much recursion' error.
|
||||
this.root.setTimeout(this.partiallyApplied(this.runIfPresent, handle), 0);
|
||||
}
|
||||
else {
|
||||
var task = this.tasksByHandle[handle];
|
||||
if (task) {
|
||||
this.currentlyRunningATask = true;
|
||||
try {
|
||||
task();
|
||||
}
|
||||
finally {
|
||||
this.clearImmediate(handle);
|
||||
this.currentlyRunningATask = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
ImmediateDefinition.prototype.createMessageChannelSetImmediate = function () {
|
||||
var _this = this;
|
||||
var channel = new this.root.MessageChannel();
|
||||
channel.port1.onmessage = function (event) {
|
||||
var handle = event.data;
|
||||
_this.runIfPresent(handle);
|
||||
};
|
||||
var fn = function setImmediate() {
|
||||
var _a = setImmediate, channel = _a.channel, instance = _a.instance;
|
||||
var handle = instance.addFromSetImmediateArguments(arguments);
|
||||
channel.port2.postMessage(handle);
|
||||
return handle;
|
||||
};
|
||||
fn.channel = channel;
|
||||
fn.instance = this;
|
||||
return fn;
|
||||
};
|
||||
ImmediateDefinition.prototype.createReadyStateChangeSetImmediate = function () {
|
||||
var fn = function setImmediate() {
|
||||
var instance = setImmediate.instance;
|
||||
var root = instance.root;
|
||||
var doc = root.document;
|
||||
var html = doc.documentElement;
|
||||
var handle = instance.addFromSetImmediateArguments(arguments);
|
||||
// Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted
|
||||
// into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.
|
||||
var script = doc.createElement('script');
|
||||
script.onreadystatechange = function () {
|
||||
instance.runIfPresent(handle);
|
||||
script.onreadystatechange = null;
|
||||
html.removeChild(script);
|
||||
script = null;
|
||||
};
|
||||
html.appendChild(script);
|
||||
return handle;
|
||||
};
|
||||
fn.instance = this;
|
||||
return fn;
|
||||
};
|
||||
ImmediateDefinition.prototype.createSetTimeoutSetImmediate = function () {
|
||||
var fn = function setImmediate() {
|
||||
var instance = setImmediate.instance;
|
||||
var handle = instance.addFromSetImmediateArguments(arguments);
|
||||
instance.root.setTimeout(instance.partiallyApplied(instance.runIfPresent, handle), 0);
|
||||
return handle;
|
||||
};
|
||||
fn.instance = this;
|
||||
return fn;
|
||||
};
|
||||
return ImmediateDefinition;
|
||||
}());
|
||||
export var Immediate = /*@__PURE__*/ new ImmediateDefinition(root);
|
||||
//# sourceMappingURL=Immediate.js.map
|
1
node_modules/rxjs/_esm5/util/Immediate.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/Immediate.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
5
node_modules/rxjs/_esm5/util/Map.js
generated
vendored
Normal file
5
node_modules/rxjs/_esm5/util/Map.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/** PURE_IMPORTS_START ._root,._MapPolyfill PURE_IMPORTS_END */
|
||||
import { root } from './root';
|
||||
import { MapPolyfill } from './MapPolyfill';
|
||||
export var Map = root.Map || /*@__PURE__*/ (function () { return MapPolyfill; })();
|
||||
//# sourceMappingURL=Map.js.map
|
1
node_modules/rxjs/_esm5/util/Map.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/Map.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"Map.js","sourceRoot":"","sources":["../../src/util/Map.ts"],"names":[],"mappings":"OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ;OACtB,EAAE,WAAW,EAAE,MAAM,eAAe;AAE3C,OAAO,IAAM,GAAG,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC,cAAM,OAAA,WAAW,EAAX,CAAW,CAAC,EAAE,CAAC"}
|
45
node_modules/rxjs/_esm5/util/MapPolyfill.js
generated
vendored
Normal file
45
node_modules/rxjs/_esm5/util/MapPolyfill.js
generated
vendored
Normal file
@ -0,0 +1,45 @@
|
||||
export var MapPolyfill = /*@__PURE__*/ (/*@__PURE__*/ function () {
|
||||
function MapPolyfill() {
|
||||
this.size = 0;
|
||||
this._values = [];
|
||||
this._keys = [];
|
||||
}
|
||||
MapPolyfill.prototype.get = function (key) {
|
||||
var i = this._keys.indexOf(key);
|
||||
return i === -1 ? undefined : this._values[i];
|
||||
};
|
||||
MapPolyfill.prototype.set = function (key, value) {
|
||||
var i = this._keys.indexOf(key);
|
||||
if (i === -1) {
|
||||
this._keys.push(key);
|
||||
this._values.push(value);
|
||||
this.size++;
|
||||
}
|
||||
else {
|
||||
this._values[i] = value;
|
||||
}
|
||||
return this;
|
||||
};
|
||||
MapPolyfill.prototype.delete = function (key) {
|
||||
var i = this._keys.indexOf(key);
|
||||
if (i === -1) {
|
||||
return false;
|
||||
}
|
||||
this._values.splice(i, 1);
|
||||
this._keys.splice(i, 1);
|
||||
this.size--;
|
||||
return true;
|
||||
};
|
||||
MapPolyfill.prototype.clear = function () {
|
||||
this._keys.length = 0;
|
||||
this._values.length = 0;
|
||||
this.size = 0;
|
||||
};
|
||||
MapPolyfill.prototype.forEach = function (cb, thisArg) {
|
||||
for (var i = 0; i < this.size; i++) {
|
||||
cb.call(thisArg, this._values[i], this._keys[i]);
|
||||
}
|
||||
};
|
||||
return MapPolyfill;
|
||||
}());
|
||||
//# sourceMappingURL=MapPolyfill.js.map
|
1
node_modules/rxjs/_esm5/util/MapPolyfill.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/MapPolyfill.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"MapPolyfill.js","sourceRoot":"","sources":["../../src/util/MapPolyfill.ts"],"names":[],"mappings":"AAAA;IAAA;QACS,SAAI,GAAG,CAAC,CAAC;QACR,YAAO,GAAU,EAAE,CAAC;QACpB,UAAK,GAAU,EAAE,CAAC;IAuC5B,CAAC;IArCC,yBAAG,GAAH,UAAI,GAAQ;QACV,IAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;QAClC,MAAM,CAAC,CAAC,KAAK,CAAC,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IAChD,CAAC;IAED,yBAAG,GAAH,UAAI,GAAQ,EAAE,KAAU;QACtB,IAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;QAClC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;YACb,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;YACrB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YACzB,IAAI,CAAC,IAAI,EAAE,CAAC;QACd,CAAC;QAAC,IAAI,CAAC,CAAC;YACN,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC;QAC1B,CAAC;QACD,MAAM,CAAC,IAAI,CAAC;IACd,CAAC;IAED,4BAAM,GAAN,UAAO,GAAQ;QACb,IAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;QAClC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;YAAC,MAAM,CAAC,KAAK,CAAC;QAAC,CAAC;QAC/B,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QAC1B,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QACxB,IAAI,CAAC,IAAI,EAAE,CAAC;QACZ,MAAM,CAAC,IAAI,CAAC;IACd,CAAC;IAED,2BAAK,GAAL;QACE,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC;QACtB,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC;QACxB,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC;IAChB,CAAC;IAED,6BAAO,GAAP,UAAQ,EAAY,EAAE,OAAY;QAChC,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC;YACnC,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;QACnD,CAAC;IACH,CAAC;IACH,kBAAC;AAAD,CAAC,AA1CD,IA0CC"}
|
28
node_modules/rxjs/_esm5/util/ObjectUnsubscribedError.js
generated
vendored
Normal file
28
node_modules/rxjs/_esm5/util/ObjectUnsubscribedError.js
generated
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
var __extends = (this && this.__extends) || function (d, b) {
|
||||
for (var p in b)
|
||||
if (b.hasOwnProperty(p))
|
||||
d[p] = b[p];
|
||||
function __() { this.constructor = d; }
|
||||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
||||
};
|
||||
/**
|
||||
* An error thrown when an action is invalid because the object has been
|
||||
* unsubscribed.
|
||||
*
|
||||
* @see {@link Subject}
|
||||
* @see {@link BehaviorSubject}
|
||||
*
|
||||
* @class ObjectUnsubscribedError
|
||||
*/
|
||||
export var ObjectUnsubscribedError = /*@__PURE__*/ (/*@__PURE__*/ function (_super) {
|
||||
__extends(ObjectUnsubscribedError, _super);
|
||||
function ObjectUnsubscribedError() {
|
||||
var err = _super.call(this, 'object unsubscribed');
|
||||
this.name = err.name = 'ObjectUnsubscribedError';
|
||||
this.stack = err.stack;
|
||||
this.message = err.message;
|
||||
}
|
||||
return ObjectUnsubscribedError;
|
||||
}(Error));
|
||||
//# sourceMappingURL=ObjectUnsubscribedError.js.map
|
1
node_modules/rxjs/_esm5/util/ObjectUnsubscribedError.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/ObjectUnsubscribedError.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"ObjectUnsubscribedError.js","sourceRoot":"","sources":["../../src/util/ObjectUnsubscribedError.ts"],"names":[],"mappings":";;;;;AAAA;;;;;;;;GAQG;AACH;IAA6C,2CAAK;IAChD;QACE,IAAM,GAAG,GAAQ,kBAAM,qBAAqB,CAAC,CAAC;QACvC,IAAK,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,GAAG,yBAAyB,CAAC;QAClD,IAAK,CAAC,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC;QACxB,IAAK,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;IACrC,CAAC;IACH,8BAAC;AAAD,CAAC,AAPD,CAA6C,KAAK,GAOjD"}
|
32
node_modules/rxjs/_esm5/util/Set.js
generated
vendored
Normal file
32
node_modules/rxjs/_esm5/util/Set.js
generated
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
/** PURE_IMPORTS_START ._root PURE_IMPORTS_END */
|
||||
import { root } from './root';
|
||||
export function minimalSetImpl() {
|
||||
// THIS IS NOT a full impl of Set, this is just the minimum
|
||||
// bits of functionality we need for this library.
|
||||
return (function () {
|
||||
function MinimalSet() {
|
||||
this._values = [];
|
||||
}
|
||||
MinimalSet.prototype.add = function (value) {
|
||||
if (!this.has(value)) {
|
||||
this._values.push(value);
|
||||
}
|
||||
};
|
||||
MinimalSet.prototype.has = function (value) {
|
||||
return this._values.indexOf(value) !== -1;
|
||||
};
|
||||
Object.defineProperty(MinimalSet.prototype, "size", {
|
||||
get: function () {
|
||||
return this._values.length;
|
||||
},
|
||||
enumerable: true,
|
||||
configurable: true
|
||||
});
|
||||
MinimalSet.prototype.clear = function () {
|
||||
this._values.length = 0;
|
||||
};
|
||||
return MinimalSet;
|
||||
}());
|
||||
}
|
||||
export var Set = root.Set || /*@__PURE__*/ minimalSetImpl();
|
||||
//# sourceMappingURL=Set.js.map
|
1
node_modules/rxjs/_esm5/util/Set.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/Set.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"Set.js","sourceRoot":"","sources":["../../src/util/Set.ts"],"names":[],"mappings":"OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ;AAa7B;IACE,2DAA2D;IAC3D,kDAAkD;IAClD,MAAM,CAAC;QAAA;YACG,YAAO,GAAQ,EAAE,CAAC;QAmB5B,CAAC;QAjBC,wBAAG,GAAH,UAAI,KAAQ;YACV,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;gBACrB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YAC3B,CAAC;QACH,CAAC;QAED,wBAAG,GAAH,UAAI,KAAQ;YACV,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;QAC5C,CAAC;QAED,sBAAI,4BAAI;iBAAR;gBACE,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;YAC7B,CAAC;;;WAAA;QAED,0BAAK,GAAL;YACE,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC;QAC1B,CAAC;QACH,iBAAC;IAAD,CAAC,AApBM,GAoBN,CAAC;AACJ,CAAC;AAED,OAAO,IAAM,GAAG,GAAa,IAAI,CAAC,GAAG,IAAI,cAAc,EAAE,CAAC"}
|
26
node_modules/rxjs/_esm5/util/TimeoutError.js
generated
vendored
Normal file
26
node_modules/rxjs/_esm5/util/TimeoutError.js
generated
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
var __extends = (this && this.__extends) || function (d, b) {
|
||||
for (var p in b)
|
||||
if (b.hasOwnProperty(p))
|
||||
d[p] = b[p];
|
||||
function __() { this.constructor = d; }
|
||||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
||||
};
|
||||
/**
|
||||
* An error thrown when duetime elapses.
|
||||
*
|
||||
* @see {@link timeout}
|
||||
*
|
||||
* @class TimeoutError
|
||||
*/
|
||||
export var TimeoutError = /*@__PURE__*/ (/*@__PURE__*/ function (_super) {
|
||||
__extends(TimeoutError, _super);
|
||||
function TimeoutError() {
|
||||
var err = _super.call(this, 'Timeout has occurred');
|
||||
this.name = err.name = 'TimeoutError';
|
||||
this.stack = err.stack;
|
||||
this.message = err.message;
|
||||
}
|
||||
return TimeoutError;
|
||||
}(Error));
|
||||
//# sourceMappingURL=TimeoutError.js.map
|
1
node_modules/rxjs/_esm5/util/TimeoutError.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/TimeoutError.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"TimeoutError.js","sourceRoot":"","sources":["../../src/util/TimeoutError.ts"],"names":[],"mappings":";;;;;AAAA;;;;;;GAMG;AACH;IAAkC,gCAAK;IACrC;QACE,IAAM,GAAG,GAAQ,kBAAM,sBAAsB,CAAC,CAAC;QACxC,IAAK,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,GAAG,cAAc,CAAC;QACvC,IAAK,CAAC,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC;QACxB,IAAK,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;IACrC,CAAC;IACH,mBAAC;AAAD,CAAC,AAPD,CAAkC,KAAK,GAOtC"}
|
26
node_modules/rxjs/_esm5/util/UnsubscriptionError.js
generated
vendored
Normal file
26
node_modules/rxjs/_esm5/util/UnsubscriptionError.js
generated
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
var __extends = (this && this.__extends) || function (d, b) {
|
||||
for (var p in b)
|
||||
if (b.hasOwnProperty(p))
|
||||
d[p] = b[p];
|
||||
function __() { this.constructor = d; }
|
||||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
||||
};
|
||||
/**
|
||||
* An error thrown when one or more errors have occurred during the
|
||||
* `unsubscribe` of a {@link Subscription}.
|
||||
*/
|
||||
export var UnsubscriptionError = /*@__PURE__*/ (/*@__PURE__*/ function (_super) {
|
||||
__extends(UnsubscriptionError, _super);
|
||||
function UnsubscriptionError(errors) {
|
||||
_super.call(this);
|
||||
this.errors = errors;
|
||||
var err = Error.call(this, errors ?
|
||||
errors.length + " errors occurred during unsubscription:\n " + errors.map(function (err, i) { return ((i + 1) + ") " + err.toString()); }).join('\n ') : '');
|
||||
this.name = err.name = 'UnsubscriptionError';
|
||||
this.stack = err.stack;
|
||||
this.message = err.message;
|
||||
}
|
||||
return UnsubscriptionError;
|
||||
}(Error));
|
||||
//# sourceMappingURL=UnsubscriptionError.js.map
|
1
node_modules/rxjs/_esm5/util/UnsubscriptionError.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/UnsubscriptionError.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"UnsubscriptionError.js","sourceRoot":"","sources":["../../src/util/UnsubscriptionError.ts"],"names":[],"mappings":";;;;;AAAA;;;GAGG;AACH;IAAyC,uCAAK;IAC5C,6BAAmB,MAAa;QAC9B,iBAAO,CAAC;QADS,WAAM,GAAN,MAAM,CAAO;QAE9B,IAAM,GAAG,GAAQ,KAAK,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM;YACnC,MAAM,CAAC,MAAM,mDAClB,MAAM,CAAC,GAAG,CAAC,UAAC,GAAG,EAAE,CAAC,IAAK,OAAA,EAAG,CAAC,GAAG,CAAC,WAAK,GAAG,CAAC,QAAQ,EAAE,CAAE,EAA7B,CAA6B,CAAC,CAAC,IAAI,CAAC,MAAM,CAAG,GAAG,EAAE,CAAC,CAAC;QACpE,IAAK,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,GAAG,qBAAqB,CAAC;QAC9C,IAAK,CAAC,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC;QACxB,IAAK,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;IACrC,CAAC;IACH,0BAAC;AAAD,CAAC,AAVD,CAAyC,KAAK,GAU7C"}
|
12
node_modules/rxjs/_esm5/util/applyMixins.js
generated
vendored
Normal file
12
node_modules/rxjs/_esm5/util/applyMixins.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
export function applyMixins(derivedCtor, baseCtors) {
|
||||
for (var i = 0, len = baseCtors.length; i < len; i++) {
|
||||
var baseCtor = baseCtors[i];
|
||||
var propertyKeys = Object.getOwnPropertyNames(baseCtor.prototype);
|
||||
for (var j = 0, len2 = propertyKeys.length; j < len2; j++) {
|
||||
var name_1 = propertyKeys[j];
|
||||
derivedCtor.prototype[name_1] = baseCtor.prototype[name_1];
|
||||
}
|
||||
}
|
||||
}
|
||||
//# sourceMappingURL=applyMixins.js.map
|
1
node_modules/rxjs/_esm5/util/applyMixins.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/applyMixins.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"applyMixins.js","sourceRoot":"","sources":["../../src/util/applyMixins.ts"],"names":[],"mappings":"AAAA,4BAA4B,WAAgB,EAAE,SAAgB;IAC5D,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC;QACrD,IAAM,QAAQ,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;QAC9B,IAAM,YAAY,GAAG,MAAM,CAAC,mBAAmB,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QACpE,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,YAAY,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC;YAC1D,IAAM,MAAI,GAAG,YAAY,CAAC,CAAC,CAAC,CAAC;YAC7B,WAAW,CAAC,SAAS,CAAC,MAAI,CAAC,GAAG,QAAQ,CAAC,SAAS,CAAC,MAAI,CAAC,CAAC;QACzD,CAAC;IACH,CAAC;AACH,CAAC"}
|
24
node_modules/rxjs/_esm5/util/assign.js
generated
vendored
Normal file
24
node_modules/rxjs/_esm5/util/assign.js
generated
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
/** PURE_IMPORTS_START ._root PURE_IMPORTS_END */
|
||||
import { root } from './root';
|
||||
export function assignImpl(target) {
|
||||
var sources = [];
|
||||
for (var _i = 1; _i < arguments.length; _i++) {
|
||||
sources[_i - 1] = arguments[_i];
|
||||
}
|
||||
var len = sources.length;
|
||||
for (var i = 0; i < len; i++) {
|
||||
var source = sources[i];
|
||||
for (var k in source) {
|
||||
if (source.hasOwnProperty(k)) {
|
||||
target[k] = source[k];
|
||||
}
|
||||
}
|
||||
}
|
||||
return target;
|
||||
}
|
||||
;
|
||||
export function getAssign(root) {
|
||||
return root.Object.assign || assignImpl;
|
||||
}
|
||||
export var assign = /*@__PURE__*/ getAssign(root);
|
||||
//# sourceMappingURL=assign.js.map
|
1
node_modules/rxjs/_esm5/util/assign.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/assign.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"assign.js","sourceRoot":"","sources":["../../src/util/assign.ts"],"names":[],"mappings":"OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ;AAE7B,2BAA2B,MAAc;IAAE,iBAAoB;SAApB,WAAoB,CAApB,sBAAoB,CAApB,IAAoB;QAApB,gCAAoB;;IAC7D,IAAM,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC;IAC3B,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC;QAC7B,IAAM,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;QAC1B,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC;YACrB,EAAE,CAAC,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;gBAC7B,MAAM,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;IACH,CAAC;IACD,MAAM,CAAC,MAAM,CAAC;AAChB,CAAC;AAAA,CAAC;AAEF,0BAA0B,IAAS;IACjC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,IAAI,UAAU,CAAC;AAC1C,CAAC;AAED,OAAO,IAAM,MAAM,GAAG,SAAS,CAAC,IAAI,CAAC,CAAC"}
|
4
node_modules/rxjs/_esm5/util/errorObject.js
generated
vendored
Normal file
4
node_modules/rxjs/_esm5/util/errorObject.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
// typeof any so that it we don't have to cast when comparing a result to the error object
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
export var errorObject = { e: {} };
|
||||
//# sourceMappingURL=errorObject.js.map
|
1
node_modules/rxjs/_esm5/util/errorObject.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/errorObject.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"errorObject.js","sourceRoot":"","sources":["../../src/util/errorObject.ts"],"names":[],"mappings":"AAAA,0FAA0F;AAC1F,OAAO,IAAM,WAAW,GAAQ,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC"}
|
5
node_modules/rxjs/_esm5/util/identity.js
generated
vendored
Normal file
5
node_modules/rxjs/_esm5/util/identity.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
export function identity(x) {
|
||||
return x;
|
||||
}
|
||||
//# sourceMappingURL=identity.js.map
|
1
node_modules/rxjs/_esm5/util/identity.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/identity.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"identity.js","sourceRoot":"","sources":["../../src/util/identity.ts"],"names":[],"mappings":"AAAA,yBAA4B,CAAI;IAC9B,MAAM,CAAC,CAAC,CAAC;AACX,CAAC"}
|
3
node_modules/rxjs/_esm5/util/isArray.js
generated
vendored
Normal file
3
node_modules/rxjs/_esm5/util/isArray.js
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
export var isArray = Array.isArray || (function (x) { return x && typeof x.length === 'number'; });
|
||||
//# sourceMappingURL=isArray.js.map
|
1
node_modules/rxjs/_esm5/util/isArray.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/isArray.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"isArray.js","sourceRoot":"","sources":["../../src/util/isArray.ts"],"names":[],"mappings":"AAAA,OAAO,IAAM,OAAO,GAAG,KAAK,CAAC,OAAO,IAAI,CAAC,UAAI,CAAM,IAAe,OAAA,CAAC,IAAI,OAAO,CAAC,CAAC,MAAM,KAAK,QAAQ,EAAjC,CAAiC,CAAC,CAAC"}
|
3
node_modules/rxjs/_esm5/util/isArrayLike.js
generated
vendored
Normal file
3
node_modules/rxjs/_esm5/util/isArrayLike.js
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
export var isArrayLike = (function (x) { return x && typeof x.length === 'number'; });
|
||||
//# sourceMappingURL=isArrayLike.js.map
|
1
node_modules/rxjs/_esm5/util/isArrayLike.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/isArrayLike.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"isArrayLike.js","sourceRoot":"","sources":["../../src/util/isArrayLike.ts"],"names":[],"mappings":"AAAA,OAAO,IAAM,WAAW,GAAG,CAAC,UAAI,CAAM,IAAwB,OAAA,CAAC,IAAI,OAAO,CAAC,CAAC,MAAM,KAAK,QAAQ,EAAjC,CAAiC,CAAC,CAAC"}
|
5
node_modules/rxjs/_esm5/util/isDate.js
generated
vendored
Normal file
5
node_modules/rxjs/_esm5/util/isDate.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
export function isDate(value) {
|
||||
return value instanceof Date && !isNaN(+value);
|
||||
}
|
||||
//# sourceMappingURL=isDate.js.map
|
1
node_modules/rxjs/_esm5/util/isDate.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/isDate.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"isDate.js","sourceRoot":"","sources":["../../src/util/isDate.ts"],"names":[],"mappings":"AAAA,uBAAuB,KAAU;IAC/B,MAAM,CAAC,KAAK,YAAY,IAAI,IAAI,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC;AACjD,CAAC"}
|
5
node_modules/rxjs/_esm5/util/isFunction.js
generated
vendored
Normal file
5
node_modules/rxjs/_esm5/util/isFunction.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
export function isFunction(x) {
|
||||
return typeof x === 'function';
|
||||
}
|
||||
//# sourceMappingURL=isFunction.js.map
|
1
node_modules/rxjs/_esm5/util/isFunction.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/isFunction.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"isFunction.js","sourceRoot":"","sources":["../../src/util/isFunction.ts"],"names":[],"mappings":"AAAA,2BAA2B,CAAM;IAC/B,MAAM,CAAC,OAAO,CAAC,KAAK,UAAU,CAAC;AACjC,CAAC"}
|
11
node_modules/rxjs/_esm5/util/isNumeric.js
generated
vendored
Normal file
11
node_modules/rxjs/_esm5/util/isNumeric.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
/** PURE_IMPORTS_START .._util_isArray PURE_IMPORTS_END */
|
||||
import { isArray } from '../util/isArray';
|
||||
export function isNumeric(val) {
|
||||
// parseFloat NaNs numeric-cast false positives (null|true|false|"")
|
||||
// ...but misinterprets leading-number strings, particularly hex literals ("0x...")
|
||||
// subtraction forces infinities to NaN
|
||||
// adding 1 corrects loss of precision from parseFloat (#15100)
|
||||
return !isArray(val) && (val - parseFloat(val) + 1) >= 0;
|
||||
}
|
||||
;
|
||||
//# sourceMappingURL=isNumeric.js.map
|
1
node_modules/rxjs/_esm5/util/isNumeric.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/isNumeric.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"isNumeric.js","sourceRoot":"","sources":["../../src/util/isNumeric.ts"],"names":[],"mappings":"OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB;AAEzC,0BAA0B,GAAQ;IAChC,oEAAoE;IACpE,mFAAmF;IACnF,uCAAuC;IACvC,+DAA+D;IAC/D,MAAM,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC;AAC3D,CAAC;AAAA,CAAC"}
|
5
node_modules/rxjs/_esm5/util/isObject.js
generated
vendored
Normal file
5
node_modules/rxjs/_esm5/util/isObject.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
export function isObject(x) {
|
||||
return x != null && typeof x === 'object';
|
||||
}
|
||||
//# sourceMappingURL=isObject.js.map
|
1
node_modules/rxjs/_esm5/util/isObject.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/isObject.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"isObject.js","sourceRoot":"","sources":["../../src/util/isObject.ts"],"names":[],"mappings":"AAAA,yBAAyB,CAAM;IAC7B,MAAM,CAAC,CAAC,IAAI,IAAI,IAAI,OAAO,CAAC,KAAK,QAAQ,CAAC;AAC5C,CAAC"}
|
5
node_modules/rxjs/_esm5/util/isPromise.js
generated
vendored
Normal file
5
node_modules/rxjs/_esm5/util/isPromise.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
export function isPromise(value) {
|
||||
return value && typeof value.subscribe !== 'function' && typeof value.then === 'function';
|
||||
}
|
||||
//# sourceMappingURL=isPromise.js.map
|
1
node_modules/rxjs/_esm5/util/isPromise.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/isPromise.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"isPromise.js","sourceRoot":"","sources":["../../src/util/isPromise.ts"],"names":[],"mappings":"AAAA,0BAA6B,KAAuB;IAClD,MAAM,CAAC,KAAK,IAAI,OAAa,KAAM,CAAC,SAAS,KAAK,UAAU,IAAI,OAAQ,KAAa,CAAC,IAAI,KAAK,UAAU,CAAC;AAC5G,CAAC"}
|
5
node_modules/rxjs/_esm5/util/isScheduler.js
generated
vendored
Normal file
5
node_modules/rxjs/_esm5/util/isScheduler.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
export function isScheduler(value) {
|
||||
return value && typeof value.schedule === 'function';
|
||||
}
|
||||
//# sourceMappingURL=isScheduler.js.map
|
1
node_modules/rxjs/_esm5/util/isScheduler.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/isScheduler.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"isScheduler.js","sourceRoot":"","sources":["../../src/util/isScheduler.ts"],"names":[],"mappings":"AACA,4BAA4B,KAAU;IACpC,MAAM,CAAC,KAAK,IAAI,OAAa,KAAM,CAAC,QAAQ,KAAK,UAAU,CAAC;AAC9D,CAAC"}
|
4
node_modules/rxjs/_esm5/util/noop.js
generated
vendored
Normal file
4
node_modules/rxjs/_esm5/util/noop.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
/* tslint:disable:no-empty */
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
export function noop() { }
|
||||
//# sourceMappingURL=noop.js.map
|
1
node_modules/rxjs/_esm5/util/noop.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/noop.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"noop.js","sourceRoot":"","sources":["../../src/util/noop.ts"],"names":[],"mappings":"AAAA,6BAA6B;AAC7B,yBAAyB,CAAC"}
|
10
node_modules/rxjs/_esm5/util/not.js
generated
vendored
Normal file
10
node_modules/rxjs/_esm5/util/not.js
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
export function not(pred, thisArg) {
|
||||
function notPred() {
|
||||
return !(notPred.pred.apply(notPred.thisArg, arguments));
|
||||
}
|
||||
notPred.pred = pred;
|
||||
notPred.thisArg = thisArg;
|
||||
return notPred;
|
||||
}
|
||||
//# sourceMappingURL=not.js.map
|
1
node_modules/rxjs/_esm5/util/not.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/not.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"not.js","sourceRoot":"","sources":["../../src/util/not.ts"],"names":[],"mappings":"AAAA,oBAAoB,IAAc,EAAE,OAAY;IAC9C;QACE,MAAM,CAAC,CAAC,CAAQ,OAAQ,CAAC,IAAI,CAAC,KAAK,CAAQ,OAAQ,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC,CAAC;IAC3E,CAAC;IACM,OAAQ,CAAC,IAAI,GAAG,IAAI,CAAC;IACrB,OAAQ,CAAC,OAAO,GAAG,OAAO,CAAC;IAClC,MAAM,CAAC,OAAO,CAAC;AACjB,CAAC"}
|
23
node_modules/rxjs/_esm5/util/pipe.js
generated
vendored
Normal file
23
node_modules/rxjs/_esm5/util/pipe.js
generated
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
/** PURE_IMPORTS_START ._noop PURE_IMPORTS_END */
|
||||
import { noop } from './noop';
|
||||
/* tslint:enable:max-line-length */
|
||||
export function pipe() {
|
||||
var fns = [];
|
||||
for (var _i = 0; _i < arguments.length; _i++) {
|
||||
fns[_i - 0] = arguments[_i];
|
||||
}
|
||||
return pipeFromArray(fns);
|
||||
}
|
||||
/* @internal */
|
||||
export function pipeFromArray(fns) {
|
||||
if (!fns) {
|
||||
return noop;
|
||||
}
|
||||
if (fns.length === 1) {
|
||||
return fns[0];
|
||||
}
|
||||
return function piped(input) {
|
||||
return fns.reduce(function (prev, fn) { return fn(prev); }, input);
|
||||
};
|
||||
}
|
||||
//# sourceMappingURL=pipe.js.map
|
1
node_modules/rxjs/_esm5/util/pipe.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/pipe.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"pipe.js","sourceRoot":"","sources":["../../src/util/pipe.ts"],"names":[],"mappings":"OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ;AAc7B,mCAAmC;AAEnC;IAA2B,aAAkC;SAAlC,WAAkC,CAAlC,sBAAkC,CAAlC,IAAkC;QAAlC,4BAAkC;;IAC3D,MAAM,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;AAC5B,CAAC;AAED,eAAe;AACf,8BAAoC,GAA+B;IACjE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;QACT,MAAM,CAAC,IAA+B,CAAC;IACzC,CAAC;IAED,EAAE,CAAC,CAAC,GAAG,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC;QACrB,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAChB,CAAC;IAED,MAAM,CAAC,eAAe,KAAQ;QAC5B,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,UAAC,IAAS,EAAE,EAAuB,IAAK,OAAA,EAAE,CAAC,IAAI,CAAC,EAAR,CAAQ,EAAE,KAAK,CAAC,CAAC;IAC7E,CAAC,CAAC;AACJ,CAAC"}
|
19
node_modules/rxjs/_esm5/util/root.js
generated
vendored
Normal file
19
node_modules/rxjs/_esm5/util/root.js
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
// CommonJS / Node have global context exposed as "global" variable.
|
||||
// We don't want to include the whole node.d.ts this this compilation unit so we'll just fake
|
||||
// the global "global" var for now.
|
||||
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||||
var __window = typeof window !== 'undefined' && window;
|
||||
var __self = typeof self !== 'undefined' && typeof WorkerGlobalScope !== 'undefined' &&
|
||||
self instanceof WorkerGlobalScope && self;
|
||||
var __global = typeof global !== 'undefined' && global;
|
||||
var _root = __window || __global || __self;
|
||||
// Workaround Closure Compiler restriction: The body of a goog.module cannot use throw.
|
||||
// This is needed when used with angular/tsickle which inserts a goog.module statement.
|
||||
// Wrap in IIFE
|
||||
/*@__PURE__*/ (function () {
|
||||
if (!_root) {
|
||||
throw new Error('RxJS could not find any global context (window, self, global)');
|
||||
}
|
||||
})();
|
||||
export { _root as root };
|
||||
//# sourceMappingURL=root.js.map
|
1
node_modules/rxjs/_esm5/util/root.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/root.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"root.js","sourceRoot":"","sources":["../../src/util/root.ts"],"names":[],"mappings":"AAWA,oEAAoE;AACpE,6FAA6F;AAC7F,mCAAmC;AAEnC,IAAM,QAAQ,GAAG,OAAO,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC;AACzD,IAAM,MAAM,GAAG,OAAO,IAAI,KAAK,WAAW,IAAI,OAAO,iBAAiB,KAAK,WAAW;IAClF,IAAI,YAAY,iBAAiB,IAAI,IAAI,CAAC;AAC9C,IAAM,QAAQ,GAAG,OAAO,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC;AACzD,IAAM,KAAK,GAAQ,QAAQ,IAAI,QAAQ,IAAI,MAAM,CAAC;AAElD,uFAAuF;AACvF,uFAAuF;AACvF,eAAe;AACf,CAAC;IACC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC;QACX,MAAM,IAAI,KAAK,CAAC,+DAA+D,CAAC,CAAC;IACnF,CAAC;AACH,CAAC,CAAC,EAAE,CAAC;AAEL,SAAS,KAAK,IAAI,IAAI,GAAG"}
|
78
node_modules/rxjs/_esm5/util/subscribeToResult.js
generated
vendored
Normal file
78
node_modules/rxjs/_esm5/util/subscribeToResult.js
generated
vendored
Normal file
@ -0,0 +1,78 @@
|
||||
/** PURE_IMPORTS_START ._root,._isArrayLike,._isPromise,._isObject,.._Observable,.._symbol_iterator,.._InnerSubscriber,.._symbol_observable PURE_IMPORTS_END */
|
||||
import { root } from './root';
|
||||
import { isArrayLike } from './isArrayLike';
|
||||
import { isPromise } from './isPromise';
|
||||
import { isObject } from './isObject';
|
||||
import { Observable } from '../Observable';
|
||||
import { iterator as Symbol_iterator } from '../symbol/iterator';
|
||||
import { InnerSubscriber } from '../InnerSubscriber';
|
||||
import { observable as Symbol_observable } from '../symbol/observable';
|
||||
export function subscribeToResult(outerSubscriber, result, outerValue, outerIndex) {
|
||||
var destination = new InnerSubscriber(outerSubscriber, outerValue, outerIndex);
|
||||
if (destination.closed) {
|
||||
return null;
|
||||
}
|
||||
if (result instanceof Observable) {
|
||||
if (result._isScalar) {
|
||||
destination.next(result.value);
|
||||
destination.complete();
|
||||
return null;
|
||||
}
|
||||
else {
|
||||
destination.syncErrorThrowable = true;
|
||||
return result.subscribe(destination);
|
||||
}
|
||||
}
|
||||
else if (isArrayLike(result)) {
|
||||
for (var i = 0, len = result.length; i < len && !destination.closed; i++) {
|
||||
destination.next(result[i]);
|
||||
}
|
||||
if (!destination.closed) {
|
||||
destination.complete();
|
||||
}
|
||||
}
|
||||
else if (isPromise(result)) {
|
||||
result.then(function (value) {
|
||||
if (!destination.closed) {
|
||||
destination.next(value);
|
||||
destination.complete();
|
||||
}
|
||||
}, function (err) { return destination.error(err); })
|
||||
.then(null, function (err) {
|
||||
// Escaping the Promise trap: globally throw unhandled errors
|
||||
root.setTimeout(function () { throw err; });
|
||||
});
|
||||
return destination;
|
||||
}
|
||||
else if (result && typeof result[Symbol_iterator] === 'function') {
|
||||
var iterator = result[Symbol_iterator]();
|
||||
do {
|
||||
var item = iterator.next();
|
||||
if (item.done) {
|
||||
destination.complete();
|
||||
break;
|
||||
}
|
||||
destination.next(item.value);
|
||||
if (destination.closed) {
|
||||
break;
|
||||
}
|
||||
} while (true);
|
||||
}
|
||||
else if (result && typeof result[Symbol_observable] === 'function') {
|
||||
var obs = result[Symbol_observable]();
|
||||
if (typeof obs.subscribe !== 'function') {
|
||||
destination.error(new TypeError('Provided object does not correctly implement Symbol.observable'));
|
||||
}
|
||||
else {
|
||||
return obs.subscribe(new InnerSubscriber(outerSubscriber, outerValue, outerIndex));
|
||||
}
|
||||
}
|
||||
else {
|
||||
var value = isObject(result) ? 'an invalid object' : "'" + result + "'";
|
||||
var msg = ("You provided " + value + " where a stream was expected.")
|
||||
+ ' You can provide an Observable, Promise, Array, or Iterable.';
|
||||
destination.error(new TypeError(msg));
|
||||
}
|
||||
return null;
|
||||
}
|
||||
//# sourceMappingURL=subscribeToResult.js.map
|
1
node_modules/rxjs/_esm5/util/subscribeToResult.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/subscribeToResult.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"subscribeToResult.js","sourceRoot":"","sources":["../../src/util/subscribeToResult.ts"],"names":[],"mappings":"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"}
|
19
node_modules/rxjs/_esm5/util/toSubscriber.js
generated
vendored
Normal file
19
node_modules/rxjs/_esm5/util/toSubscriber.js
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
/** PURE_IMPORTS_START .._Subscriber,.._symbol_rxSubscriber,.._Observer PURE_IMPORTS_END */
|
||||
import { Subscriber } from '../Subscriber';
|
||||
import { rxSubscriber as rxSubscriberSymbol } from '../symbol/rxSubscriber';
|
||||
import { empty as emptyObserver } from '../Observer';
|
||||
export function toSubscriber(nextOrObserver, error, complete) {
|
||||
if (nextOrObserver) {
|
||||
if (nextOrObserver instanceof Subscriber) {
|
||||
return nextOrObserver;
|
||||
}
|
||||
if (nextOrObserver[rxSubscriberSymbol]) {
|
||||
return nextOrObserver[rxSubscriberSymbol]();
|
||||
}
|
||||
}
|
||||
if (!nextOrObserver && !error && !complete) {
|
||||
return new Subscriber(emptyObserver);
|
||||
}
|
||||
return new Subscriber(nextOrObserver, error, complete);
|
||||
}
|
||||
//# sourceMappingURL=toSubscriber.js.map
|
1
node_modules/rxjs/_esm5/util/toSubscriber.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/toSubscriber.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"toSubscriber.js","sourceRoot":"","sources":["../../src/util/toSubscriber.ts"],"names":[],"mappings":"OAAO,EAAE,UAAU,EAAE,MAAM,eAAe;OACnC,EAAE,YAAY,IAAI,kBAAkB,EAAE,MAAM,wBAAwB;OACpE,EAAmB,KAAK,IAAI,aAAa,EAAE,MAAM,aAAa;AAErE,6BACE,cAA0D,EAC1D,KAA4B,EAC5B,QAAqB;IAErB,EAAE,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC;QACnB,EAAE,CAAC,CAAC,cAAc,YAAY,UAAU,CAAC,CAAC,CAAC;YACzC,MAAM,CAAkB,cAAe,CAAC;QAC1C,CAAC;QAED,EAAE,CAAC,CAAC,cAAc,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC;YACvC,MAAM,CAAC,cAAc,CAAC,kBAAkB,CAAC,EAAE,CAAC;QAC9C,CAAC;IACH,CAAC;IAED,EAAE,CAAC,CAAC,CAAC,cAAc,IAAI,CAAC,KAAK,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC;QAC3C,MAAM,CAAC,IAAI,UAAU,CAAC,aAAa,CAAC,CAAC;IACvC,CAAC;IAED,MAAM,CAAC,IAAI,UAAU,CAAC,cAAc,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC;AACzD,CAAC"}
|
18
node_modules/rxjs/_esm5/util/tryCatch.js
generated
vendored
Normal file
18
node_modules/rxjs/_esm5/util/tryCatch.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
/** PURE_IMPORTS_START ._errorObject PURE_IMPORTS_END */
|
||||
import { errorObject } from './errorObject';
|
||||
var tryCatchTarget;
|
||||
function tryCatcher() {
|
||||
try {
|
||||
return tryCatchTarget.apply(this, arguments);
|
||||
}
|
||||
catch (e) {
|
||||
errorObject.e = e;
|
||||
return errorObject;
|
||||
}
|
||||
}
|
||||
export function tryCatch(fn) {
|
||||
tryCatchTarget = fn;
|
||||
return tryCatcher;
|
||||
}
|
||||
;
|
||||
//# sourceMappingURL=tryCatch.js.map
|
1
node_modules/rxjs/_esm5/util/tryCatch.js.map
generated
vendored
Normal file
1
node_modules/rxjs/_esm5/util/tryCatch.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"tryCatch.js","sourceRoot":"","sources":["../../src/util/tryCatch.ts"],"names":[],"mappings":"OAAO,EAAE,WAAW,EAAE,MAAM,eAAe;AAE3C,IAAI,cAAwB,CAAC;AAE7B;IACE,IAAI,CAAC;QACH,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;IAC/C,CAAE;IAAA,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QACX,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC;QAClB,MAAM,CAAC,WAAW,CAAC;IACrB,CAAC;AACH,CAAC;AAED,yBAA6C,EAAK;IAChD,cAAc,GAAG,EAAE,CAAC;IACpB,MAAM,CAAM,UAAU,CAAC;AACzB,CAAC;AAAA,CAAC"}
|
Reference in New Issue
Block a user