@typed/fx 0.0.9 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintcache +1 -1
- package/cjs/Fx.d.ts +19 -8
- package/cjs/Fx.d.ts.map +1 -1
- package/cjs/Fx.js +12 -2
- package/cjs/Fx.js.map +1 -1
- package/cjs/Subject.d.ts +22 -0
- package/cjs/Subject.d.ts.map +1 -0
- package/cjs/Subject.js +58 -0
- package/cjs/Subject.js.map +1 -0
- package/cjs/_internal.d.ts +19 -20
- package/cjs/_internal.d.ts.map +1 -1
- package/cjs/_internal.js +21 -76
- package/cjs/_internal.js.map +1 -1
- package/cjs/combine.d.ts +4 -4
- package/cjs/combine.d.ts.map +1 -1
- package/cjs/combine.js +9 -13
- package/cjs/combine.js.map +1 -1
- package/cjs/continueWith.d.ts +2 -2
- package/cjs/continueWith.d.ts.map +1 -1
- package/cjs/continueWith.js +2 -3
- package/cjs/continueWith.js.map +1 -1
- package/cjs/debounce.d.ts +2 -11
- package/cjs/debounce.d.ts.map +1 -1
- package/cjs/debounce.js +4 -24
- package/cjs/debounce.js.map +1 -1
- package/cjs/delay.d.ts +2 -2
- package/cjs/delay.d.ts.map +1 -1
- package/cjs/delay.js +4 -5
- package/cjs/delay.js.map +1 -1
- package/cjs/during.d.ts +1 -1
- package/cjs/during.d.ts.map +1 -1
- package/cjs/during.js +6 -9
- package/cjs/during.js.map +1 -1
- package/cjs/filterLoop.d.ts +25 -0
- package/cjs/filterLoop.d.ts.map +1 -0
- package/cjs/filterLoop.js +108 -0
- package/cjs/filterLoop.js.map +1 -0
- package/cjs/filterMap.d.ts +24 -0
- package/cjs/filterMap.d.ts.map +1 -0
- package/cjs/{map.js → filterMap.js} +27 -40
- package/cjs/filterMap.js.map +1 -0
- package/cjs/flatMap.d.ts +2 -10
- package/cjs/flatMap.d.ts.map +1 -1
- package/cjs/flatMap.js +10 -25
- package/cjs/flatMap.js.map +1 -1
- package/cjs/flatMapConcurrently.d.ts +2 -2
- package/cjs/flatMapConcurrently.d.ts.map +1 -1
- package/cjs/flatMapConcurrently.js +3 -3
- package/cjs/flatMapConcurrently.js.map +1 -1
- package/cjs/fromEffect.d.ts +34 -15
- package/cjs/fromEffect.d.ts.map +1 -1
- package/cjs/fromEffect.js +28 -15
- package/cjs/fromEffect.js.map +1 -1
- package/cjs/fromIterable.d.ts +9 -0
- package/cjs/fromIterable.d.ts.map +1 -0
- package/cjs/{drain.js → fromIterable.js} +14 -13
- package/cjs/fromIterable.js.map +1 -0
- package/cjs/hold.d.ts +16 -17
- package/cjs/hold.d.ts.map +1 -1
- package/cjs/hold.js +28 -25
- package/cjs/hold.js.map +1 -1
- package/cjs/index.d.ts +19 -15
- package/cjs/index.d.ts.map +1 -1
- package/cjs/index.js +19 -28
- package/cjs/index.js.map +1 -1
- package/cjs/mapCause.d.ts +5 -0
- package/cjs/mapCause.d.ts.map +1 -0
- package/cjs/mapCause.js +41 -0
- package/cjs/mapCause.js.map +1 -0
- package/cjs/mapEffect.d.ts +4 -0
- package/cjs/mapEffect.d.ts.map +1 -0
- package/cjs/{never.js → mapEffect.js} +6 -4
- package/cjs/mapEffect.js.map +1 -0
- package/cjs/merge.d.ts +3 -3
- package/cjs/merge.d.ts.map +1 -1
- package/cjs/merge.js +7 -11
- package/cjs/merge.js.map +1 -1
- package/cjs/multicast.d.ts +20 -19
- package/cjs/multicast.d.ts.map +1 -1
- package/cjs/multicast.js +30 -34
- package/cjs/multicast.js.map +1 -1
- package/cjs/orElse.d.ts +2 -5
- package/cjs/orElse.d.ts.map +1 -1
- package/cjs/orElse.js +9 -11
- package/cjs/orElse.js.map +1 -1
- package/cjs/provide.d.ts +8 -8
- package/cjs/provide.d.ts.map +1 -1
- package/cjs/provide.js +23 -9
- package/cjs/provide.js.map +1 -1
- package/cjs/runCollect.d.ts +4 -0
- package/cjs/runCollect.d.ts.map +1 -0
- package/cjs/{from.js → runCollect.js} +6 -15
- package/cjs/runCollect.js.map +1 -0
- package/cjs/runDrain.d.ts +4 -0
- package/cjs/runDrain.d.ts.map +1 -0
- package/cjs/runDrain.js +38 -0
- package/cjs/runDrain.js.map +1 -0
- package/cjs/runObserve.d.ts +4 -0
- package/cjs/runObserve.d.ts.map +1 -0
- package/cjs/{takeUntil.js → runObserve.js} +6 -17
- package/cjs/runObserve.js.map +1 -0
- package/cjs/runReduce.d.ts +6 -0
- package/cjs/runReduce.d.ts.map +1 -0
- package/cjs/runReduce.js +50 -0
- package/cjs/runReduce.js.map +1 -0
- package/cjs/scheduled.d.ts +4 -4
- package/cjs/scheduled.d.ts.map +1 -1
- package/cjs/scheduled.js +8 -8
- package/cjs/scheduled.js.map +1 -1
- package/cjs/since.d.ts +1 -1
- package/cjs/since.d.ts.map +1 -1
- package/cjs/since.js +5 -9
- package/cjs/since.js.map +1 -1
- package/cjs/skipRepeats.d.ts +1 -1
- package/cjs/skipRepeats.d.ts.map +1 -1
- package/cjs/skipRepeats.js +4 -5
- package/cjs/skipRepeats.js.map +1 -1
- package/cjs/skipWhile.d.ts +3 -3
- package/cjs/skipWhile.d.ts.map +1 -1
- package/cjs/skipWhile.js +12 -15
- package/cjs/skipWhile.js.map +1 -1
- package/cjs/slice.d.ts +3 -3
- package/cjs/slice.d.ts.map +1 -1
- package/cjs/slice.js +15 -23
- package/cjs/slice.js.map +1 -1
- package/cjs/snapshot.d.ts +2 -2
- package/cjs/snapshot.d.ts.map +1 -1
- package/cjs/snapshot.js +6 -8
- package/cjs/snapshot.js.map +1 -1
- package/cjs/suspendSucceed.d.ts +1 -1
- package/cjs/suspendSucceed.d.ts.map +1 -1
- package/cjs/suspendSucceed.js +1 -25
- package/cjs/suspendSucceed.js.map +1 -1
- package/cjs/switchMap.d.ts +1 -9
- package/cjs/switchMap.d.ts.map +1 -1
- package/cjs/switchMap.js +5 -18
- package/cjs/switchMap.js.map +1 -1
- package/cjs/takeWhile.d.ts +3 -3
- package/cjs/takeWhile.d.ts.map +1 -1
- package/cjs/takeWhile.js +6 -38
- package/cjs/takeWhile.js.map +1 -1
- package/cjs/tapEffect.d.ts +5 -0
- package/cjs/tapEffect.d.ts.map +1 -0
- package/cjs/{observe.js → tapEffect.js} +8 -15
- package/cjs/tapEffect.js.map +1 -0
- package/cjs/throttle.d.ts +2 -2
- package/cjs/throttle.d.ts.map +1 -1
- package/cjs/throttle.js +6 -13
- package/cjs/throttle.js.map +1 -1
- package/cjs/transform.d.ts +13 -8
- package/cjs/transform.d.ts.map +1 -1
- package/cjs/transform.js +9 -2
- package/cjs/transform.js.map +1 -1
- package/cjs/until.d.ts +1 -1
- package/cjs/until.d.ts.map +1 -1
- package/cjs/until.js +5 -7
- package/cjs/until.js.map +1 -1
- package/{esm/fromCallback.d.ts → cjs/withEmitter.d.ts} +4 -4
- package/cjs/withEmitter.d.ts.map +1 -0
- package/cjs/{fromCallback.js → withEmitter.js} +22 -16
- package/cjs/withEmitter.js.map +1 -0
- package/cjs/zip.d.ts +4 -4
- package/cjs/zip.d.ts.map +1 -1
- package/cjs/zip.js +11 -15
- package/cjs/zip.js.map +1 -1
- package/cjs/zipIterable.d.ts +4 -0
- package/cjs/zipIterable.d.ts.map +1 -0
- package/cjs/{zipItems.js → zipIterable.js} +23 -20
- package/cjs/zipIterable.js.map +1 -0
- package/esm/Fx.d.ts +19 -8
- package/esm/Fx.d.ts.map +1 -1
- package/esm/Fx.js +10 -1
- package/esm/Fx.js.map +1 -1
- package/esm/Subject.d.ts +22 -0
- package/esm/Subject.d.ts.map +1 -0
- package/esm/Subject.js +32 -0
- package/esm/Subject.js.map +1 -0
- package/esm/_internal.d.ts +19 -20
- package/esm/_internal.d.ts.map +1 -1
- package/esm/_internal.js +16 -72
- package/esm/_internal.js.map +1 -1
- package/esm/combine.d.ts +4 -4
- package/esm/combine.d.ts.map +1 -1
- package/esm/combine.js +12 -16
- package/esm/combine.js.map +1 -1
- package/esm/continueWith.d.ts +2 -2
- package/esm/continueWith.d.ts.map +1 -1
- package/esm/continueWith.js +3 -4
- package/esm/continueWith.js.map +1 -1
- package/esm/debounce.d.ts +2 -11
- package/esm/debounce.d.ts.map +1 -1
- package/esm/debounce.js +7 -27
- package/esm/debounce.js.map +1 -1
- package/esm/delay.d.ts +2 -2
- package/esm/delay.d.ts.map +1 -1
- package/esm/delay.js +6 -7
- package/esm/delay.js.map +1 -1
- package/esm/during.d.ts +1 -1
- package/esm/during.d.ts.map +1 -1
- package/esm/during.js +9 -12
- package/esm/during.js.map +1 -1
- package/esm/filterLoop.d.ts +25 -0
- package/esm/filterLoop.d.ts.map +1 -0
- package/esm/filterLoop.js +76 -0
- package/esm/filterLoop.js.map +1 -0
- package/esm/filterMap.d.ts +24 -0
- package/esm/filterMap.d.ts.map +1 -0
- package/esm/filterMap.js +53 -0
- package/esm/filterMap.js.map +1 -0
- package/esm/flatMap.d.ts +2 -10
- package/esm/flatMap.d.ts.map +1 -1
- package/esm/flatMap.js +9 -24
- package/esm/flatMap.js.map +1 -1
- package/esm/flatMapConcurrently.d.ts +2 -2
- package/esm/flatMapConcurrently.d.ts.map +1 -1
- package/esm/flatMapConcurrently.js +3 -3
- package/esm/flatMapConcurrently.js.map +1 -1
- package/esm/fromEffect.d.ts +34 -15
- package/esm/fromEffect.d.ts.map +1 -1
- package/esm/fromEffect.js +25 -13
- package/esm/fromEffect.js.map +1 -1
- package/esm/fromIterable.d.ts +9 -0
- package/esm/fromIterable.d.ts.map +1 -0
- package/esm/fromIterable.js +14 -0
- package/esm/fromIterable.js.map +1 -0
- package/esm/hold.d.ts +16 -17
- package/esm/hold.d.ts.map +1 -1
- package/esm/hold.js +28 -25
- package/esm/hold.js.map +1 -1
- package/esm/index.d.ts +19 -15
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +19 -16
- package/esm/index.js.map +1 -1
- package/esm/mapCause.d.ts +5 -0
- package/esm/mapCause.d.ts.map +1 -0
- package/esm/mapCause.js +13 -0
- package/esm/mapCause.js.map +1 -0
- package/esm/mapEffect.d.ts +4 -0
- package/esm/mapEffect.d.ts.map +1 -0
- package/esm/mapEffect.js +5 -0
- package/esm/mapEffect.js.map +1 -0
- package/esm/merge.d.ts +3 -3
- package/esm/merge.d.ts.map +1 -1
- package/esm/merge.js +9 -13
- package/esm/merge.js.map +1 -1
- package/esm/multicast.d.ts +20 -19
- package/esm/multicast.d.ts.map +1 -1
- package/esm/multicast.js +33 -37
- package/esm/multicast.js.map +1 -1
- package/esm/orElse.d.ts +2 -5
- package/esm/orElse.d.ts.map +1 -1
- package/esm/orElse.js +10 -10
- package/esm/orElse.js.map +1 -1
- package/esm/provide.d.ts +8 -8
- package/esm/provide.d.ts.map +1 -1
- package/esm/provide.js +20 -6
- package/esm/provide.js.map +1 -1
- package/esm/runCollect.d.ts +4 -0
- package/esm/runCollect.d.ts.map +1 -0
- package/esm/runCollect.js +7 -0
- package/esm/runCollect.js.map +1 -0
- package/esm/runDrain.d.ts +4 -0
- package/esm/runDrain.d.ts.map +1 -0
- package/esm/runDrain.js +11 -0
- package/esm/runDrain.js.map +1 -0
- package/esm/runObserve.d.ts +4 -0
- package/esm/runObserve.d.ts.map +1 -0
- package/esm/runObserve.js +8 -0
- package/esm/runObserve.js.map +1 -0
- package/esm/runReduce.d.ts +6 -0
- package/esm/runReduce.d.ts.map +1 -0
- package/esm/runReduce.js +22 -0
- package/esm/runReduce.js.map +1 -0
- package/esm/scheduled.d.ts +4 -4
- package/esm/scheduled.d.ts.map +1 -1
- package/esm/scheduled.js +8 -8
- package/esm/scheduled.js.map +1 -1
- package/esm/since.d.ts +1 -1
- package/esm/since.d.ts.map +1 -1
- package/esm/since.js +8 -12
- package/esm/since.js.map +1 -1
- package/esm/skipRepeats.d.ts +1 -1
- package/esm/skipRepeats.d.ts.map +1 -1
- package/esm/skipRepeats.js +5 -6
- package/esm/skipRepeats.js.map +1 -1
- package/esm/skipWhile.d.ts +3 -3
- package/esm/skipWhile.d.ts.map +1 -1
- package/esm/skipWhile.js +13 -16
- package/esm/skipWhile.js.map +1 -1
- package/esm/slice.d.ts +3 -3
- package/esm/slice.d.ts.map +1 -1
- package/esm/slice.js +17 -25
- package/esm/slice.js.map +1 -1
- package/esm/snapshot.d.ts +2 -2
- package/esm/snapshot.d.ts.map +1 -1
- package/esm/snapshot.js +8 -10
- package/esm/snapshot.js.map +1 -1
- package/esm/suspendSucceed.d.ts +1 -1
- package/esm/suspendSucceed.d.ts.map +1 -1
- package/esm/suspendSucceed.js +1 -2
- package/esm/suspendSucceed.js.map +1 -1
- package/esm/switchMap.d.ts +1 -9
- package/esm/switchMap.d.ts.map +1 -1
- package/esm/switchMap.js +6 -18
- package/esm/switchMap.js.map +1 -1
- package/esm/takeWhile.d.ts +3 -3
- package/esm/takeWhile.d.ts.map +1 -1
- package/esm/takeWhile.js +8 -17
- package/esm/takeWhile.js.map +1 -1
- package/esm/tapEffect.d.ts +5 -0
- package/esm/tapEffect.d.ts.map +1 -0
- package/esm/tapEffect.js +6 -0
- package/esm/tapEffect.js.map +1 -0
- package/esm/throttle.d.ts +2 -2
- package/esm/throttle.d.ts.map +1 -1
- package/esm/throttle.js +9 -16
- package/esm/throttle.js.map +1 -1
- package/esm/transform.d.ts +13 -8
- package/esm/transform.d.ts.map +1 -1
- package/esm/transform.js +6 -1
- package/esm/transform.js.map +1 -1
- package/esm/until.d.ts +1 -1
- package/esm/until.d.ts.map +1 -1
- package/esm/until.js +8 -10
- package/esm/until.js.map +1 -1
- package/{cjs/fromCallback.d.ts → esm/withEmitter.d.ts} +4 -4
- package/esm/withEmitter.d.ts.map +1 -0
- package/esm/withEmitter.js +26 -0
- package/esm/withEmitter.js.map +1 -0
- package/esm/zip.d.ts +4 -4
- package/esm/zip.d.ts.map +1 -1
- package/esm/zip.js +14 -18
- package/esm/zip.js.map +1 -1
- package/esm/zipIterable.d.ts +4 -0
- package/esm/zipIterable.d.ts.map +1 -0
- package/esm/zipIterable.js +26 -0
- package/esm/zipIterable.js.map +1 -0
- package/package.json +107 -113
- package/perf/_internal.ts +39 -35
- package/perf/cases/filter-map-reduce.ts +48 -0
- package/perf/cases/flatMap.ts +49 -0
- package/perf/cases/switchMap.ts +36 -0
- package/perf/readme-base.md +14 -0
- package/perf/readme.md +40 -0
- package/perf/runFullSuite.ts +37 -0
- package/perf/runPerfTest.ts +18 -0
- package/perf/tsconfig.json +1 -1
- package/src/Fx.ts +35 -10
- package/src/Subject.ts +46 -0
- package/src/_internal.ts +59 -114
- package/src/combine.test.ts +15 -16
- package/src/combine.ts +44 -48
- package/src/continueWith.test.ts +26 -0
- package/src/continueWith.ts +9 -11
- package/src/debounce.test.ts +4 -6
- package/src/debounce.ts +30 -49
- package/src/delay.test.ts +5 -6
- package/src/delay.ts +9 -8
- package/src/during.test.ts +39 -0
- package/src/during.ts +43 -47
- package/src/filterLoop.test.ts +63 -0
- package/src/filterLoop.ts +143 -0
- package/src/filterMap.test.ts +33 -0
- package/src/filterMap.ts +71 -0
- package/src/flatMap.test.ts +39 -12
- package/src/flatMap.ts +25 -51
- package/src/flatMapConcurrently.test.ts +23 -0
- package/src/flatMapConcurrently.ts +6 -12
- package/src/fromEffect.ts +74 -26
- package/src/fromIterable.ts +15 -0
- package/src/hold.test.ts +3 -3
- package/src/hold.ts +48 -44
- package/src/index.ts +19 -15
- package/src/mapCause.test.ts +34 -0
- package/src/mapCause.ts +16 -0
- package/src/mapEffect.test.ts +21 -0
- package/src/mapEffect.ts +17 -0
- package/src/merge.test.ts +10 -30
- package/src/merge.ts +17 -38
- package/src/multicast.test.ts +22 -28
- package/src/multicast.ts +71 -57
- package/src/orElse.test.ts +22 -0
- package/src/orElse.ts +21 -34
- package/src/periodic.test.ts +4 -4
- package/src/provide.test.ts +56 -0
- package/src/provide.ts +47 -36
- package/src/runCollect.ts +19 -0
- package/src/runDrain.ts +23 -0
- package/src/runObserve.ts +31 -0
- package/src/runReduce.ts +64 -0
- package/src/scheduled.ts +28 -26
- package/src/since.test.ts +40 -0
- package/src/since.ts +25 -42
- package/src/skipRepeats.test.ts +28 -0
- package/src/skipRepeats.ts +8 -9
- package/src/skipWhile.test.ts +44 -0
- package/src/skipWhile.ts +36 -22
- package/src/slice.test.ts +12 -10
- package/src/slice.ts +36 -42
- package/src/snapshot.test.ts +51 -0
- package/src/snapshot.ts +48 -37
- package/src/suspendSucceed.ts +2 -4
- package/src/switchMap.test.ts +23 -13
- package/src/switchMap.ts +32 -50
- package/src/takeWhile.test.ts +44 -0
- package/src/takeWhile.ts +20 -25
- package/src/tapEffect.ts +24 -0
- package/src/throttle.test.ts +5 -7
- package/src/throttle.ts +37 -42
- package/src/transform.ts +14 -6
- package/src/until.test.ts +8 -14
- package/src/until.ts +22 -32
- package/src/withEmitter.test.ts +28 -0
- package/src/withEmitter.ts +49 -0
- package/src/zip.test.ts +12 -13
- package/src/zip.ts +45 -52
- package/src/zipIterable.test.ts +19 -0
- package/src/zipIterable.ts +51 -0
- package/cjs/Sink.d.ts +0 -25
- package/cjs/Sink.d.ts.map +0 -1
- package/cjs/Sink.js +0 -66
- package/cjs/Sink.js.map +0 -1
- package/cjs/TSemaphore.d.ts +0 -4
- package/cjs/TSemaphore.d.ts.map +0 -1
- package/cjs/TSemaphore.js +0 -33
- package/cjs/TSemaphore.js.map +0 -1
- package/cjs/drain.d.ts +0 -7
- package/cjs/drain.d.ts.map +0 -1
- package/cjs/drain.js.map +0 -1
- package/cjs/empty.d.ts +0 -3
- package/cjs/empty.d.ts.map +0 -1
- package/cjs/empty.js +0 -9
- package/cjs/empty.js.map +0 -1
- package/cjs/from.d.ts +0 -11
- package/cjs/from.d.ts.map +0 -1
- package/cjs/from.js.map +0 -1
- package/cjs/fromCallback.d.ts.map +0 -1
- package/cjs/fromCallback.js.map +0 -1
- package/cjs/loop.d.ts +0 -4
- package/cjs/loop.d.ts.map +0 -1
- package/cjs/loop.js +0 -34
- package/cjs/loop.js.map +0 -1
- package/cjs/map.d.ts +0 -28
- package/cjs/map.d.ts.map +0 -1
- package/cjs/map.js.map +0 -1
- package/cjs/never.d.ts +0 -2
- package/cjs/never.d.ts.map +0 -1
- package/cjs/never.js.map +0 -1
- package/cjs/observe.d.ts +0 -7
- package/cjs/observe.d.ts.map +0 -1
- package/cjs/observe.js.map +0 -1
- package/cjs/reduce.d.ts +0 -7
- package/cjs/reduce.d.ts.map +0 -1
- package/cjs/reduce.js +0 -64
- package/cjs/reduce.js.map +0 -1
- package/cjs/takeUntil.d.ts +0 -4
- package/cjs/takeUntil.d.ts.map +0 -1
- package/cjs/takeUntil.js.map +0 -1
- package/cjs/tap.d.ts +0 -9
- package/cjs/tap.d.ts.map +0 -1
- package/cjs/tap.js +0 -54
- package/cjs/tap.js.map +0 -1
- package/cjs/zipItems.d.ts +0 -4
- package/cjs/zipItems.d.ts.map +0 -1
- package/cjs/zipItems.js.map +0 -1
- package/esm/Sink.d.ts +0 -25
- package/esm/Sink.d.ts.map +0 -1
- package/esm/Sink.js +0 -31
- package/esm/Sink.js.map +0 -1
- package/esm/TSemaphore.d.ts +0 -4
- package/esm/TSemaphore.d.ts.map +0 -1
- package/esm/TSemaphore.js +0 -5
- package/esm/TSemaphore.js.map +0 -1
- package/esm/drain.d.ts +0 -7
- package/esm/drain.d.ts.map +0 -1
- package/esm/drain.js +0 -12
- package/esm/drain.js.map +0 -1
- package/esm/empty.d.ts +0 -3
- package/esm/empty.d.ts.map +0 -1
- package/esm/empty.js +0 -5
- package/esm/empty.js.map +0 -1
- package/esm/from.d.ts +0 -11
- package/esm/from.d.ts.map +0 -1
- package/esm/from.js +0 -15
- package/esm/from.js.map +0 -1
- package/esm/fromCallback.d.ts.map +0 -1
- package/esm/fromCallback.js +0 -20
- package/esm/fromCallback.js.map +0 -1
- package/esm/loop.d.ts +0 -4
- package/esm/loop.d.ts.map +0 -1
- package/esm/loop.js +0 -29
- package/esm/loop.js.map +0 -1
- package/esm/map.d.ts +0 -28
- package/esm/map.d.ts.map +0 -1
- package/esm/map.js +0 -64
- package/esm/map.js.map +0 -1
- package/esm/never.d.ts +0 -2
- package/esm/never.d.ts.map +0 -1
- package/esm/never.js +0 -4
- package/esm/never.js.map +0 -1
- package/esm/observe.d.ts +0 -7
- package/esm/observe.d.ts.map +0 -1
- package/esm/observe.js +0 -12
- package/esm/observe.js.map +0 -1
- package/esm/reduce.d.ts +0 -7
- package/esm/reduce.d.ts.map +0 -1
- package/esm/reduce.js +0 -35
- package/esm/reduce.js.map +0 -1
- package/esm/takeUntil.d.ts +0 -4
- package/esm/takeUntil.d.ts.map +0 -1
- package/esm/takeUntil.js +0 -19
- package/esm/takeUntil.js.map +0 -1
- package/esm/tap.d.ts +0 -9
- package/esm/tap.d.ts.map +0 -1
- package/esm/tap.js +0 -23
- package/esm/tap.js.map +0 -1
- package/esm/zipItems.d.ts +0 -4
- package/esm/zipItems.d.ts.map +0 -1
- package/esm/zipItems.js +0 -23
- package/esm/zipItems.js.map +0 -1
- package/perf/filter-map-reduce.ts +0 -49
- package/perf/flatMap.ts +0 -48
- package/perf/switchMap.ts +0 -40
- package/src/Sink.ts +0 -84
- package/src/TSemaphore.ts +0 -8
- package/src/drain.ts +0 -21
- package/src/empty.ts +0 -5
- package/src/from.test.ts +0 -18
- package/src/from.ts +0 -18
- package/src/fromCallback.ts +0 -40
- package/src/loop.ts +0 -37
- package/src/map.ts +0 -83
- package/src/never.ts +0 -5
- package/src/observe.ts +0 -24
- package/src/reduce.ts +0 -81
- package/src/takeUntil.ts +0 -29
- package/src/tap.ts +0 -48
- package/src/zipItems.test.ts +0 -21
- package/src/zipItems.ts +0 -41
package/.eslintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/Users/TylorSteinberger/code/tylors/fx/src/Fx.ts":"1","/Users/TylorSteinberger/code/tylors/fx/src/Sink.ts":"2","/Users/TylorSteinberger/code/tylors/fx/src/TSemaphore.ts":"3","/Users/TylorSteinberger/code/tylors/fx/src/_internal.ts":"4","/Users/TylorSteinberger/code/tylors/fx/src/combine.test.ts":"5","/Users/TylorSteinberger/code/tylors/fx/src/combine.ts":"6","/Users/TylorSteinberger/code/tylors/fx/src/continueWith.ts":"7","/Users/TylorSteinberger/code/tylors/fx/src/debounce.test.ts":"8","/Users/TylorSteinberger/code/tylors/fx/src/debounce.ts":"9","/Users/TylorSteinberger/code/tylors/fx/src/delay.test.ts":"10","/Users/TylorSteinberger/code/tylors/fx/src/delay.ts":"11","/Users/TylorSteinberger/code/tylors/fx/src/drain.ts":"12","/Users/TylorSteinberger/code/tylors/fx/src/during.ts":"13","/Users/TylorSteinberger/code/tylors/fx/src/empty.ts":"14","/Users/TylorSteinberger/code/tylors/fx/src/flatMap.test.ts":"15","/Users/TylorSteinberger/code/tylors/fx/src/flatMap.ts":"16","/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.ts":"17","/Users/TylorSteinberger/code/tylors/fx/src/from.test.ts":"18","/Users/TylorSteinberger/code/tylors/fx/src/from.ts":"19","/Users/TylorSteinberger/code/tylors/fx/src/fromCallback.ts":"20","/Users/TylorSteinberger/code/tylors/fx/src/fromEffect.ts":"21","/Users/TylorSteinberger/code/tylors/fx/src/hold.test.ts":"22","/Users/TylorSteinberger/code/tylors/fx/src/hold.ts":"23","/Users/TylorSteinberger/code/tylors/fx/src/index.ts":"24","/Users/TylorSteinberger/code/tylors/fx/src/loop.ts":"25","/Users/TylorSteinberger/code/tylors/fx/src/map.ts":"26","/Users/TylorSteinberger/code/tylors/fx/src/merge.test.ts":"27","/Users/TylorSteinberger/code/tylors/fx/src/merge.ts":"28","/Users/TylorSteinberger/code/tylors/fx/src/multicast.test.ts":"29","/Users/TylorSteinberger/code/tylors/fx/src/multicast.ts":"30","/Users/TylorSteinberger/code/tylors/fx/src/never.ts":"31","/Users/TylorSteinberger/code/tylors/fx/src/observe.ts":"32","/Users/TylorSteinberger/code/tylors/fx/src/orElse.ts":"33","/Users/TylorSteinberger/code/tylors/fx/src/periodic.test.ts":"34","/Users/TylorSteinberger/code/tylors/fx/src/periodic.ts":"35","/Users/TylorSteinberger/code/tylors/fx/src/provide.ts":"36","/Users/TylorSteinberger/code/tylors/fx/src/reduce.ts":"37","/Users/TylorSteinberger/code/tylors/fx/src/scheduled.ts":"38","/Users/TylorSteinberger/code/tylors/fx/src/since.ts":"39","/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.ts":"40","/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.ts":"41","/Users/TylorSteinberger/code/tylors/fx/src/slice.test.ts":"42","/Users/TylorSteinberger/code/tylors/fx/src/slice.ts":"43","/Users/TylorSteinberger/code/tylors/fx/src/snapshot.ts":"44","/Users/TylorSteinberger/code/tylors/fx/src/suspendSucceed.ts":"45","/Users/TylorSteinberger/code/tylors/fx/src/switchMap.test.ts":"46","/Users/TylorSteinberger/code/tylors/fx/src/switchMap.ts":"47","/Users/TylorSteinberger/code/tylors/fx/src/takeUntil.ts":"48","/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.ts":"49","/Users/TylorSteinberger/code/tylors/fx/src/tap.ts":"50","/Users/TylorSteinberger/code/tylors/fx/src/throttle.test.ts":"51","/Users/TylorSteinberger/code/tylors/fx/src/throttle.ts":"52","/Users/TylorSteinberger/code/tylors/fx/src/transform.ts":"53","/Users/TylorSteinberger/code/tylors/fx/src/until.test.ts":"54","/Users/TylorSteinberger/code/tylors/fx/src/until.ts":"55","/Users/TylorSteinberger/code/tylors/fx/src/zip.test.ts":"56","/Users/TylorSteinberger/code/tylors/fx/src/zip.ts":"57","/Users/TylorSteinberger/code/tylors/fx/src/zipItems.test.ts":"58","/Users/TylorSteinberger/code/tylors/fx/src/zipItems.ts":"59"},{"size":675,"mtime":1666489750453,"results":"60","hashOfConfig":"61"},{"size":3217,"mtime":1666489750453,"results":"62","hashOfConfig":"61"},{"size":334,"mtime":1666489750454,"results":"63","hashOfConfig":"61"},{"size":4108,"mtime":1666489750454,"results":"64","hashOfConfig":"61"},{"size":1137,"mtime":1666489750454,"results":"65","hashOfConfig":"61"},{"size":2146,"mtime":1666489750454,"results":"66","hashOfConfig":"61"},{"size":660,"mtime":1666489750455,"results":"67","hashOfConfig":"61"},{"size":589,"mtime":1666489750455,"results":"68","hashOfConfig":"61"},{"size":2395,"mtime":1666489750456,"results":"69","hashOfConfig":"61"},{"size":737,"mtime":1666489750456,"results":"70","hashOfConfig":"61"},{"size":630,"mtime":1666489750457,"results":"71","hashOfConfig":"61"},{"size":645,"mtime":1666489750457,"results":"72","hashOfConfig":"61"},{"size":1884,"mtime":1666489750457,"results":"73","hashOfConfig":"61"},{"size":123,"mtime":1666489750458,"results":"74","hashOfConfig":"61"},{"size":632,"mtime":1666489750458,"results":"75","hashOfConfig":"61"},{"size":2176,"mtime":1666489750458,"results":"76","hashOfConfig":"61"},{"size":788,"mtime":1666489750459,"results":"77","hashOfConfig":"61"},{"size":472,"mtime":1666489750459,"results":"78","hashOfConfig":"61"},{"size":642,"mtime":1666489750459,"results":"79","hashOfConfig":"61"},{"size":1317,"mtime":1666489750460,"results":"80","hashOfConfig":"61"},{"size":2174,"mtime":1666489750460,"results":"81","hashOfConfig":"61"},{"size":1443,"mtime":1666489750461,"results":"82","hashOfConfig":"61"},{"size":3260,"mtime":1666489750461,"results":"83","hashOfConfig":"61"},{"size":1087,"mtime":1666489750461,"results":"84","hashOfConfig":"61"},{"size":850,"mtime":1666489750461,"results":"85","hashOfConfig":"61"},{"size":2653,"mtime":1666489750462,"results":"86","hashOfConfig":"61"},{"size":1151,"mtime":1666489750463,"results":"87","hashOfConfig":"61"},{"size":1485,"mtime":1666489750463,"results":"88","hashOfConfig":"61"},{"size":1624,"mtime":1666489750463,"results":"89","hashOfConfig":"61"},{"size":3015,"mtime":1666489750463,"results":"90","hashOfConfig":"61"},{"size":142,"mtime":1666489750464,"results":"91","hashOfConfig":"61"},{"size":893,"mtime":1666489750464,"results":"92","hashOfConfig":"61"},{"size":1440,"mtime":1666489750465,"results":"93","hashOfConfig":"61"},{"size":631,"mtime":1666489750465,"results":"94","hashOfConfig":"61"},{"size":429,"mtime":1666489750465,"results":"95","hashOfConfig":"61"},{"size":1876,"mtime":1666489750465,"results":"96","hashOfConfig":"61"},{"size":1967,"mtime":1666489750465,"results":"97","hashOfConfig":"61"},{"size":2418,"mtime":1666489750466,"results":"98","hashOfConfig":"61"},{"size":1386,"mtime":1666489750466,"results":"99","hashOfConfig":"61"},{"size":978,"mtime":1666489750467,"results":"100","hashOfConfig":"61"},{"size":798,"mtime":1666489750467,"results":"101","hashOfConfig":"61"},{"size":556,"mtime":1666489750467,"results":"102","hashOfConfig":"61"},{"size":1313,"mtime":1666489750467,"results":"103","hashOfConfig":"61"},{"size":1378,"mtime":1666489750467,"results":"104","hashOfConfig":"61"},{"size":237,"mtime":1666489750468,"results":"105","hashOfConfig":"61"},{"size":757,"mtime":1666489750468,"results":"106","hashOfConfig":"61"},{"size":2337,"mtime":1666489750468,"results":"107","hashOfConfig":"61"},{"size":843,"mtime":1666489750468,"results":"108","hashOfConfig":"61"},{"size":1003,"mtime":1666489750469,"results":"109","hashOfConfig":"61"},{"size":1639,"mtime":1666489750469,"results":"110","hashOfConfig":"61"},{"size":588,"mtime":1666489750469,"results":"111","hashOfConfig":"61"},{"size":2165,"mtime":1666489750470,"results":"112","hashOfConfig":"61"},{"size":1301,"mtime":1666489750470,"results":"113","hashOfConfig":"61"},{"size":760,"mtime":1666489750471,"results":"114","hashOfConfig":"61"},{"size":1078,"mtime":1666489750471,"results":"115","hashOfConfig":"61"},{"size":970,"mtime":1666489750471,"results":"116","hashOfConfig":"61"},{"size":2289,"mtime":1666489750472,"results":"117","hashOfConfig":"61"},{"size":678,"mtime":1666489750472,"results":"118","hashOfConfig":"61"},{"size":1265,"mtime":1666489750473,"results":"119","hashOfConfig":"61"},{"filePath":"120","messages":"121","suppressedMessages":"122","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"f2rawx",{"filePath":"123","messages":"124","suppressedMessages":"125","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"126","messages":"127","suppressedMessages":"128","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"129","messages":"130","suppressedMessages":"131","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"132","messages":"133","suppressedMessages":"134","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"135","messages":"136","suppressedMessages":"137","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"138","messages":"139","suppressedMessages":"140","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"141","messages":"142","suppressedMessages":"143","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"144","messages":"145","suppressedMessages":"146","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"147","messages":"148","suppressedMessages":"149","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"150","messages":"151","suppressedMessages":"152","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"153","messages":"154","suppressedMessages":"155","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"156","messages":"157","suppressedMessages":"158","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"159","messages":"160","suppressedMessages":"161","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"162","messages":"163","suppressedMessages":"164","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"165","messages":"166","suppressedMessages":"167","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"168","messages":"169","suppressedMessages":"170","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"171","messages":"172","suppressedMessages":"173","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"174","messages":"175","suppressedMessages":"176","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"177","messages":"178","suppressedMessages":"179","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"180","messages":"181","suppressedMessages":"182","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"183","messages":"184","suppressedMessages":"185","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"186","messages":"187","suppressedMessages":"188","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"189","messages":"190","suppressedMessages":"191","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"192","messages":"193","suppressedMessages":"194","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"195","messages":"196","suppressedMessages":"197","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"198","messages":"199","suppressedMessages":"200","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"201","messages":"202","suppressedMessages":"203","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"204","messages":"205","suppressedMessages":"206","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"207","messages":"208","suppressedMessages":"209","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"210","messages":"211","suppressedMessages":"212","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"213","messages":"214","suppressedMessages":"215","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"216","messages":"217","suppressedMessages":"218","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"219","messages":"220","suppressedMessages":"221","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"222","messages":"223","suppressedMessages":"224","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"225","messages":"226","suppressedMessages":"227","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"228","messages":"229","suppressedMessages":"230","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"231","messages":"232","suppressedMessages":"233","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"234","messages":"235","suppressedMessages":"236","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"237","messages":"238","suppressedMessages":"239","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"240","messages":"241","suppressedMessages":"242","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"243","messages":"244","suppressedMessages":"245","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"246","messages":"247","suppressedMessages":"248","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"249","messages":"250","suppressedMessages":"251","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"252","messages":"253","suppressedMessages":"254","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"255","messages":"256","suppressedMessages":"257","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"258","messages":"259","suppressedMessages":"260","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"261","messages":"262","suppressedMessages":"263","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"264","messages":"265","suppressedMessages":"266","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"267","messages":"268","suppressedMessages":"269","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"270","messages":"271","suppressedMessages":"272","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"273","messages":"274","suppressedMessages":"275","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"276","messages":"277","suppressedMessages":"278","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"279","messages":"280","suppressedMessages":"281","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"282","messages":"283","suppressedMessages":"284","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"285","messages":"286","suppressedMessages":"287","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"288","messages":"289","suppressedMessages":"290","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"291","messages":"292","suppressedMessages":"293","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"294","messages":"295","suppressedMessages":"296","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/TylorSteinberger/code/tylors/fx/src/Fx.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Sink.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/TSemaphore.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/_internal.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/combine.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/combine.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/continueWith.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/debounce.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/debounce.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/delay.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/delay.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/drain.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/during.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/empty.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/from.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/from.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromCallback.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/hold.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/hold.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/loop.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/map.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/merge.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/merge.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/multicast.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/multicast.ts",[],["297"],"/Users/TylorSteinberger/code/tylors/fx/src/never.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/observe.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/orElse.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/periodic.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/periodic.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/provide.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/reduce.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/scheduled.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/since.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/slice.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/slice.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/snapshot.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/suspendSucceed.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/switchMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/switchMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/takeUntil.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/tap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/throttle.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/throttle.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/transform.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/until.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/until.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zip.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zip.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zipItems.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zipItems.ts",[],[],{"ruleId":"298","severity":2,"message":"299","line":37,"column":11,"nodeType":"300","messageId":"301","endLine":37,"endColumn":15,"suppressions":"302"},"@typescript-eslint/no-this-alias","Unexpected aliasing of 'this' to local variable.","Identifier","thisAssignment",["303"],{"kind":"304","justification":"305"},"directive",""]
|
|
1
|
+
[{"/Users/TylorSteinberger/code/tylors/fx/src/Fx.ts":"1","/Users/TylorSteinberger/code/tylors/fx/src/_internal.ts":"2","/Users/TylorSteinberger/code/tylors/fx/src/combine.test.ts":"3","/Users/TylorSteinberger/code/tylors/fx/src/combine.ts":"4","/Users/TylorSteinberger/code/tylors/fx/src/continueWith.ts":"5","/Users/TylorSteinberger/code/tylors/fx/src/debounce.test.ts":"6","/Users/TylorSteinberger/code/tylors/fx/src/debounce.ts":"7","/Users/TylorSteinberger/code/tylors/fx/src/delay.test.ts":"8","/Users/TylorSteinberger/code/tylors/fx/src/delay.ts":"9","/Users/TylorSteinberger/code/tylors/fx/src/during.ts":"10","/Users/TylorSteinberger/code/tylors/fx/src/flatMap.test.ts":"11","/Users/TylorSteinberger/code/tylors/fx/src/flatMap.ts":"12","/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.ts":"13","/Users/TylorSteinberger/code/tylors/fx/src/fromEffect.ts":"14","/Users/TylorSteinberger/code/tylors/fx/src/hold.test.ts":"15","/Users/TylorSteinberger/code/tylors/fx/src/hold.ts":"16","/Users/TylorSteinberger/code/tylors/fx/src/index.ts":"17","/Users/TylorSteinberger/code/tylors/fx/src/merge.test.ts":"18","/Users/TylorSteinberger/code/tylors/fx/src/merge.ts":"19","/Users/TylorSteinberger/code/tylors/fx/src/multicast.test.ts":"20","/Users/TylorSteinberger/code/tylors/fx/src/multicast.ts":"21","/Users/TylorSteinberger/code/tylors/fx/src/orElse.ts":"22","/Users/TylorSteinberger/code/tylors/fx/src/periodic.test.ts":"23","/Users/TylorSteinberger/code/tylors/fx/src/periodic.ts":"24","/Users/TylorSteinberger/code/tylors/fx/src/provide.ts":"25","/Users/TylorSteinberger/code/tylors/fx/src/scheduled.ts":"26","/Users/TylorSteinberger/code/tylors/fx/src/since.ts":"27","/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.ts":"28","/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.ts":"29","/Users/TylorSteinberger/code/tylors/fx/src/slice.test.ts":"30","/Users/TylorSteinberger/code/tylors/fx/src/slice.ts":"31","/Users/TylorSteinberger/code/tylors/fx/src/snapshot.ts":"32","/Users/TylorSteinberger/code/tylors/fx/src/suspendSucceed.ts":"33","/Users/TylorSteinberger/code/tylors/fx/src/switchMap.test.ts":"34","/Users/TylorSteinberger/code/tylors/fx/src/switchMap.ts":"35","/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.ts":"36","/Users/TylorSteinberger/code/tylors/fx/src/throttle.test.ts":"37","/Users/TylorSteinberger/code/tylors/fx/src/throttle.ts":"38","/Users/TylorSteinberger/code/tylors/fx/src/transform.ts":"39","/Users/TylorSteinberger/code/tylors/fx/src/until.test.ts":"40","/Users/TylorSteinberger/code/tylors/fx/src/until.ts":"41","/Users/TylorSteinberger/code/tylors/fx/src/zip.test.ts":"42","/Users/TylorSteinberger/code/tylors/fx/src/zip.ts":"43","/Users/TylorSteinberger/code/tylors/fx/src/continueWith.test.ts":"44","/Users/TylorSteinberger/code/tylors/fx/src/during.test.ts":"45","/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.test.ts":"46","/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.ts":"47","/Users/TylorSteinberger/code/tylors/fx/src/filterMap.test.ts":"48","/Users/TylorSteinberger/code/tylors/fx/src/filterMap.ts":"49","/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.test.ts":"50","/Users/TylorSteinberger/code/tylors/fx/src/fromIterable.ts":"51","/Users/TylorSteinberger/code/tylors/fx/src/mapCause.test.ts":"52","/Users/TylorSteinberger/code/tylors/fx/src/mapCause.ts":"53","/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.test.ts":"54","/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.ts":"55","/Users/TylorSteinberger/code/tylors/fx/src/orElse.test.ts":"56","/Users/TylorSteinberger/code/tylors/fx/src/provide.test.ts":"57","/Users/TylorSteinberger/code/tylors/fx/src/runCollect.ts":"58","/Users/TylorSteinberger/code/tylors/fx/src/runDrain.ts":"59","/Users/TylorSteinberger/code/tylors/fx/src/runObserve.ts":"60","/Users/TylorSteinberger/code/tylors/fx/src/runReduce.ts":"61","/Users/TylorSteinberger/code/tylors/fx/src/since.test.ts":"62","/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.test.ts":"63","/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.test.ts":"64","/Users/TylorSteinberger/code/tylors/fx/src/snapshot.test.ts":"65","/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.test.ts":"66","/Users/TylorSteinberger/code/tylors/fx/src/tapEffect.ts":"67","/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.test.ts":"68","/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.ts":"69","/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.test.ts":"70","/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.ts":"71","/Users/TylorSteinberger/code/tylors/fx/src/Subject.ts":"72"},{"size":1301,"mtime":1666910682244,"results":"73","hashOfConfig":"74"},{"size":2390,"mtime":1666909836963,"results":"75","hashOfConfig":"74"},{"size":919,"mtime":1666901217496,"results":"76","hashOfConfig":"74"},{"size":2060,"mtime":1666901217496,"results":"77","hashOfConfig":"74"},{"size":591,"mtime":1666901217497,"results":"78","hashOfConfig":"74"},{"size":522,"mtime":1666901217497,"results":"79","hashOfConfig":"74"},{"size":1617,"mtime":1666901217497,"results":"80","hashOfConfig":"74"},{"size":701,"mtime":1666901217498,"results":"81","hashOfConfig":"74"},{"size":557,"mtime":1666909013033,"results":"82","hashOfConfig":"74"},{"size":1674,"mtime":1666909765898,"results":"83","hashOfConfig":"74"},{"size":1506,"mtime":1666901217500,"results":"84","hashOfConfig":"74"},{"size":1186,"mtime":1666902358042,"results":"85","hashOfConfig":"74"},{"size":706,"mtime":1666906589152,"results":"86","hashOfConfig":"74"},{"size":3805,"mtime":1666901217501,"results":"87","hashOfConfig":"74"},{"size":1443,"mtime":1666901217502,"results":"88","hashOfConfig":"74"},{"size":3436,"mtime":1667237790531,"results":"89","hashOfConfig":"74"},{"size":1244,"mtime":1667238226241,"results":"90","hashOfConfig":"74"},{"size":530,"mtime":1666901217504,"results":"91","hashOfConfig":"74"},{"size":977,"mtime":1666901217505,"results":"92","hashOfConfig":"74"},{"size":1293,"mtime":1666901217505,"results":"93","hashOfConfig":"74"},{"size":3290,"mtime":1666909109055,"results":"94","hashOfConfig":"74"},{"size":1034,"mtime":1666901391894,"results":"95","hashOfConfig":"74"},{"size":648,"mtime":1666901217507,"results":"96","hashOfConfig":"74"},{"size":429,"mtime":1666900225601,"results":"97","hashOfConfig":"74"},{"size":2095,"mtime":1666901217508,"results":"98","hashOfConfig":"74"},{"size":2515,"mtime":1666901217509,"results":"99","hashOfConfig":"74"},{"size":1010,"mtime":1666909377506,"results":"100","hashOfConfig":"74"},{"size":959,"mtime":1666901217510,"results":"101","hashOfConfig":"74"},{"size":1300,"mtime":1666901217511,"results":"102","hashOfConfig":"74"},{"size":530,"mtime":1666901217511,"results":"103","hashOfConfig":"74"},{"size":1145,"mtime":1666901217511,"results":"104","hashOfConfig":"74"},{"size":1607,"mtime":1666909839710,"results":"105","hashOfConfig":"74"},{"size":152,"mtime":1666901217512,"results":"106","hashOfConfig":"74"},{"size":976,"mtime":1666901217513,"results":"107","hashOfConfig":"74"},{"size":1628,"mtime":1666901217513,"results":"108","hashOfConfig":"74"},{"size":777,"mtime":1666901217514,"results":"109","hashOfConfig":"74"},{"size":527,"mtime":1666901217515,"results":"110","hashOfConfig":"74"},{"size":1810,"mtime":1666901217515,"results":"111","hashOfConfig":"74"},{"size":1672,"mtime":1666901217516,"results":"112","hashOfConfig":"74"},{"size":577,"mtime":1666910433646,"results":"113","hashOfConfig":"74"},{"size":859,"mtime":1666909733301,"results":"114","hashOfConfig":"74"},{"size":832,"mtime":1666901217517,"results":"115","hashOfConfig":"74"},{"size":2163,"mtime":1666901217517,"results":"116","hashOfConfig":"74"},{"size":654,"mtime":1666901217496,"results":"117","hashOfConfig":"74"},{"size":1195,"mtime":1666923294384,"results":"118","hashOfConfig":"74"},{"size":2106,"mtime":1666901217498,"results":"119","hashOfConfig":"74"},{"size":3443,"mtime":1666905987476,"results":"120","hashOfConfig":"74"},{"size":917,"mtime":1666901217499,"results":"121","hashOfConfig":"74"},{"size":2108,"mtime":1666901217499,"results":"122","hashOfConfig":"74"},{"size":715,"mtime":1666901217501,"results":"123","hashOfConfig":"74"},{"size":460,"mtime":1666901217502,"results":"124","hashOfConfig":"74"},{"size":988,"mtime":1666901217503,"results":"125","hashOfConfig":"74"},{"size":615,"mtime":1666901217504,"results":"126","hashOfConfig":"74"},{"size":557,"mtime":1666901217504,"results":"127","hashOfConfig":"74"},{"size":474,"mtime":1666901217504,"results":"128","hashOfConfig":"74"},{"size":578,"mtime":1666901217506,"results":"129","hashOfConfig":"74"},{"size":1519,"mtime":1666901217507,"results":"130","hashOfConfig":"74"},{"size":502,"mtime":1666901217508,"results":"131","hashOfConfig":"74"},{"size":619,"mtime":1666901217508,"results":"132","hashOfConfig":"74"},{"size":915,"mtime":1666901217508,"results":"133","hashOfConfig":"74"},{"size":1535,"mtime":1666901217509,"results":"134","hashOfConfig":"74"},{"size":1202,"mtime":1666923495584,"results":"135","hashOfConfig":"74"},{"size":770,"mtime":1666901217510,"results":"136","hashOfConfig":"74"},{"size":1116,"mtime":1666901217510,"results":"137","hashOfConfig":"74"},{"size":1270,"mtime":1666901217512,"results":"138","hashOfConfig":"74"},{"size":1080,"mtime":1666901217513,"results":"139","hashOfConfig":"74"},{"size":656,"mtime":1666901217514,"results":"140","hashOfConfig":"74"},{"size":671,"mtime":1666902216590,"results":"141","hashOfConfig":"74"},{"size":1681,"mtime":1666902176888,"results":"142","hashOfConfig":"74"},{"size":597,"mtime":1666901217517,"results":"143","hashOfConfig":"74"},{"size":1364,"mtime":1666901217517,"results":"144","hashOfConfig":"74"},{"size":1546,"mtime":1667238121584,"results":"145","hashOfConfig":"74"},{"filePath":"146","messages":"147","suppressedMessages":"148","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1338ja8",{"filePath":"149","messages":"150","suppressedMessages":"151","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"152","messages":"153","suppressedMessages":"154","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"155","messages":"156","suppressedMessages":"157","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"158","messages":"159","suppressedMessages":"160","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"161","messages":"162","suppressedMessages":"163","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"164","messages":"165","suppressedMessages":"166","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"167","messages":"168","suppressedMessages":"169","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"170","messages":"171","suppressedMessages":"172","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"173","messages":"174","suppressedMessages":"175","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"176","messages":"177","suppressedMessages":"178","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"179","messages":"180","suppressedMessages":"181","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"182","messages":"183","suppressedMessages":"184","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"185","messages":"186","suppressedMessages":"187","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"188","messages":"189","suppressedMessages":"190","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"191","messages":"192","suppressedMessages":"193","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"194","messages":"195","suppressedMessages":"196","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"197","messages":"198","suppressedMessages":"199","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"200","messages":"201","suppressedMessages":"202","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"203","messages":"204","suppressedMessages":"205","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"206","messages":"207","suppressedMessages":"208","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"209","messages":"210","suppressedMessages":"211","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"212","messages":"213","suppressedMessages":"214","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"215","messages":"216","suppressedMessages":"217","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"218","messages":"219","suppressedMessages":"220","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"221","messages":"222","suppressedMessages":"223","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"224","messages":"225","suppressedMessages":"226","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"227","messages":"228","suppressedMessages":"229","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"230","messages":"231","suppressedMessages":"232","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"233","messages":"234","suppressedMessages":"235","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"236","messages":"237","suppressedMessages":"238","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"239","messages":"240","suppressedMessages":"241","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"242","messages":"243","suppressedMessages":"244","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"245","messages":"246","suppressedMessages":"247","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"248","messages":"249","suppressedMessages":"250","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"251","messages":"252","suppressedMessages":"253","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"254","messages":"255","suppressedMessages":"256","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"257","messages":"258","suppressedMessages":"259","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"260","messages":"261","suppressedMessages":"262","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"263","messages":"264","suppressedMessages":"265","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"266","messages":"267","suppressedMessages":"268","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"269","messages":"270","suppressedMessages":"271","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"272","messages":"273","suppressedMessages":"274","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"275","messages":"276","suppressedMessages":"277","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"278","messages":"279","suppressedMessages":"280","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"281","messages":"282","suppressedMessages":"283","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"284","messages":"285","suppressedMessages":"286","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"287","messages":"288","suppressedMessages":"289","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"290","messages":"291","suppressedMessages":"292","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"293","messages":"294","suppressedMessages":"295","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"296","messages":"297","suppressedMessages":"298","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"299","messages":"300","suppressedMessages":"301","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"302","messages":"303","suppressedMessages":"304","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"305","messages":"306","suppressedMessages":"307","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"308","messages":"309","suppressedMessages":"310","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"311","messages":"312","suppressedMessages":"313","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"314","messages":"315","suppressedMessages":"316","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"317","messages":"318","suppressedMessages":"319","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"320","messages":"321","suppressedMessages":"322","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"323","messages":"324","suppressedMessages":"325","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"326","messages":"327","suppressedMessages":"328","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"329","messages":"330","suppressedMessages":"331","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"332","messages":"333","suppressedMessages":"334","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"335","messages":"336","suppressedMessages":"337","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"338","messages":"339","suppressedMessages":"340","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"341","messages":"342","suppressedMessages":"343","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"344","messages":"345","suppressedMessages":"346","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"347","messages":"348","suppressedMessages":"349","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"350","messages":"351","suppressedMessages":"352","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"353","messages":"354","suppressedMessages":"355","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"356","messages":"357","suppressedMessages":"358","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"359","messages":"360","suppressedMessages":"361","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/TylorSteinberger/code/tylors/fx/src/Fx.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/_internal.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/combine.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/combine.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/continueWith.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/debounce.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/debounce.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/delay.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/delay.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/during.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/hold.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/hold.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/merge.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/merge.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/multicast.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/multicast.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/orElse.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/periodic.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/periodic.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/provide.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/scheduled.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/since.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/slice.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/slice.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/snapshot.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/suspendSucceed.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/switchMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/switchMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/throttle.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/throttle.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/transform.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/until.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/until.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zip.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zip.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/continueWith.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/during.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromIterable.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapCause.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapCause.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/orElse.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/provide.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runCollect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runDrain.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runObserve.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runReduce.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/since.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/snapshot.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/tapEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Subject.ts",[],["362"],{"ruleId":"363","severity":2,"message":"364","line":35,"column":5,"nodeType":"365","messageId":"366","endLine":35,"endColumn":24,"suppressions":"367"},"@typescript-eslint/ban-ts-comment","Include a description after the \"@ts-expect-error\" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer.","Line","tsDirectiveCommentRequiresDescription",["368"],{"kind":"369","justification":"370"},"directive",""]
|
package/cjs/Fx.d.ts
CHANGED
|
@@ -1,13 +1,24 @@
|
|
|
1
|
+
import { Cause } from '@effect/core/io/Cause';
|
|
1
2
|
import * as Effect from '@effect/core/io/Effect';
|
|
2
|
-
import {
|
|
3
|
-
export interface Fx<R, E, A
|
|
4
|
-
|
|
3
|
+
import { Scope } from '@effect/core/io/Scope';
|
|
4
|
+
export interface Fx<R, E, A> {
|
|
5
|
+
run<R2>(emitter: Emitter<R2, E, A>): Effect.Effect<R | R2 | Scope, never, unknown>;
|
|
5
6
|
}
|
|
6
|
-
export declare function Fx<R, E, A
|
|
7
|
+
export declare function Fx<R, E, A>(run: Fx<R, E, A>['run']): Fx<R, E, A>;
|
|
7
8
|
export declare namespace Fx {
|
|
8
|
-
type ResourcesOf<T> = T extends Fx<infer R, any, any
|
|
9
|
-
type ErrorsOf<T> = T extends Fx<any, infer E, any
|
|
10
|
-
type OutputOf<T> = T extends Fx<any, any, infer A
|
|
11
|
-
|
|
9
|
+
type ResourcesOf<T> = T extends Fx<infer R, any, any> ? R : never;
|
|
10
|
+
type ErrorsOf<T> = T extends Fx<any, infer E, any> ? E : never;
|
|
11
|
+
type OutputOf<T> = T extends Fx<any, any, infer A> ? A : never;
|
|
12
|
+
}
|
|
13
|
+
export interface Emitter<R, E, A> {
|
|
14
|
+
readonly emit: (a: A) => Effect.Effect<R, never, unknown>;
|
|
15
|
+
readonly failCause: (e: Cause<E>) => Effect.Effect<R, never, unknown>;
|
|
16
|
+
readonly end: Effect.Effect<R, never, unknown>;
|
|
17
|
+
}
|
|
18
|
+
export declare function Emitter<R, E, A>(emit: Emitter<R, E, A>['emit'], failCause: Emitter<R, E, A>['failCause'], end: Emitter<R, E, A>['end']): Emitter<R, E, A>;
|
|
19
|
+
export declare namespace Emitter {
|
|
20
|
+
type ResourcesOf<T> = T extends Emitter<infer R, any, any> ? R : never;
|
|
21
|
+
type ErrorsOf<T> = T extends Emitter<any, infer E, any> ? E : never;
|
|
22
|
+
type OutputOf<T> = T extends Emitter<any, any, infer A> ? A : never;
|
|
12
23
|
}
|
|
13
24
|
//# sourceMappingURL=Fx.d.ts.map
|
package/cjs/Fx.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Fx.d.ts","sourceRoot":"","sources":["../src/Fx.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;
|
|
1
|
+
{"version":3,"file":"Fx.d.ts","sourceRoot":"","sources":["../src/Fx.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAA;AAC7C,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAA;AAE7C,MAAM,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;IACzB,GAAG,CAAC,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,GAAG,KAAK,EAAE,KAAK,EAAE,OAAO,CAAC,CAAA;CACnF;AAED,wBAAgB,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAIhE;AAED,yBAAiB,EAAE,CAAC;IAClB,KAAY,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;IACxE,KAAY,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,GAAG,EAAE,MAAM,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;IACrE,KAAY,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;CACtE;AAED,MAAM,WAAW,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;IAC9B,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAA;IACzD,QAAQ,CAAC,SAAS,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAA;IACrE,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAA;CAC/C;AAED,wBAAgB,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAC7B,IAAI,EAAE,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,EAC9B,SAAS,EAAE,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,CAAC,EACxC,GAAG,EAAE,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,GAC3B,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAMlB;AAED,yBAAiB,OAAO,CAAC;IACvB,KAAY,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,OAAO,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;IAC7E,KAAY,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS,OAAO,CAAC,GAAG,EAAE,MAAM,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;IAC1E,KAAY,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;CAC3E"}
|
package/cjs/Fx.js
CHANGED
|
@@ -1,8 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Fx = void 0;
|
|
3
|
+
exports.Emitter = exports.Fx = void 0;
|
|
4
4
|
function Fx(run) {
|
|
5
|
-
return {
|
|
5
|
+
return {
|
|
6
|
+
run,
|
|
7
|
+
};
|
|
6
8
|
}
|
|
7
9
|
exports.Fx = Fx;
|
|
10
|
+
function Emitter(emit, failCause, end) {
|
|
11
|
+
return {
|
|
12
|
+
emit,
|
|
13
|
+
failCause,
|
|
14
|
+
end,
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
exports.Emitter = Emitter;
|
|
8
18
|
//# sourceMappingURL=Fx.js.map
|
package/cjs/Fx.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Fx.js","sourceRoot":"","sources":["../src/Fx.ts"],"names":[],"mappings":";;;AAQA,SAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"Fx.js","sourceRoot":"","sources":["../src/Fx.ts"],"names":[],"mappings":";;;AAQA,SAAgB,EAAE,CAAU,GAAuB;IACjD,OAAO;QACL,GAAG;KACJ,CAAA;AACH,CAAC;AAJD,gBAIC;AAcD,SAAgB,OAAO,CACrB,IAA8B,EAC9B,SAAwC,EACxC,GAA4B;IAE5B,OAAO;QACL,IAAI;QACJ,SAAS;QACT,GAAG;KACJ,CAAA;AACH,CAAC;AAVD,0BAUC"}
|
package/cjs/Subject.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as Effect from '@effect/core/io/Effect';
|
|
2
|
+
import * as Maybe from '@tsplus/stdlib/data/Maybe';
|
|
3
|
+
import { LazyArg } from 'node_modules/@tsplus/stdlib/data/Function.js';
|
|
4
|
+
import { Emitter, Fx } from './Fx.js';
|
|
5
|
+
export interface Subject<E, A> extends Emitter<never, E, A>, Fx<never, E, A> {
|
|
6
|
+
}
|
|
7
|
+
export declare namespace Subject {
|
|
8
|
+
const unsafeMake: <E, A>() => Subject<E, A>;
|
|
9
|
+
}
|
|
10
|
+
export interface HoldSubject<E, A> extends Subject<E, A> {
|
|
11
|
+
readonly get: Effect.Effect<never, never, Maybe.Maybe<A>>;
|
|
12
|
+
}
|
|
13
|
+
export declare namespace HoldSubject {
|
|
14
|
+
const unsafeMake: <E, A>() => HoldSubject<E, A>;
|
|
15
|
+
}
|
|
16
|
+
export interface BehaviorSubject<E, A> extends Subject<E, A> {
|
|
17
|
+
readonly get: Effect.Effect<never, never, A>;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace BehaviorSubject {
|
|
20
|
+
const unsafeMake: <E, A>(initial: LazyArg<A>) => BehaviorSubject<E, A>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=Subject.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Subject.d.ts","sourceRoot":"","sources":["../src/Subject.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAChD,OAAO,KAAK,KAAK,MAAM,2BAA2B,CAAA;AAElD,OAAO,EAAE,OAAO,EAAE,MAAM,8CAA8C,CAAA;AAEtE,OAAO,EAAE,OAAO,EAAE,EAAE,EAAE,MAAM,SAAS,CAAA;AAKrC,MAAM,WAAW,OAAO,CAAC,CAAC,EAAE,CAAC,CAAE,SAAQ,OAAO,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC;CAAG;AAE/E,yBAAiB,OAAO,CAAC;IAChB,MAAM,UAAU,2BAA+D,CAAA;CACvF;AAED,MAAM,WAAW,WAAW,CAAC,CAAC,EAAE,CAAC,CAAE,SAAQ,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IACtD,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAA;CAC1D;AAED,yBAAiB,WAAW,CAAC;IACpB,MAAM,UAAU,+BAA8D,CAAA;CACtF;AAED,MAAM,WAAW,eAAe,CAAC,CAAC,EAAE,CAAC,CAAE,SAAQ,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAC1D,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,CAAC,KAAK,EAAE,KAAK,EAAE,CAAC,CAAC,CAAA;CAC7C;AAED,yBAAiB,eAAe,CAAC;IACxB,MAAM,UAAU,sDAetB,CAAA;CACF"}
|
package/cjs/Subject.js
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.BehaviorSubject = exports.HoldSubject = exports.Subject = void 0;
|
|
27
|
+
const Effect = __importStar(require("@effect/core/io/Effect"));
|
|
28
|
+
const Maybe = __importStar(require("@tsplus/stdlib/data/Maybe"));
|
|
29
|
+
const Function_js_1 = require("node_modules/@fp-ts/data/Function.js");
|
|
30
|
+
const fromEffect_js_1 = require("./fromEffect.js");
|
|
31
|
+
const hold_js_1 = require("./hold.js");
|
|
32
|
+
const multicast_js_1 = require("./multicast.js");
|
|
33
|
+
var Subject;
|
|
34
|
+
(function (Subject) {
|
|
35
|
+
Subject.unsafeMake = () => new multicast_js_1.Multicast(fromEffect_js_1.never);
|
|
36
|
+
})(Subject = exports.Subject || (exports.Subject = {}));
|
|
37
|
+
var HoldSubject;
|
|
38
|
+
(function (HoldSubject) {
|
|
39
|
+
HoldSubject.unsafeMake = () => new hold_js_1.Hold(fromEffect_js_1.never);
|
|
40
|
+
})(HoldSubject = exports.HoldSubject || (exports.HoldSubject = {}));
|
|
41
|
+
var BehaviorSubject;
|
|
42
|
+
(function (BehaviorSubject) {
|
|
43
|
+
BehaviorSubject.unsafeMake = (initial) => {
|
|
44
|
+
const hold = new hold_js_1.Hold(fromEffect_js_1.never);
|
|
45
|
+
// We're mutating a protected variable here to ensure an initial value is held.
|
|
46
|
+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
47
|
+
// @ts-expect-error
|
|
48
|
+
hold._value = Maybe.some(initial());
|
|
49
|
+
return {
|
|
50
|
+
emit: hold.emit.bind(hold),
|
|
51
|
+
failCause: hold.failCause.bind(hold),
|
|
52
|
+
end: hold.end,
|
|
53
|
+
run: hold.run.bind(hold),
|
|
54
|
+
get: (0, Function_js_1.pipe)(hold.get, Effect.map(Maybe.getOrElse(initial))),
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
})(BehaviorSubject = exports.BehaviorSubject || (exports.BehaviorSubject = {}));
|
|
58
|
+
//# sourceMappingURL=Subject.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Subject.js","sourceRoot":"","sources":["../src/Subject.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+DAAgD;AAChD,iEAAkD;AAClD,sEAA2D;AAI3D,mDAAuC;AACvC,uCAAgC;AAChC,iDAA0C;AAI1C,IAAiB,OAAO,CAEvB;AAFD,WAAiB,OAAO;IACT,kBAAU,GAAG,GAAwB,EAAE,CAAC,IAAI,wBAAS,CAAc,qBAAK,CAAC,CAAA;AACxF,CAAC,EAFgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAEvB;AAMD,IAAiB,WAAW,CAE3B;AAFD,WAAiB,WAAW;IACb,sBAAU,GAAG,GAA4B,EAAE,CAAC,IAAI,cAAI,CAAc,qBAAK,CAAC,CAAA;AACvF,CAAC,EAFgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAE3B;AAMD,IAAiB,eAAe,CAiB/B;AAjBD,WAAiB,eAAe;IACjB,0BAAU,GAAG,CAAO,OAAmB,EAAyB,EAAE;QAC7E,MAAM,IAAI,GAAG,IAAI,cAAI,CAAc,qBAAK,CAAC,CAAA;QAEzC,+EAA+E;QAC/E,6DAA6D;QAC7D,mBAAmB;QACnB,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CAAA;QAEnC,OAAO;YACL,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;YAC1B,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC;YACpC,GAAG,EAAE,IAAI,CAAC,GAAG;YACb,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;YACxB,GAAG,EAAE,IAAA,kBAAI,EAAC,IAAI,CAAC,GAAG,EAAE,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC;SAC1D,CAAA;IACH,CAAC,CAAA;AACH,CAAC,EAjBgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAiB/B"}
|
package/cjs/_internal.d.ts
CHANGED
|
@@ -1,22 +1,21 @@
|
|
|
1
|
+
import { CountdownLatch } from '@effect/core/concurrent/CountdownLatch/definition';
|
|
1
2
|
import * as Effect from '@effect/core/io/Effect';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export declare function
|
|
19
|
-
|
|
20
|
-
}>;
|
|
21
|
-
export {};
|
|
3
|
+
export declare const EARLY_EXIT_FAILURE: unique symbol;
|
|
4
|
+
export interface EarlyExitFailure {
|
|
5
|
+
readonly sym: typeof EARLY_EXIT_FAILURE;
|
|
6
|
+
}
|
|
7
|
+
export declare const EarlyExitFailure: EarlyExitFailure;
|
|
8
|
+
export declare function isEarlyExitFailure(u: unknown): u is EarlyExitFailure;
|
|
9
|
+
export declare const exitEarly: Effect.Effect<never, never, never>;
|
|
10
|
+
export declare const onEarlyExitFailure: <R2, E2, B>(handler: Effect.Effect<R2, E2, B>) => <R, E, A>(effect: Effect.Effect<R, E, A>) => Effect.Effect<R2 | R, E2 | E, B | A>;
|
|
11
|
+
/**
|
|
12
|
+
* A small wrapper around CountdownLatch which enables incrementing
|
|
13
|
+
* the latch count dynamically
|
|
14
|
+
*/
|
|
15
|
+
export declare type DynamicCountdownLatch = {
|
|
16
|
+
readonly increment: Effect.Effect<never, never, void>;
|
|
17
|
+
readonly latch: CountdownLatch;
|
|
18
|
+
};
|
|
19
|
+
export declare function makeDynamicCountdownLatch(initialCount: number): Effect.Effect<never, never, DynamicCountdownLatch>;
|
|
20
|
+
export declare function withDynamicCountdownLatch<R, E, A, R2, E2, B>(initialCount: number, f: (latch: DynamicCountdownLatch) => Effect.Effect<R, E, A>, onEnd: Effect.Effect<R2, E2, B>): Effect.Effect<R | R2, E | E2, B>;
|
|
22
21
|
//# sourceMappingURL=_internal.d.ts.map
|
package/cjs/_internal.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_internal.d.ts","sourceRoot":"","sources":["../src/_internal.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"_internal.d.ts","sourceRoot":"","sources":["../src/_internal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EAEf,MAAM,mDAAmD,CAAA;AAG1D,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAKhD,eAAO,MAAM,kBAAkB,eAA6B,CAAA;AAC5D,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,GAAG,EAAE,OAAO,kBAAkB,CAAA;CACxC;AACD,eAAO,MAAM,gBAAgB,EAAE,gBAA8C,CAAA;AAE7E,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,OAAO,GAAG,CAAC,IAAI,gBAAgB,CAEpE;AAED,eAAO,MAAM,SAAS,oCAA+B,CAAA;AAErD,eAAO,MAAM,kBAAkB,qIAiB1B,CAAA;AAEL;;;GAGG;AACH,oBAAY,qBAAqB,GAAG;IAClC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,CAAC,CAAA;IACrD,QAAQ,CAAC,KAAK,EAAE,cAAc,CAAA;CAC/B,CAAA;AAED,wBAAgB,yBAAyB,CACvC,YAAY,EAAE,MAAM,GACnB,MAAM,CAAC,MAAM,CAAC,KAAK,EAAE,KAAK,EAAE,qBAAqB,CAAC,CAQpD;AAED,wBAAgB,yBAAyB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAC1D,YAAY,EAAE,MAAM,EACpB,CAAC,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAC3D,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,GAC9B,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAMlC"}
|
package/cjs/_internal.js
CHANGED
|
@@ -23,87 +23,32 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
26
|
+
exports.withDynamicCountdownLatch = exports.makeDynamicCountdownLatch = exports.onEarlyExitFailure = exports.exitEarly = exports.isEarlyExitFailure = exports.EarlyExitFailure = exports.EARLY_EXIT_FAILURE = void 0;
|
|
27
|
+
const definition_1 = require("@effect/core/concurrent/CountdownLatch/definition");
|
|
28
|
+
const Cause = __importStar(require("@effect/core/io/Cause"));
|
|
27
29
|
const Deferred = __importStar(require("@effect/core/io/Deferred"));
|
|
28
30
|
const Effect = __importStar(require("@effect/core/io/Effect"));
|
|
29
|
-
const Fiber = __importStar(require("@effect/core/io/Fiber"));
|
|
30
31
|
const Ref = __importStar(require("@effect/core/io/Ref"));
|
|
31
|
-
const Schedule = __importStar(require("@effect/core/io/Schedule"));
|
|
32
32
|
const Function_1 = require("@fp-ts/data/Function");
|
|
33
|
-
const
|
|
34
|
-
|
|
35
|
-
exports.
|
|
36
|
-
function
|
|
37
|
-
return
|
|
38
|
-
const ended = yield* $(Ref.makeRef(() => initialEnded));
|
|
39
|
-
const ref = yield* $(Ref.makeSynchronized(() => initialCount));
|
|
40
|
-
const deferred = yield* $(Deferred.make());
|
|
41
|
-
const increment = ref.update((a) => a + 1);
|
|
42
|
-
const decrement = ref.update((a) => Math.max(0, a - 1));
|
|
43
|
-
const refCount = ref.get;
|
|
44
|
-
return {
|
|
45
|
-
await: deferred.await,
|
|
46
|
-
endIfComplete: (effect) => Effect.gen(function* ($) {
|
|
47
|
-
if ((yield* $(ended.get)) && (yield* $(refCount)) === 0) {
|
|
48
|
-
yield* $((0, Function_1.pipe)(effect, Effect.intoDeferred(deferred)));
|
|
49
|
-
}
|
|
50
|
-
}),
|
|
51
|
-
error: (effect) => Effect.gen(function* ($) {
|
|
52
|
-
yield* $(ended.set(true));
|
|
53
|
-
yield* $((0, Function_1.pipe)(effect, Effect.intoDeferred(deferred)));
|
|
54
|
-
}),
|
|
55
|
-
increment,
|
|
56
|
-
decrement,
|
|
57
|
-
refCount,
|
|
58
|
-
ended: ended.get,
|
|
59
|
-
end: ended.set(true),
|
|
60
|
-
};
|
|
61
|
-
});
|
|
33
|
+
const Maybe = __importStar(require("@tsplus/stdlib/data/Maybe"));
|
|
34
|
+
exports.EARLY_EXIT_FAILURE = Symbol('EarlyExitFailure');
|
|
35
|
+
exports.EarlyExitFailure = { sym: exports.EARLY_EXIT_FAILURE };
|
|
36
|
+
function isEarlyExitFailure(u) {
|
|
37
|
+
return typeof u === 'object' && u !== null && u.sym === exports.EARLY_EXIT_FAILURE;
|
|
62
38
|
}
|
|
63
|
-
exports.
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
return yield* $(Effect.race(deferred.await)(Fiber.join(fiber)));
|
|
73
|
-
}));
|
|
39
|
+
exports.isEarlyExitFailure = isEarlyExitFailure;
|
|
40
|
+
exports.exitEarly = Effect.die(exports.EarlyExitFailure);
|
|
41
|
+
const onEarlyExitFailure = (handler) => (effect) => (0, Function_1.pipe)(effect, Effect.foldCauseEffect((e) => (0, Function_1.pipe)(e, Cause.dieMaybe, Maybe.fold(() => Effect.failCause(e), (d) => (isEarlyExitFailure(d) ? handler : Effect.failCause(e)))), Effect.succeed));
|
|
42
|
+
exports.onEarlyExitFailure = onEarlyExitFailure;
|
|
43
|
+
function makeDynamicCountdownLatch(initialCount) {
|
|
44
|
+
return (0, Function_1.pipe)(Ref.makeRef(() => initialCount), Effect.zipWith(Deferred.make(), (ref, deferred) => ({
|
|
45
|
+
increment: ref.update((x) => x + 1),
|
|
46
|
+
latch: new definition_1.CountdownLatchInternal(ref, deferred),
|
|
47
|
+
})));
|
|
74
48
|
}
|
|
75
|
-
exports.
|
|
76
|
-
function
|
|
77
|
-
|
|
78
|
-
const result = [];
|
|
79
|
-
for (const ref of refs) {
|
|
80
|
-
result.push(yield* $(ref.get));
|
|
81
|
-
}
|
|
82
|
-
return result;
|
|
83
|
-
});
|
|
84
|
-
const set = (a) => Effect.gen(function* ($) {
|
|
85
|
-
let i = 0;
|
|
86
|
-
for (const ref of refs) {
|
|
87
|
-
yield* $(ref.set(a[i++]));
|
|
88
|
-
}
|
|
89
|
-
});
|
|
90
|
-
const tupledRef = {
|
|
91
|
-
[Ref.RefSym]: Ref.RefSym,
|
|
92
|
-
get,
|
|
93
|
-
set,
|
|
94
|
-
update: (f) => (0, Function_1.pipe)(get, Effect.flatMap((a) => set(f(a)))),
|
|
95
|
-
updateSome: (f) => (0, Function_1.pipe)(get, Effect.map(f), Effect.flatMap((a) => ((0, Maybe_1.isSome)(a) ? set(a.value) : Effect.unit))),
|
|
96
|
-
modify: (f) => (0, Function_1.pipe)(get, Effect.map(f), Effect.flatMap(([b, a]) => (0, Function_1.pipe)(a, set, Effect.as(b)))),
|
|
97
|
-
modifySome: (fallback, f) => (0, Function_1.pipe)(get, Effect.map(f), Effect.flatMap((maybe) => (0, Maybe_1.isSome)(maybe)
|
|
98
|
-
? (0, Function_1.pipe)(maybe.value[1], set, Effect.as(maybe.value[0]))
|
|
99
|
-
: Effect.succeed(fallback))),
|
|
100
|
-
getAndSet: (a) => (0, Function_1.pipe)(get, Effect.zipLeft(set(a))),
|
|
101
|
-
getAndUpdate: (f) => (0, Function_1.pipe)(get, Effect.zipLeft(tupledRef.update(f))),
|
|
102
|
-
getAndUpdateSome: (f) => (0, Function_1.pipe)(get, Effect.zipLeft(tupledRef.updateSome(f))),
|
|
103
|
-
updateAndGet: (f) => (0, Function_1.pipe)(tupledRef.update(f), Effect.zipRight(get)),
|
|
104
|
-
updateSomeAndGet: (f) => (0, Function_1.pipe)(tupledRef.updateSome(f), Effect.zipRight(get)),
|
|
105
|
-
};
|
|
106
|
-
return tupledRef;
|
|
49
|
+
exports.makeDynamicCountdownLatch = makeDynamicCountdownLatch;
|
|
50
|
+
function withDynamicCountdownLatch(initialCount, f, onEnd) {
|
|
51
|
+
return (0, Function_1.pipe)(makeDynamicCountdownLatch(initialCount), Effect.tap(f), Effect.flatMap(({ latch }) => (0, Function_1.pipe)(latch.await, Effect.zipRight(onEnd))));
|
|
107
52
|
}
|
|
108
|
-
exports.
|
|
53
|
+
exports.withDynamicCountdownLatch = withDynamicCountdownLatch;
|
|
109
54
|
//# sourceMappingURL=_internal.js.map
|
package/cjs/_internal.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_internal.js","sourceRoot":"","sources":["../src/_internal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mEAAoD;AACpD,+DAAgD;
|
|
1
|
+
{"version":3,"file":"_internal.js","sourceRoot":"","sources":["../src/_internal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kFAG0D;AAC1D,6DAA8C;AAC9C,mEAAoD;AACpD,+DAAgD;AAChD,yDAA0C;AAC1C,mDAA2C;AAC3C,iEAAkD;AAErC,QAAA,kBAAkB,GAAG,MAAM,CAAC,kBAAkB,CAAC,CAAA;AAI/C,QAAA,gBAAgB,GAAqB,EAAE,GAAG,EAAE,0BAAkB,EAAE,CAAA;AAE7E,SAAgB,kBAAkB,CAAC,CAAU;IAC3C,OAAO,OAAO,CAAC,KAAK,QAAQ,IAAI,CAAC,KAAK,IAAI,IAAK,CAAS,CAAC,GAAG,KAAK,0BAAkB,CAAA;AACrF,CAAC;AAFD,gDAEC;AAEY,QAAA,SAAS,GAAG,MAAM,CAAC,GAAG,CAAC,wBAAgB,CAAC,CAAA;AAE9C,MAAM,kBAAkB,GAC7B,CAAY,OAAiC,EAAE,EAAE,CACjD,CAAU,MAA8B,EAAwC,EAAE,CAChF,IAAA,eAAI,EACF,MAAM,EACN,MAAM,CAAC,eAAe,CACpB,CAAC,CAAC,EAAE,EAAE,CACJ,IAAA,eAAI,EACF,CAAC,EACD,KAAK,CAAC,QAAQ,EACd,KAAK,CAAC,IAAI,CACR,GAAG,EAAE,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,EACzB,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAC/D,CACF,EACH,MAAM,CAAC,OAAO,CACf,CACF,CAAA;AAjBQ,QAAA,kBAAkB,sBAiB1B;AAWL,SAAgB,yBAAyB,CACvC,YAAoB;IAEpB,OAAO,IAAA,eAAI,EACT,GAAG,CAAC,OAAO,CAAS,GAAG,EAAE,CAAC,YAAY,CAAC,EACvC,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,EAAe,EAAE,CAAC,GAAG,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC;QAC/D,SAAS,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC;QACnC,KAAK,EAAE,IAAI,mCAAsB,CAAC,GAAG,EAAE,QAAQ,CAAC;KACjD,CAAC,CAAC,CACJ,CAAA;AACH,CAAC;AAVD,8DAUC;AAED,SAAgB,yBAAyB,CACvC,YAAoB,EACpB,CAA2D,EAC3D,KAA+B;IAE/B,OAAO,IAAA,eAAI,EACT,yBAAyB,CAAC,YAAY,CAAC,EACvC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EACb,MAAM,CAAC,OAAO,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,IAAA,eAAI,EAAC,KAAK,CAAC,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,CACzE,CAAA;AACH,CAAC;AAVD,8DAUC"}
|
package/cjs/combine.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Fx } from './Fx.js';
|
|
2
|
-
export declare function combine<R2, E2, B
|
|
3
|
-
export declare function combineAll<FX extends ReadonlyArray<Fx<any, any, any
|
|
2
|
+
export declare function combine<R2, E2, B>(second: Fx<R2, E2, B>): <R, E, A>(first: Fx<R, E, A>) => Fx<R2 | R, E2 | E, readonly [A, B]>;
|
|
3
|
+
export declare function combineAll<FX extends ReadonlyArray<Fx<any, any, any>>>(fx: readonly [...FX]): Fx<Fx.ResourcesOf<FX[number]>, Fx.ErrorsOf<FX[number]>, {
|
|
4
4
|
readonly [K in keyof FX]: Fx.OutputOf<FX[K]>;
|
|
5
|
-
}
|
|
6
|
-
export declare function combineAll<
|
|
5
|
+
}>;
|
|
6
|
+
export declare function combineAll<R, E, A>(iterable: Iterable<Fx<R, E, A>>): Fx<R, E, ReadonlyArray<A>>;
|
|
7
7
|
//# sourceMappingURL=combine.d.ts.map
|
package/cjs/combine.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combine.d.ts","sourceRoot":"","sources":["../src/combine.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"combine.d.ts","sourceRoot":"","sources":["../src/combine.ts"],"names":[],"mappings":"AAIA,OAAO,EAAW,EAAE,EAAE,MAAM,SAAS,CAAA;AAGrC,wBAAgB,OAAO,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,wEAGvD;AAED,wBAAgB,UAAU,CAAC,EAAE,SAAS,aAAa,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,EACpE,EAAE,EAAE,SAAS,CAAC,GAAG,EAAE,CAAC,GACnB,EAAE,CACH,EAAE,CAAC,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,EAC1B,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,EACvB;IAAE,QAAQ,EAAE,CAAC,IAAI,MAAM,EAAE,GAAG,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;CAAE,CACjD,CAAA;AAED,wBAAgB,UAAU,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,QAAQ,EAAE,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC,CAAA"}
|