ng-implementation/implem/.angular/cache/20.1.4/babel-webpack/d7beb84e49b955d560ca1a3fcd4c6d29.json

1 line
1.4 KiB
JSON
Raw Normal View History

2025-08-19 10:58:54 +02:00
{"ast":null,"code":"import { concatMap } from './concatMap';\nimport { isFunction } from '../util/isFunction';\nexport function concatMapTo(innerObservable, resultSelector) {\n return isFunction(resultSelector) ? concatMap(function () {\n return innerObservable;\n }, resultSelector) : concatMap(function () {\n return innerObservable;\n });\n}\n//# sourceMappingURL=concatMapTo.js.map","map":{"version":3,"names":["concatMap","isFunction","concatMapTo","innerObservable","resultSelector"],"sources":["/home/poule/encrypted/stockage-syncable/www/development/html/ng-implementation/implem/node_modules/rxjs/dist/esm5/internal/operators/concatMapTo.js"],"sourcesContent":["import { concatMap } from './concatMap';\nimport { isFunction } from '../util/isFunction';\nexport function concatMapTo(innerObservable, resultSelector) {\n return isFunction(resultSelector) ? concatMap(function () { return innerObservable; }, resultSelector) : concatMap(function () { return innerObservable; });\n}\n//# sourceMappingURL=concatMapTo.js.map"],"mappings":"AAAA,SAASA,SAAS,QAAQ,aAAa;AACvC,SAASC,UAAU,QAAQ,oBAAoB;AAC/C,OAAO,SAASC,WAAWA,CAACC,eAAe,EAAEC,cAAc,EAAE;EACzD,OAAOH,UAAU,CAACG,cAAc,CAAC,GAAGJ,SAAS,CAAC,YAAY;IAAE,OAAOG,eAAe;EAAE,CAAC,EAAEC,cAAc,CAAC,GAAGJ,SAAS,CAAC,YAAY;IAAE,OAAOG,eAAe;EAAE,CAAC,CAAC;AAC/J;AACA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}