ba8ec8527629e344eaeaf6a15ea764fe50f744fb6080b0a413a843cc9a187cb0.json 1.3 KB

1
  1. {"ast":null,"code":"const EmptyErrorImpl = (() => {\n function EmptyErrorImpl() {\n Error.call(this);\n this.message = 'no elements in sequence';\n this.name = 'EmptyError';\n return this;\n }\n EmptyErrorImpl.prototype = Object.create(Error.prototype);\n return EmptyErrorImpl;\n})();\nexport const EmptyError = EmptyErrorImpl;","map":{"version":3,"names":["EmptyErrorImpl","Error","call","message","name","prototype","Object","create","EmptyError"],"sources":["C:/FatboarProject/angular-client/node_modules/rxjs/_esm2015/internal/util/EmptyError.js"],"sourcesContent":["const EmptyErrorImpl = (() => {\n function EmptyErrorImpl() {\n Error.call(this);\n this.message = 'no elements in sequence';\n this.name = 'EmptyError';\n return this;\n }\n EmptyErrorImpl.prototype = Object.create(Error.prototype);\n return EmptyErrorImpl;\n})();\nexport const EmptyError = EmptyErrorImpl;\n"],"mappings":"AAAA,MAAMA,cAAc,GAAG,CAAC,MAAM;EAC1B,SAASA,cAAcA,CAAA,EAAG;IACtBC,KAAK,CAACC,IAAI,CAAC,IAAI,CAAC;IAChB,IAAI,CAACC,OAAO,GAAG,yBAAyB;IACxC,IAAI,CAACC,IAAI,GAAG,YAAY;IACxB,OAAO,IAAI;EACf;EACAJ,cAAc,CAACK,SAAS,GAAGC,MAAM,CAACC,MAAM,CAACN,KAAK,CAACI,SAAS,CAAC;EACzD,OAAOL,cAAc;AACzB,CAAC,EAAE,CAAC;AACJ,OAAO,MAAMQ,UAAU,GAAGR,cAAc"},"metadata":{},"sourceType":"module","externalDependencies":[]}