{"ast":null,"code":"const UnsubscriptionErrorImpl = (() => {\n function UnsubscriptionErrorImpl(errors) {\n Error.call(this);\n this.message = errors ? `${errors.length} errors occurred during unsubscription:\n${errors.map((err, i) => `${i + 1}) ${err.toString()}`).join('\\n ')}` : '';\n this.name = 'UnsubscriptionError';\n this.errors = errors;\n return this;\n }\n UnsubscriptionErrorImpl.prototype = Object.create(Error.prototype);\n return UnsubscriptionErrorImpl;\n})();\nexport const UnsubscriptionError = UnsubscriptionErrorImpl;","map":{"version":3,"names":["UnsubscriptionErrorImpl","errors","Error","call","message","length","map","err","i","toString","join","name","prototype","Object","create","UnsubscriptionError"],"sources":["/home/arctichawk1/Desktop/Projects/Public/Kargi-Sitesi/node_modules/rxjs/_esm2015/internal/util/UnsubscriptionError.js"],"sourcesContent":["const UnsubscriptionErrorImpl = (() => {\n function UnsubscriptionErrorImpl(errors) {\n Error.call(this);\n this.message = errors ?\n `${errors.length} errors occurred during unsubscription:\n${errors.map((err, i) => `${i + 1}) ${err.toString()}`).join('\\n ')}` : '';\n this.name = 'UnsubscriptionError';\n this.errors = errors;\n return this;\n }\n UnsubscriptionErrorImpl.prototype = Object.create(Error.prototype);\n return UnsubscriptionErrorImpl;\n})();\nexport const UnsubscriptionError = UnsubscriptionErrorImpl;\n"],"mappings":"AAAA,MAAMA,uBAAuB,GAAG,CAAC,MAAM;EACnC,SAASA,uBAAuBA,CAACC,MAAM,EAAE;IACrCC,KAAK,CAACC,IAAI,CAAC,IAAI,CAAC;IAChB,IAAI,CAACC,OAAO,GAAGH,MAAM,GACjB,GAAGA,MAAM,CAACI,MAAM;AAC5B,EAAEJ,MAAM,CAACK,GAAG,CAAC,CAACC,GAAG,EAAEC,CAAC,KAAK,GAAGA,CAAC,GAAG,CAAC,KAAKD,GAAG,CAACE,QAAQ,CAAC,CAAC,EAAE,CAAC,CAACC,IAAI,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE;IACnE,IAAI,CAACC,IAAI,GAAG,qBAAqB;IACjC,IAAI,CAACV,MAAM,GAAGA,MAAM;IACpB,OAAO,IAAI;EACf;EACAD,uBAAuB,CAACY,SAAS,GAAGC,MAAM,CAACC,MAAM,CAACZ,KAAK,CAACU,SAAS,CAAC;EAClE,OAAOZ,uBAAuB;AAClC,CAAC,EAAE,CAAC;AACJ,OAAO,MAAMe,mBAAmB,GAAGf,uBAAuB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}