webdetector/.cache/19/590d37848d7b5e412a28824325b86e.json

1 line
59 KiB
JSON
Raw Normal View History

2018-12-21 13:36:28 +01:00
{"id":"I8KM","dependencies":[{"name":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/Subscription.js.map","includedInParent":true,"mtime":499162500000},{"name":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/src/internal/Subscription.ts","includedInParent":true,"mtime":499162500000},{"name":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/package.json","includedInParent":true,"mtime":1545395749058},{"name":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/package.json","includedInParent":true,"mtime":1545395355370},{"name":"./util/isArray","loc":{"line":2,"column":24},"parent":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/Subscription.js","resolved":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/util/isArray.js"},{"name":"./util/isObject","loc":{"line":3,"column":25},"parent":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/Subscription.js","resolved":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/util/isObject.js"},{"name":"./util/isFunction","loc":{"line":4,"column":27},"parent":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/Subscription.js","resolved":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/util/isFunction.js"},{"name":"./util/tryCatch","loc":{"line":5,"column":25},"parent":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/Subscription.js","resolved":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/util/tryCatch.js"},{"name":"./util/errorObject","loc":{"line":6,"column":28},"parent":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/Subscription.js","resolved":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/util/errorObject.js"},{"name":"./util/UnsubscriptionError","loc":{"line":7,"column":36},"parent":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/Subscription.js","resolved":"/Users/philkunz/gitlab/pushrocks_meta/webdetector/node_modules/rxjs/_esm5/internal/util/UnsubscriptionError.js"}],"generated":{"js":"\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.Subscription=void 0;var r=require(\"./util/isArray\"),t=require(\"./util/isObject\"),i=require(\"./util/isFunction\"),e=require(\"./util/tryCatch\"),s=require(\"./util/errorObject\"),n=require(\"./util/UnsubscriptionError\"),o=function(){function o(r){this.closed=!1,this._parent=null,this._parents=null,this._subscriptions=null,r&&(this._unsubscribe=r)}var c;return o.prototype.unsubscribe=function(){var o,c=!1;if(!this.closed){var a=this._parent,p=this._parents,b=this._unsubscribe,h=this._subscriptions;this.closed=!0,this._parent=null,this._parents=null,this._subscriptions=null;for(var l=-1,f=p?p.length:0;a;)a.remove(this),a=++l<f&&p[l]||null;if((0,i.isFunction)(b))(0,e.tryCatch)(b).call(this)===s.errorObject&&(c=!0,o=o||(s.errorObject.e instanceof n.UnsubscriptionError?u(s.errorObject.e.errors):[s.errorObject.e]));if((0,r.isArray)(h))for(l=-1,f=h.length;++l<f;){var d=h[l];if((0,t.isObject)(d))if((0,e.tryCatch)(d.unsubscribe).call(d)===s.errorObject){c=!0,o=o||[];var _=s.errorObject.e;_ instanceof n.UnsubscriptionError?o=o.concat(u(_.errors)):o.push(_)}}if(c)throw new n.UnsubscriptionError(o)}},o.prototype.add=function(r){if(!r||r===o.EMPTY)return o.EMPTY;if(r===this)return this;var t=r;switch(typeof r){case\"function\":t=new o(r);case\"object\":if(t.closed||\"function\"!=typeof t.unsubscribe)return t;if(this.closed)return t.unsubscribe(),t;if(\"function\"!=typeof t._addParent){var i=t;(t=new o)._subscriptions=[i]}break;default:throw new Error(\"unrecognized teardown \"+r+\" added to Subscription.\")}return(this._subscriptions||(this._subscriptions=[])).push(t),t._addParent(this),t},o.prototype.remove=function(r){var t=this._subscriptions;if(t){var i=t.indexOf(r);-