1 line
1.7 KiB
JSON
1 line
1.7 KiB
JSON
{"ast":null,"code":"import { createErrorClass } from './createErrorClass';\nexport const UnsubscriptionError = createErrorClass(_super => function UnsubscriptionErrorImpl(errors) {\n _super(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});","map":{"version":3,"names":["createErrorClass","UnsubscriptionError","_super","UnsubscriptionErrorImpl","errors","message","length","map","err","i","toString","join","name"],"sources":["E:/TekH/Visual Studio/WebUserManager/DigitalData.UserManager.NgWebUI/ClientApp/node_modules/rxjs/dist/esm/internal/util/UnsubscriptionError.js"],"sourcesContent":["import { createErrorClass } from './createErrorClass';\nexport const UnsubscriptionError = createErrorClass((_super) => function UnsubscriptionErrorImpl(errors) {\n _super(this);\n this.message = errors\n ? `${errors.length} errors occurred during unsubscription:\n${errors.map((err, i) => `${i + 1}) ${err.toString()}`).join('\\n ')}`\n : '';\n this.name = 'UnsubscriptionError';\n this.errors = errors;\n});\n"],"mappings":"AAAA,SAASA,gBAAgB,QAAQ,oBAAoB;AACrD,OAAO,MAAMC,mBAAmB,GAAGD,gBAAgB,CAAEE,MAAM,IAAK,SAASC,uBAAuBA,CAACC,MAAM,EAAE;EACrGF,MAAM,CAAC,IAAI,CAAC;EACZ,IAAI,CAACG,OAAO,GAAGD,MAAM,GACd,GAAEA,MAAM,CAACE,MAAO;AAC3B,EAAEF,MAAM,CAACG,GAAG,CAAC,CAACC,GAAG,EAAEC,CAAC,KAAM,GAAEA,CAAC,GAAG,CAAE,KAAID,GAAG,CAACE,QAAQ,CAAC,CAAE,EAAC,CAAC,CAACC,IAAI,CAAC,MAAM,CAAE,EAAC,GAC5D,EAAE;EACR,IAAI,CAACC,IAAI,GAAG,qBAAqB;EACjC,IAAI,CAACR,MAAM,GAAGA,MAAM;AACxB,CAAC,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |