{"ast":null,"code":"import { __read, __spreadArray } from \"tslib\";\nimport { raceInit } from '../observable/race';\nimport { operate } from '../util/lift';\nimport { identity } from '../util/identity';\nexport function raceWith() {\n var otherSources = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n otherSources[_i] = arguments[_i];\n }\n return !otherSources.length ? identity : operate(function (source, subscriber) {\n raceInit(__spreadArray([source], __read(otherSources)))(subscriber);\n });\n}\n//# sourceMappingURL=raceWith.js.map","map":{"version":3,"names":["__read","__spreadArray","raceInit","operate","identity","raceWith","otherSources","_i","arguments","length","source","subscriber"],"sources":["/home/poule/encrypted/stockage-syncable/www/development/html/ng-implementation/implem/node_modules/rxjs/dist/esm5/internal/operators/raceWith.js"],"sourcesContent":["import { __read, __spreadArray } from \"tslib\";\nimport { raceInit } from '../observable/race';\nimport { operate } from '../util/lift';\nimport { identity } from '../util/identity';\nexport function raceWith() {\n var otherSources = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n otherSources[_i] = arguments[_i];\n }\n return !otherSources.length\n ? identity\n : operate(function (source, subscriber) {\n raceInit(__spreadArray([source], __read(otherSources)))(subscriber);\n });\n}\n//# sourceMappingURL=raceWith.js.map"],"mappings":"AAAA,SAASA,MAAM,EAAEC,aAAa,QAAQ,OAAO;AAC7C,SAASC,QAAQ,QAAQ,oBAAoB;AAC7C,SAASC,OAAO,QAAQ,cAAc;AACtC,SAASC,QAAQ,QAAQ,kBAAkB;AAC3C,OAAO,SAASC,QAAQA,CAAA,EAAG;EACvB,IAAIC,YAAY,GAAG,EAAE;EACrB,KAAK,IAAIC,EAAE,GAAG,CAAC,EAAEA,EAAE,GAAGC,SAAS,CAACC,MAAM,EAAEF,EAAE,EAAE,EAAE;IAC1CD,YAAY,CAACC,EAAE,CAAC,GAAGC,SAAS,CAACD,EAAE,CAAC;EACpC;EACA,OAAO,CAACD,YAAY,CAACG,MAAM,GACrBL,QAAQ,GACRD,OAAO,CAAC,UAAUO,MAAM,EAAEC,UAAU,EAAE;IACpCT,QAAQ,CAACD,aAAa,CAAC,CAACS,MAAM,CAAC,EAAEV,MAAM,CAACM,YAAY,CAAC,CAAC,CAAC,CAACK,UAAU,CAAC;EACvE,CAAC,CAAC;AACV;AACA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}