Kargi-Sitesi/.angular/cache/16.2.16/babel-webpack/9cefbb941e29e060b7271f2e3de32098f4eeaf0c629c4531738a4ee9ffe00bd1.json

1 line
No EOL
6.5 KiB
JSON

{"ast":null,"code":"import { Subscriber } from '../Subscriber';\nimport { noop } from '../util/noop';\nimport { isFunction } from '../util/isFunction';\nexport function tap(nextOrObserver, error, complete) {\n return function tapOperatorFunction(source) {\n return source.lift(new DoOperator(nextOrObserver, error, complete));\n };\n}\nclass DoOperator {\n constructor(nextOrObserver, error, complete) {\n this.nextOrObserver = nextOrObserver;\n this.error = error;\n this.complete = complete;\n }\n call(subscriber, source) {\n return source.subscribe(new TapSubscriber(subscriber, this.nextOrObserver, this.error, this.complete));\n }\n}\nclass TapSubscriber extends Subscriber {\n constructor(destination, observerOrNext, error, complete) {\n super(destination);\n this._tapNext = noop;\n this._tapError = noop;\n this._tapComplete = noop;\n this._tapError = error || noop;\n this._tapComplete = complete || noop;\n if (isFunction(observerOrNext)) {\n this._context = this;\n this._tapNext = observerOrNext;\n } else if (observerOrNext) {\n this._context = observerOrNext;\n this._tapNext = observerOrNext.next || noop;\n this._tapError = observerOrNext.error || noop;\n this._tapComplete = observerOrNext.complete || noop;\n }\n }\n _next(value) {\n try {\n this._tapNext.call(this._context, value);\n } catch (err) {\n this.destination.error(err);\n return;\n }\n this.destination.next(value);\n }\n _error(err) {\n try {\n this._tapError.call(this._context, err);\n } catch (err) {\n this.destination.error(err);\n return;\n }\n this.destination.error(err);\n }\n _complete() {\n try {\n this._tapComplete.call(this._context);\n } catch (err) {\n this.destination.error(err);\n return;\n }\n return this.destination.complete();\n }\n}","map":{"version":3,"names":["Subscriber","noop","isFunction","tap","nextOrObserver","error","complete","tapOperatorFunction","source","lift","DoOperator","constructor","call","subscriber","subscribe","TapSubscriber","destination","observerOrNext","_tapNext","_tapError","_tapComplete","_context","next","_next","value","err","_error","_complete"],"sources":["/home/arctichawk1/Desktop/Projects/Public/Kargi-Sitesi/node_modules/rxjs/_esm2015/internal/operators/tap.js"],"sourcesContent":["import { Subscriber } from '../Subscriber';\nimport { noop } from '../util/noop';\nimport { isFunction } from '../util/isFunction';\nexport function tap(nextOrObserver, error, complete) {\n return function tapOperatorFunction(source) {\n return source.lift(new DoOperator(nextOrObserver, error, complete));\n };\n}\nclass DoOperator {\n constructor(nextOrObserver, error, complete) {\n this.nextOrObserver = nextOrObserver;\n this.error = error;\n this.complete = complete;\n }\n call(subscriber, source) {\n return source.subscribe(new TapSubscriber(subscriber, this.nextOrObserver, this.error, this.complete));\n }\n}\nclass TapSubscriber extends Subscriber {\n constructor(destination, observerOrNext, error, complete) {\n super(destination);\n this._tapNext = noop;\n this._tapError = noop;\n this._tapComplete = noop;\n this._tapError = error || noop;\n this._tapComplete = complete || noop;\n if (isFunction(observerOrNext)) {\n this._context = this;\n this._tapNext = observerOrNext;\n }\n else if (observerOrNext) {\n this._context = observerOrNext;\n this._tapNext = observerOrNext.next || noop;\n this._tapError = observerOrNext.error || noop;\n this._tapComplete = observerOrNext.complete || noop;\n }\n }\n _next(value) {\n try {\n this._tapNext.call(this._context, value);\n }\n catch (err) {\n this.destination.error(err);\n return;\n }\n this.destination.next(value);\n }\n _error(err) {\n try {\n this._tapError.call(this._context, err);\n }\n catch (err) {\n this.destination.error(err);\n return;\n }\n this.destination.error(err);\n }\n _complete() {\n try {\n this._tapComplete.call(this._context);\n }\n catch (err) {\n this.destination.error(err);\n return;\n }\n return this.destination.complete();\n }\n}\n"],"mappings":"AAAA,SAASA,UAAU,QAAQ,eAAe;AAC1C,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,UAAU,QAAQ,oBAAoB;AAC/C,OAAO,SAASC,GAAGA,CAACC,cAAc,EAAEC,KAAK,EAAEC,QAAQ,EAAE;EACjD,OAAO,SAASC,mBAAmBA,CAACC,MAAM,EAAE;IACxC,OAAOA,MAAM,CAACC,IAAI,CAAC,IAAIC,UAAU,CAACN,cAAc,EAAEC,KAAK,EAAEC,QAAQ,CAAC,CAAC;EACvE,CAAC;AACL;AACA,MAAMI,UAAU,CAAC;EACbC,WAAWA,CAACP,cAAc,EAAEC,KAAK,EAAEC,QAAQ,EAAE;IACzC,IAAI,CAACF,cAAc,GAAGA,cAAc;IACpC,IAAI,CAACC,KAAK,GAAGA,KAAK;IAClB,IAAI,CAACC,QAAQ,GAAGA,QAAQ;EAC5B;EACAM,IAAIA,CAACC,UAAU,EAAEL,MAAM,EAAE;IACrB,OAAOA,MAAM,CAACM,SAAS,CAAC,IAAIC,aAAa,CAACF,UAAU,EAAE,IAAI,CAACT,cAAc,EAAE,IAAI,CAACC,KAAK,EAAE,IAAI,CAACC,QAAQ,CAAC,CAAC;EAC1G;AACJ;AACA,MAAMS,aAAa,SAASf,UAAU,CAAC;EACnCW,WAAWA,CAACK,WAAW,EAAEC,cAAc,EAAEZ,KAAK,EAAEC,QAAQ,EAAE;IACtD,KAAK,CAACU,WAAW,CAAC;IAClB,IAAI,CAACE,QAAQ,GAAGjB,IAAI;IACpB,IAAI,CAACkB,SAAS,GAAGlB,IAAI;IACrB,IAAI,CAACmB,YAAY,GAAGnB,IAAI;IACxB,IAAI,CAACkB,SAAS,GAAGd,KAAK,IAAIJ,IAAI;IAC9B,IAAI,CAACmB,YAAY,GAAGd,QAAQ,IAAIL,IAAI;IACpC,IAAIC,UAAU,CAACe,cAAc,CAAC,EAAE;MAC5B,IAAI,CAACI,QAAQ,GAAG,IAAI;MACpB,IAAI,CAACH,QAAQ,GAAGD,cAAc;IAClC,CAAC,MACI,IAAIA,cAAc,EAAE;MACrB,IAAI,CAACI,QAAQ,GAAGJ,cAAc;MAC9B,IAAI,CAACC,QAAQ,GAAGD,cAAc,CAACK,IAAI,IAAIrB,IAAI;MAC3C,IAAI,CAACkB,SAAS,GAAGF,cAAc,CAACZ,KAAK,IAAIJ,IAAI;MAC7C,IAAI,CAACmB,YAAY,GAAGH,cAAc,CAACX,QAAQ,IAAIL,IAAI;IACvD;EACJ;EACAsB,KAAKA,CAACC,KAAK,EAAE;IACT,IAAI;MACA,IAAI,CAACN,QAAQ,CAACN,IAAI,CAAC,IAAI,CAACS,QAAQ,EAAEG,KAAK,CAAC;IAC5C,CAAC,CACD,OAAOC,GAAG,EAAE;MACR,IAAI,CAACT,WAAW,CAACX,KAAK,CAACoB,GAAG,CAAC;MAC3B;IACJ;IACA,IAAI,CAACT,WAAW,CAACM,IAAI,CAACE,KAAK,CAAC;EAChC;EACAE,MAAMA,CAACD,GAAG,EAAE;IACR,IAAI;MACA,IAAI,CAACN,SAAS,CAACP,IAAI,CAAC,IAAI,CAACS,QAAQ,EAAEI,GAAG,CAAC;IAC3C,CAAC,CACD,OAAOA,GAAG,EAAE;MACR,IAAI,CAACT,WAAW,CAACX,KAAK,CAACoB,GAAG,CAAC;MAC3B;IACJ;IACA,IAAI,CAACT,WAAW,CAACX,KAAK,CAACoB,GAAG,CAAC;EAC/B;EACAE,SAASA,CAAA,EAAG;IACR,IAAI;MACA,IAAI,CAACP,YAAY,CAACR,IAAI,CAAC,IAAI,CAACS,QAAQ,CAAC;IACzC,CAAC,CACD,OAAOI,GAAG,EAAE;MACR,IAAI,CAACT,WAAW,CAACX,KAAK,CAACoB,GAAG,CAAC;MAC3B;IACJ;IACA,OAAO,IAAI,CAACT,WAAW,CAACV,QAAQ,CAAC,CAAC;EACtC;AACJ","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}