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

1 line
2 KiB
JSON
Raw Normal View History

2025-08-19 10:58:54 +02:00
{"ast":null,"code":"import { concat } from '../observable/concat';\nimport { popScheduler } from '../util/args';\nimport { operate } from '../util/lift';\nexport function startWith() {\n var values = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n values[_i] = arguments[_i];\n }\n var scheduler = popScheduler(values);\n return operate(function (source, subscriber) {\n (scheduler ? concat(values, source, scheduler) : concat(values, source)).subscribe(subscriber);\n });\n}\n//# sourceMappingURL=startWith.js.map","map":{"version":3,"names":["concat","popScheduler","operate","startWith","values","_i","arguments","length","scheduler","source","subscriber","subscribe"],"sources":["/home/poule/encrypted/stockage-syncable/www/development/html/ng-implementation/implem/node_modules/rxjs/dist/esm5/internal/operators/startWith.js"],"sourcesContent":["import { concat } from '../observable/concat';\nimport { popScheduler } from '../util/args';\nimport { operate } from '../util/lift';\nexport function startWith() {\n var values = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n values[_i] = arguments[_i];\n }\n var scheduler = popScheduler(values);\n return operate(function (source, subscriber) {\n (scheduler ? concat(values, source, scheduler) : concat(values, source)).subscribe(subscriber);\n });\n}\n//# sourceMappingURL=startWith.js.map"],"mappings":"AAAA,SAASA,MAAM,QAAQ,sBAAsB;AAC7C,SAASC,YAAY,QAAQ,cAAc;AAC3C,SAASC,OAAO,QAAQ,cAAc;AACtC,OAAO,SAASC,SAASA,CAAA,EAAG;EACxB,IAAIC,MAAM,GAAG,EAAE;EACf,KAAK,IAAIC,EAAE,GAAG,CAAC,EAAEA,EAAE,GAAGC,SAAS,CAACC,MAAM,EAAEF,EAAE,EAAE,EAAE;IAC1CD,MAAM,CAACC,EAAE,CAAC,GAAGC,SAAS,CAACD,EAAE,CAAC;EAC9B;EACA,IAAIG,SAAS,GAAGP,YAAY,CAACG,MAAM,CAAC;EACpC,OAAOF,OAAO,CAAC,UAAUO,MAAM,EAAEC,UAAU,EAAE;IACzC,CAACF,SAAS,GAAGR,MAAM,CAACI,MAAM,EAAEK,MAAM,EAAED,SAAS,CAAC,GAAGR,MAAM,CAACI,MAAM,EAAEK,MAAM,CAAC,EAAEE,SAAS,CAACD,UAAU,CAAC;EAClG,CAAC,CAAC;AACN;AACA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}