Kargi-Sitesi/.angular/cache/18.2.11/babel-webpack/9093b996f99f95e15c4fd73195801b521b7e893de497b36b145cc2d52c60c4cb.json

1 line
1.7 KiB
JSON
Raw Normal View History

2024-11-04 02:30:09 +00:00
{"ast":null,"code":"import { Subscriber } from '../Subscriber';\nexport function ignoreElements() {\n return function ignoreElementsOperatorFunction(source) {\n return source.lift(new IgnoreElementsOperator());\n };\n}\nclass IgnoreElementsOperator {\n call(subscriber, source) {\n return source.subscribe(new IgnoreElementsSubscriber(subscriber));\n }\n}\nclass IgnoreElementsSubscriber extends Subscriber {\n _next(unused) {}\n}","map":{"version":3,"names":["Subscriber","ignoreElements","ignoreElementsOperatorFunction","source","lift","IgnoreElementsOperator","call","subscriber","subscribe","IgnoreElementsSubscriber","_next","unused"],"sources":["/home/arctichawk1/Desktop/Projects/Public/Kargi-Sitesi/node_modules/rxjs/_esm2015/internal/operators/ignoreElements.js"],"sourcesContent":["import { Subscriber } from '../Subscriber';\nexport function ignoreElements() {\n return function ignoreElementsOperatorFunction(source) {\n return source.lift(new IgnoreElementsOperator());\n };\n}\nclass IgnoreElementsOperator {\n call(subscriber, source) {\n return source.subscribe(new IgnoreElementsSubscriber(subscriber));\n }\n}\nclass IgnoreElementsSubscriber extends Subscriber {\n _next(unused) {\n }\n}\n"],"mappings":"AAAA,SAASA,UAAU,QAAQ,eAAe;AAC1C,OAAO,SAASC,cAAcA,CAAA,EAAG;EAC7B,OAAO,SAASC,8BAA8BA,CAACC,MAAM,EAAE;IACnD,OAAOA,MAAM,CAACC,IAAI,CAAC,IAAIC,sBAAsB,CAAC,CAAC,CAAC;EACpD,CAAC;AACL;AACA,MAAMA,sBAAsB,CAAC;EACzBC,IAAIA,CAACC,UAAU,EAAEJ,MAAM,EAAE;IACrB,OAAOA,MAAM,CAACK,SAAS,CAAC,IAAIC,wBAAwB,CAACF,UAAU,CAAC,CAAC;EACrE;AACJ;AACA,MAAME,wBAAwB,SAAST,UAAU,CAAC;EAC9CU,KAAKA,CAACC,MAAM,EAAE,CACd;AACJ","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}