Kargi-Sitesi/.angular/cache/18.2.11/babel-webpack/8f9f9426164c4c5806621d783ae7b2329802e67ce2758e4fe2346c0ea5c409c0.json

1 line
2.1 KiB
JSON
Raw Permalink Normal View History

2024-10-31 19:07:58 +00:00
{"ast":null,"code":"import { Subscriber } from '../Subscriber';\nexport function mapTo(value) {\n return source => source.lift(new MapToOperator(value));\n}\nclass MapToOperator {\n constructor(value) {\n this.value = value;\n }\n call(subscriber, source) {\n return source.subscribe(new MapToSubscriber(subscriber, this.value));\n }\n}\nclass MapToSubscriber extends Subscriber {\n constructor(destination, value) {\n super(destination);\n this.value = value;\n }\n _next(x) {\n this.destination.next(this.value);\n }\n}","map":{"version":3,"names":["Subscriber","mapTo","value","source","lift","MapToOperator","constructor","call","subscriber","subscribe","MapToSubscriber","destination","_next","x","next"],"sources":["/home/arctichawk1/Desktop/Projects/Public/Kargi-Sitesi/node_modules/rxjs/_esm2015/internal/operators/mapTo.js"],"sourcesContent":["import { Subscriber } from '../Subscriber';\nexport function mapTo(value) {\n return (source) => source.lift(new MapToOperator(value));\n}\nclass MapToOperator {\n constructor(value) {\n this.value = value;\n }\n call(subscriber, source) {\n return source.subscribe(new MapToSubscriber(subscriber, this.value));\n }\n}\nclass MapToSubscriber extends Subscriber {\n constructor(destination, value) {\n super(destination);\n this.value = value;\n }\n _next(x) {\n this.destination.next(this.value);\n }\n}\n"],"mappings":"AAAA,SAASA,UAAU,QAAQ,eAAe;AAC1C,OAAO,SAASC,KAAKA,CAACC,KAAK,EAAE;EACzB,OAAQC,MAAM,IAAKA,MAAM,CAACC,IAAI,CAAC,IAAIC,aAAa,CAACH,KAAK,CAAC,CAAC;AAC5D;AACA,MAAMG,aAAa,CAAC;EAChBC,WAAWA,CAACJ,KAAK,EAAE;IACf,IAAI,CAACA,KAAK,GAAGA,KAAK;EACtB;EACAK,IAAIA,CAACC,UAAU,EAAEL,MAAM,EAAE;IACrB,OAAOA,MAAM,CAACM,SAAS,CAAC,IAAIC,eAAe,CAACF,UAAU,EAAE,IAAI,CAACN,KAAK,CAAC,CAAC;EACxE;AACJ;AACA,MAAMQ,eAAe,SAASV,UAAU,CAAC;EACrCM,WAAWA,CAACK,WAAW,EAAET,KAAK,EAAE;IAC5B,KAAK,CAACS,WAAW,CAAC;IAClB,IAAI,CAACT,KAAK,GAAGA,KAAK;EACtB;EACAU,KAAKA,CAACC,CAAC,EAAE;IACL,IAAI,CAACF,WAAW,CAACG,IAAI,CAAC,IAAI,CAACZ,KAAK,CAAC;EACrC;AACJ","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}