mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
1 line
892 B
JSON
1 line
892 B
JSON
{"ast":null,"code":"import { mergeMap } from './mergeMap';\nimport { identity } from '../util/identity';\nexport function mergeAll(concurrent = Number.POSITIVE_INFINITY) {\n return mergeMap(identity, concurrent);\n}","map":{"version":3,"names":["mergeMap","identity","mergeAll","concurrent","Number","POSITIVE_INFINITY"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/rxjs/_esm2015/internal/operators/mergeAll.js"],"sourcesContent":["import { mergeMap } from './mergeMap';\nimport { identity } from '../util/identity';\nexport function mergeAll(concurrent = Number.POSITIVE_INFINITY) {\n return mergeMap(identity, concurrent);\n}\n"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,YAAY;AACrC,SAASC,QAAQ,QAAQ,kBAAkB;AAC3C,OAAO,SAASC,QAAQA,CAACC,UAAU,GAAGC,MAAM,CAACC,iBAAiB,EAAE;EAC5D,OAAOL,QAAQ,CAACC,QAAQ,EAAEE,UAAU,CAAC;AACzC"},"metadata":{},"sourceType":"module"} |