@typed/fx 0.0.6 → 0.0.9
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 +13 -0
- package/cjs/Fx.d.ts.map +1 -0
- package/cjs/Fx.js +8 -0
- package/cjs/Fx.js.map +1 -0
- package/cjs/Sink.d.ts +25 -0
- package/cjs/Sink.d.ts.map +1 -0
- package/cjs/Sink.js +66 -0
- package/cjs/Sink.js.map +1 -0
- package/cjs/TSemaphore.d.ts +4 -0
- package/cjs/TSemaphore.d.ts.map +1 -0
- package/cjs/TSemaphore.js +33 -0
- package/cjs/TSemaphore.js.map +1 -0
- package/cjs/_internal.d.ts +22 -0
- package/cjs/_internal.d.ts.map +1 -0
- package/cjs/_internal.js +109 -0
- package/cjs/_internal.js.map +1 -0
- package/cjs/combine.d.ts +7 -0
- package/cjs/combine.d.ts.map +1 -0
- package/cjs/combine.js +50 -0
- package/cjs/combine.js.map +1 -0
- package/cjs/continueWith.d.ts +4 -0
- package/cjs/continueWith.d.ts.map +1 -0
- package/cjs/continueWith.js +39 -0
- package/cjs/continueWith.js.map +1 -0
- package/cjs/debounce.d.ts +13 -0
- package/cjs/debounce.d.ts.map +1 -0
- package/cjs/debounce.js +60 -0
- package/cjs/debounce.js.map +1 -0
- package/cjs/delay.d.ts +5 -0
- package/cjs/delay.d.ts.map +1 -0
- package/cjs/delay.js +40 -0
- package/cjs/delay.js.map +1 -0
- package/cjs/drain.d.ts +7 -0
- package/cjs/drain.d.ts.map +1 -0
- package/cjs/drain.js +41 -0
- package/cjs/drain.js.map +1 -0
- package/cjs/during.d.ts +3 -0
- package/cjs/during.d.ts.map +1 -0
- package/cjs/during.js +43 -0
- package/cjs/during.js.map +1 -0
- package/cjs/empty.d.ts +3 -0
- package/cjs/empty.d.ts.map +1 -0
- package/cjs/empty.js +9 -0
- package/cjs/empty.js.map +1 -0
- package/cjs/flatMap.d.ts +12 -0
- package/cjs/flatMap.d.ts.map +1 -0
- package/cjs/flatMap.js +58 -0
- package/cjs/flatMap.js.map +1 -0
- package/cjs/flatMapConcurrently.d.ts +4 -0
- package/cjs/flatMapConcurrently.d.ts.map +1 -0
- package/cjs/flatMapConcurrently.js +40 -0
- package/cjs/flatMapConcurrently.js.map +1 -0
- package/cjs/from.d.ts +11 -0
- package/cjs/from.d.ts.map +1 -0
- package/cjs/from.js +43 -0
- package/cjs/from.js.map +1 -0
- package/cjs/fromCallback.d.ts +9 -0
- package/cjs/fromCallback.d.ts.map +1 -0
- package/cjs/fromCallback.js +47 -0
- package/cjs/fromCallback.js.map +1 -0
- package/cjs/fromEffect.d.ts +28 -0
- package/cjs/fromEffect.d.ts.map +1 -0
- package/cjs/fromEffect.js +56 -0
- package/cjs/fromEffect.js.map +1 -0
- package/cjs/hold.d.ts +27 -0
- package/cjs/hold.d.ts.map +1 -0
- package/cjs/hold.js +102 -0
- package/cjs/hold.js.map +1 -0
- package/cjs/index.d.ts +37 -36
- package/cjs/index.d.ts.map +1 -1
- package/cjs/index.js +41 -40
- package/cjs/index.js.map +1 -1
- package/cjs/loop.d.ts +4 -0
- package/cjs/loop.d.ts.map +1 -0
- package/cjs/loop.js +34 -0
- package/cjs/loop.js.map +1 -0
- package/cjs/map.d.ts +28 -0
- package/cjs/map.d.ts.map +1 -0
- package/cjs/map.js +98 -0
- package/cjs/map.js.map +1 -0
- package/cjs/merge.d.ts +5 -0
- package/cjs/merge.d.ts.map +1 -0
- package/cjs/merge.js +45 -0
- package/cjs/merge.js.map +1 -0
- package/cjs/multicast.d.ts +27 -0
- package/cjs/multicast.d.ts.map +1 -0
- package/cjs/multicast.js +84 -0
- package/cjs/multicast.js.map +1 -0
- package/cjs/never.d.ts +2 -0
- package/cjs/never.d.ts.map +1 -0
- package/cjs/never.js +30 -0
- package/cjs/never.js.map +1 -0
- package/cjs/observe.d.ts +7 -0
- package/cjs/observe.d.ts.map +1 -0
- package/cjs/observe.js +41 -0
- package/cjs/observe.js.map +1 -0
- package/cjs/orElse.d.ts +8 -0
- package/cjs/orElse.d.ts.map +1 -0
- package/cjs/orElse.js +49 -0
- package/cjs/orElse.js.map +1 -0
- package/cjs/periodic.d.ts +4 -0
- package/cjs/periodic.d.ts.map +1 -0
- package/cjs/periodic.js +35 -0
- package/cjs/periodic.js.map +1 -0
- package/cjs/provide.d.ts +12 -0
- package/cjs/provide.d.ts.map +1 -0
- package/cjs/provide.js +42 -0
- package/cjs/provide.js.map +1 -0
- package/cjs/reduce.d.ts +7 -0
- package/cjs/reduce.d.ts.map +1 -0
- package/cjs/reduce.js +64 -0
- package/cjs/reduce.js.map +1 -0
- package/cjs/scheduled.d.ts +14 -0
- package/cjs/scheduled.d.ts.map +1 -0
- package/cjs/scheduled.js +81 -0
- package/cjs/scheduled.js.map +1 -0
- package/cjs/since.d.ts +3 -0
- package/cjs/since.d.ts.map +1 -0
- package/cjs/since.js +43 -0
- package/cjs/since.js.map +1 -0
- package/cjs/skipRepeats.d.ts +4 -0
- package/cjs/skipRepeats.d.ts.map +1 -0
- package/cjs/skipRepeats.js +41 -0
- package/cjs/skipRepeats.js.map +1 -0
- package/cjs/skipWhile.d.ts +5 -0
- package/cjs/skipWhile.d.ts.map +1 -0
- package/cjs/skipWhile.js +51 -0
- package/cjs/skipWhile.js.map +1 -0
- package/cjs/slice.d.ts +5 -0
- package/cjs/slice.d.ts.map +1 -0
- package/cjs/slice.js +63 -0
- package/cjs/slice.js.map +1 -0
- package/cjs/snapshot.d.ts +4 -0
- package/cjs/snapshot.d.ts.map +1 -0
- package/cjs/snapshot.js +45 -0
- package/cjs/snapshot.js.map +1 -0
- package/cjs/suspendSucceed.d.ts +3 -0
- package/cjs/suspendSucceed.d.ts.map +1 -0
- package/cjs/suspendSucceed.js +33 -0
- package/cjs/suspendSucceed.js.map +1 -0
- package/cjs/switchMap.d.ts +11 -0
- package/cjs/switchMap.d.ts.map +1 -0
- package/cjs/switchMap.js +50 -0
- package/cjs/switchMap.js.map +1 -0
- package/cjs/takeUntil.d.ts +4 -0
- package/cjs/takeUntil.d.ts.map +1 -0
- package/cjs/takeUntil.js +46 -0
- package/cjs/takeUntil.js.map +1 -0
- package/cjs/takeWhile.d.ts +5 -0
- package/cjs/takeWhile.d.ts.map +1 -0
- package/cjs/takeWhile.js +51 -0
- package/cjs/takeWhile.js.map +1 -0
- package/cjs/tap.d.ts +9 -0
- package/cjs/tap.d.ts.map +1 -0
- package/cjs/tap.js +54 -0
- package/cjs/tap.js.map +1 -0
- package/cjs/throttle.d.ts +4 -0
- package/cjs/throttle.d.ts.map +1 -0
- package/cjs/throttle.js +48 -0
- package/cjs/throttle.js.map +1 -0
- package/cjs/transform.d.ts +15 -0
- package/cjs/transform.d.ts.map +1 -0
- package/cjs/transform.js +47 -0
- package/cjs/transform.js.map +1 -0
- package/cjs/until.d.ts +3 -0
- package/cjs/until.d.ts.map +1 -0
- package/cjs/until.js +41 -0
- package/cjs/until.js.map +1 -0
- package/cjs/zip.d.ts +7 -0
- package/cjs/zip.d.ts.map +1 -0
- package/cjs/zip.js +52 -0
- package/cjs/zip.js.map +1 -0
- package/cjs/zipItems.d.ts +4 -0
- package/cjs/zipItems.d.ts.map +1 -0
- package/cjs/zipItems.js +51 -0
- package/cjs/zipItems.js.map +1 -0
- package/esm/Fx.d.ts +13 -0
- package/esm/Fx.d.ts.map +1 -0
- package/esm/Fx.js +4 -0
- package/esm/Fx.js.map +1 -0
- package/esm/Sink.d.ts +25 -0
- package/esm/Sink.d.ts.map +1 -0
- package/esm/Sink.js +31 -0
- package/esm/Sink.js.map +1 -0
- package/esm/TSemaphore.d.ts +4 -0
- package/esm/TSemaphore.d.ts.map +1 -0
- package/esm/TSemaphore.js +5 -0
- package/esm/TSemaphore.js.map +1 -0
- package/esm/_internal.d.ts +22 -0
- package/esm/_internal.d.ts.map +1 -0
- package/esm/_internal.js +80 -0
- package/esm/_internal.js.map +1 -0
- package/esm/combine.d.ts +7 -0
- package/esm/combine.d.ts.map +1 -0
- package/esm/combine.js +22 -0
- package/esm/combine.js.map +1 -0
- package/esm/continueWith.d.ts +4 -0
- package/esm/continueWith.d.ts.map +1 -0
- package/esm/continueWith.js +11 -0
- package/esm/continueWith.js.map +1 -0
- package/esm/debounce.d.ts +13 -0
- package/esm/debounce.d.ts.map +1 -0
- package/esm/debounce.js +33 -0
- package/esm/debounce.js.map +1 -0
- package/esm/delay.d.ts +5 -0
- package/esm/delay.d.ts.map +1 -0
- package/esm/delay.js +12 -0
- package/esm/delay.js.map +1 -0
- package/esm/drain.d.ts +7 -0
- package/esm/drain.d.ts.map +1 -0
- package/esm/drain.js +12 -0
- package/esm/drain.js.map +1 -0
- package/esm/during.d.ts +3 -0
- package/esm/during.d.ts.map +1 -0
- package/esm/during.js +16 -0
- package/esm/during.js.map +1 -0
- package/esm/empty.d.ts +3 -0
- package/esm/empty.d.ts.map +1 -0
- package/esm/empty.js +5 -0
- package/esm/empty.js.map +1 -0
- package/esm/flatMap.d.ts +12 -0
- package/esm/flatMap.d.ts.map +1 -0
- package/esm/flatMap.js +30 -0
- package/esm/flatMap.js.map +1 -0
- package/esm/flatMapConcurrently.d.ts +4 -0
- package/esm/flatMapConcurrently.d.ts.map +1 -0
- package/esm/flatMapConcurrently.js +12 -0
- package/esm/flatMapConcurrently.js.map +1 -0
- package/esm/from.d.ts +11 -0
- package/esm/from.d.ts.map +1 -0
- package/esm/from.js +15 -0
- package/esm/from.js.map +1 -0
- package/esm/fromCallback.d.ts +9 -0
- package/esm/fromCallback.d.ts.map +1 -0
- package/esm/fromCallback.js +20 -0
- package/esm/fromCallback.js.map +1 -0
- package/esm/fromEffect.d.ts +28 -0
- package/esm/fromEffect.d.ts.map +1 -0
- package/esm/fromEffect.js +28 -0
- package/esm/fromEffect.js.map +1 -0
- package/esm/hold.d.ts +27 -0
- package/esm/hold.d.ts.map +1 -0
- package/esm/hold.js +74 -0
- package/esm/hold.js.map +1 -0
- package/esm/index.d.ts +37 -36
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +38 -71
- package/esm/index.js.map +1 -1
- package/esm/loop.d.ts +4 -0
- package/esm/loop.d.ts.map +1 -0
- package/esm/loop.js +29 -0
- package/esm/loop.js.map +1 -0
- package/esm/map.d.ts +28 -0
- package/esm/map.d.ts.map +1 -0
- package/esm/map.js +64 -0
- package/esm/map.js.map +1 -0
- package/esm/merge.d.ts +5 -0
- package/esm/merge.d.ts.map +1 -0
- package/esm/merge.js +17 -0
- package/esm/merge.js.map +1 -0
- package/esm/multicast.d.ts +27 -0
- package/esm/multicast.d.ts.map +1 -0
- package/esm/multicast.js +56 -0
- package/esm/multicast.js.map +1 -0
- package/esm/never.d.ts +2 -0
- package/esm/never.d.ts.map +1 -0
- package/esm/never.js +4 -0
- package/esm/never.js.map +1 -0
- package/esm/observe.d.ts +7 -0
- package/esm/observe.d.ts.map +1 -0
- package/esm/observe.js +12 -0
- package/esm/observe.js.map +1 -0
- package/esm/orElse.d.ts +8 -0
- package/esm/orElse.d.ts.map +1 -0
- package/esm/orElse.js +19 -0
- package/esm/orElse.js.map +1 -0
- package/esm/periodic.d.ts +4 -0
- package/esm/periodic.d.ts.map +1 -0
- package/esm/periodic.js +8 -0
- package/esm/periodic.js.map +1 -0
- package/esm/provide.d.ts +12 -0
- package/esm/provide.d.ts.map +1 -0
- package/esm/provide.js +10 -0
- package/esm/provide.js.map +1 -0
- package/esm/reduce.d.ts +7 -0
- package/esm/reduce.d.ts.map +1 -0
- package/esm/reduce.js +35 -0
- package/esm/reduce.js.map +1 -0
- package/esm/scheduled.d.ts +14 -0
- package/esm/scheduled.d.ts.map +1 -0
- package/esm/scheduled.js +53 -0
- package/esm/scheduled.js.map +1 -0
- package/esm/since.d.ts +3 -0
- package/esm/since.d.ts.map +1 -0
- package/esm/since.js +16 -0
- package/esm/since.js.map +1 -0
- package/esm/skipRepeats.d.ts +4 -0
- package/esm/skipRepeats.d.ts.map +1 -0
- package/esm/skipRepeats.js +14 -0
- package/esm/skipRepeats.js.map +1 -0
- package/esm/skipWhile.d.ts +5 -0
- package/esm/skipWhile.d.ts.map +1 -0
- package/esm/skipWhile.js +23 -0
- package/esm/skipWhile.js.map +1 -0
- package/esm/slice.d.ts +5 -0
- package/esm/slice.d.ts.map +1 -0
- package/esm/slice.js +34 -0
- package/esm/slice.js.map +1 -0
- package/esm/snapshot.d.ts +4 -0
- package/esm/snapshot.d.ts.map +1 -0
- package/esm/snapshot.js +17 -0
- package/esm/snapshot.js.map +1 -0
- package/esm/suspendSucceed.d.ts +3 -0
- package/esm/suspendSucceed.d.ts.map +1 -0
- package/esm/suspendSucceed.js +6 -0
- package/esm/suspendSucceed.js.map +1 -0
- package/esm/switchMap.d.ts +11 -0
- package/esm/switchMap.d.ts.map +1 -0
- package/esm/switchMap.js +22 -0
- package/esm/switchMap.js.map +1 -0
- package/esm/takeUntil.d.ts +4 -0
- package/esm/takeUntil.d.ts.map +1 -0
- package/esm/takeUntil.js +19 -0
- package/esm/takeUntil.js.map +1 -0
- package/esm/takeWhile.d.ts +5 -0
- package/esm/takeWhile.d.ts.map +1 -0
- package/esm/takeWhile.js +23 -0
- package/esm/takeWhile.js.map +1 -0
- package/esm/tap.d.ts +9 -0
- package/esm/tap.d.ts.map +1 -0
- package/esm/tap.js +23 -0
- package/esm/tap.js.map +1 -0
- package/esm/throttle.d.ts +4 -0
- package/esm/throttle.d.ts.map +1 -0
- package/esm/throttle.js +21 -0
- package/esm/throttle.js.map +1 -0
- package/esm/transform.d.ts +15 -0
- package/esm/transform.d.ts.map +1 -0
- package/esm/transform.js +15 -0
- package/esm/transform.js.map +1 -0
- package/esm/until.d.ts +3 -0
- package/esm/until.d.ts.map +1 -0
- package/esm/until.js +14 -0
- package/esm/until.js.map +1 -0
- package/esm/zip.d.ts +7 -0
- package/esm/zip.d.ts.map +1 -0
- package/esm/zip.js +24 -0
- package/esm/zip.js.map +1 -0
- package/esm/zipItems.d.ts +4 -0
- package/esm/zipItems.d.ts.map +1 -0
- package/esm/zipItems.js +23 -0
- package/esm/zipItems.js.map +1 -0
- package/package.json +232 -1306
- package/perf/_internal.ts +149 -0
- package/perf/filter-map-reduce.ts +49 -0
- package/perf/flatMap.ts +48 -0
- package/perf/switchMap.ts +40 -0
- package/perf/tsconfig.json +7 -0
- package/readme.md +3 -30
- package/src/Fx.ts +18 -0
- package/src/Sink.ts +84 -0
- package/src/TSemaphore.ts +8 -0
- package/src/_internal.ts +129 -0
- package/src/combine.test.ts +35 -0
- package/src/combine.ts +66 -0
- package/src/continueWith.ts +23 -0
- package/src/debounce.test.ts +19 -0
- package/src/debounce.ts +68 -0
- package/src/delay.test.ts +25 -0
- package/src/delay.ts +16 -0
- package/src/drain.ts +21 -0
- package/src/during.ts +58 -0
- package/src/empty.ts +5 -0
- package/src/flatMap.test.ts +23 -0
- package/src/flatMap.ts +66 -0
- package/src/flatMapConcurrently.ts +22 -0
- package/src/from.test.ts +18 -0
- package/src/from.ts +18 -0
- package/src/fromCallback.ts +40 -0
- package/src/fromEffect.ts +64 -0
- package/src/hold.test.ts +49 -0
- package/src/hold.ts +130 -0
- package/src/index.ts +37 -36
- package/src/loop.ts +37 -0
- package/src/map.ts +83 -0
- package/src/merge.test.ts +41 -0
- package/src/merge.ts +50 -0
- package/src/multicast.test.ts +58 -0
- package/src/multicast.ts +98 -0
- package/src/never.ts +5 -0
- package/src/observe.ts +24 -0
- package/src/orElse.ts +46 -0
- package/src/periodic.test.ts +20 -0
- package/src/periodic.ts +11 -0
- package/src/provide.ts +50 -0
- package/src/reduce.ts +81 -0
- package/src/scheduled.ts +77 -0
- package/src/since.ts +47 -0
- package/src/skipRepeats.ts +34 -0
- package/src/skipWhile.ts +31 -0
- package/src/slice.test.ts +19 -0
- package/src/slice.ts +53 -0
- package/src/snapshot.ts +47 -0
- package/src/suspendSucceed.ts +7 -0
- package/src/switchMap.test.ts +25 -0
- package/src/switchMap.ts +64 -0
- package/src/takeUntil.ts +29 -0
- package/src/takeWhile.ts +33 -0
- package/src/tap.ts +48 -0
- package/src/throttle.test.ts +19 -0
- package/src/throttle.ts +58 -0
- package/src/transform.ts +34 -0
- package/src/until.test.ts +24 -0
- package/src/until.ts +37 -0
- package/src/zip.test.ts +32 -0
- package/src/zip.ts +73 -0
- package/src/zipItems.test.ts +21 -0
- package/src/zipItems.ts +41 -0
- package/tsconfig.base.json +1 -0
- package/tsconfig.build.cjs.json +0 -9
- package/tsconfig.build.esm.json +0 -9
- package/.tracing-plugin/plugin.cjs +0 -130
- package/.tracing-plugin/plugin.d.ts +0 -10
- package/.tracing-plugin/plugin.d.ts.map +0 -1
- package/.tracing-plugin/plugin.js.map +0 -1
- package/.tracing-plugin/vite.d.ts +0 -10
- package/.tracing-plugin/vite.d.ts.map +0 -1
- package/.tracing-plugin/vite.js +0 -54
- package/.tracing-plugin/vite.js.map +0 -1
- package/cjs/Atomic/Atomic.d.ts +0 -56
- package/cjs/Atomic/Atomic.d.ts.map +0 -1
- package/cjs/Atomic/Atomic.js +0 -92
- package/cjs/Atomic/Atomic.js.map +0 -1
- package/cjs/Atomic/AtomicCounter.d.ts +0 -10
- package/cjs/Atomic/AtomicCounter.d.ts.map +0 -1
- package/cjs/Atomic/AtomicCounter.js +0 -14
- package/cjs/Atomic/AtomicCounter.js.map +0 -1
- package/cjs/Atomic/index.d.ts +0 -3
- package/cjs/Atomic/index.d.ts.map +0 -1
- package/cjs/Atomic/index.js +0 -19
- package/cjs/Atomic/index.js.map +0 -1
- package/cjs/Cause/Cause.d.ts +0 -179
- package/cjs/Cause/Cause.d.ts.map +0 -1
- package/cjs/Cause/Cause.js +0 -379
- package/cjs/Cause/Cause.js.map +0 -1
- package/cjs/Cause/CauseError.d.ts +0 -13
- package/cjs/Cause/CauseError.d.ts.map +0 -1
- package/cjs/Cause/CauseError.js +0 -73
- package/cjs/Cause/CauseError.js.map +0 -1
- package/cjs/Cause/Renderer.d.ts +0 -47
- package/cjs/Cause/Renderer.d.ts.map +0 -1
- package/cjs/Cause/Renderer.js +0 -235
- package/cjs/Cause/Renderer.js.map +0 -1
- package/cjs/Cause/index.d.ts +0 -2
- package/cjs/Cause/index.d.ts.map +0 -1
- package/cjs/Cause/index.js +0 -18
- package/cjs/Cause/index.js.map +0 -1
- package/cjs/Cause/prettyStringify.d.ts +0 -2
- package/cjs/Cause/prettyStringify.d.ts.map +0 -1
- package/cjs/Cause/prettyStringify.js +0 -11
- package/cjs/Cause/prettyStringify.js.map +0 -1
- package/cjs/Clock/Clock.d.ts +0 -26
- package/cjs/Clock/Clock.d.ts.map +0 -1
- package/cjs/Clock/Clock.js +0 -87
- package/cjs/Clock/Clock.js.map +0 -1
- package/cjs/Clock/DateClock.d.ts +0 -3
- package/cjs/Clock/DateClock.d.ts.map +0 -1
- package/cjs/Clock/DateClock.js +0 -11
- package/cjs/Clock/DateClock.js.map +0 -1
- package/cjs/Clock/TestClock.d.ts +0 -11
- package/cjs/Clock/TestClock.d.ts.map +0 -1
- package/cjs/Clock/TestClock.js +0 -19
- package/cjs/Clock/TestClock.js.map +0 -1
- package/cjs/Clock/index.d.ts +0 -4
- package/cjs/Clock/index.d.ts.map +0 -1
- package/cjs/Clock/index.js +0 -20
- package/cjs/Clock/index.js.map +0 -1
- package/cjs/Disposable/Disposable.d.ts +0 -25
- package/cjs/Disposable/Disposable.d.ts.map +0 -1
- package/cjs/Disposable/Disposable.js +0 -46
- package/cjs/Disposable/Disposable.js.map +0 -1
- package/cjs/Disposable/index.d.ts +0 -2
- package/cjs/Disposable/index.d.ts.map +0 -1
- package/cjs/Disposable/index.js +0 -18
- package/cjs/Disposable/index.js.map +0 -1
- package/cjs/Duration/Duration.d.ts +0 -27
- package/cjs/Duration/Duration.d.ts.map +0 -1
- package/cjs/Duration/Duration.js +0 -119
- package/cjs/Duration/Duration.js.map +0 -1
- package/cjs/Duration/index.d.ts +0 -2
- package/cjs/Duration/index.d.ts.map +0 -1
- package/cjs/Duration/index.js +0 -18
- package/cjs/Duration/index.js.map +0 -1
- package/cjs/Env/Env.d.ts +0 -8
- package/cjs/Env/Env.d.ts.map +0 -1
- package/cjs/Env/Env.js +0 -11
- package/cjs/Env/Env.js.map +0 -1
- package/cjs/Env/index.d.ts +0 -2
- package/cjs/Env/index.d.ts.map +0 -1
- package/cjs/Env/index.js +0 -18
- package/cjs/Env/index.js.map +0 -1
- package/cjs/Exit/Exit.d.ts +0 -21
- package/cjs/Exit/Exit.d.ts.map +0 -1
- package/cjs/Exit/Exit.js +0 -54
- package/cjs/Exit/Exit.js.map +0 -1
- package/cjs/Exit/hkt.d.ts +0 -27
- package/cjs/Exit/hkt.d.ts.map +0 -1
- package/cjs/Exit/hkt.js +0 -51
- package/cjs/Exit/hkt.js.map +0 -1
- package/cjs/Exit/index.d.ts +0 -3
- package/cjs/Exit/index.d.ts.map +0 -1
- package/cjs/Exit/index.js +0 -19
- package/cjs/Exit/index.js.map +0 -1
- package/cjs/Fiber/Fiber.d.ts +0 -36
- package/cjs/Fiber/Fiber.d.ts.map +0 -1
- package/cjs/Fiber/Fiber.js +0 -29
- package/cjs/Fiber/Fiber.js.map +0 -1
- package/cjs/Fiber/fromExit.d.ts +0 -4
- package/cjs/Fiber/fromExit.d.ts.map +0 -1
- package/cjs/Fiber/fromExit.js +0 -16
- package/cjs/Fiber/fromExit.js.map +0 -1
- package/cjs/Fiber/fromScope.d.ts +0 -5
- package/cjs/Fiber/fromScope.d.ts.map +0 -1
- package/cjs/Fiber/fromScope.js +0 -17
- package/cjs/Fiber/fromScope.js.map +0 -1
- package/cjs/Fiber/hkt.d.ts +0 -40
- package/cjs/Fiber/hkt.d.ts.map +0 -1
- package/cjs/Fiber/hkt.js +0 -101
- package/cjs/Fiber/hkt.js.map +0 -1
- package/cjs/Fiber/index.d.ts +0 -3
- package/cjs/Fiber/index.d.ts.map +0 -1
- package/cjs/Fiber/index.js +0 -19
- package/cjs/Fiber/index.js.map +0 -1
- package/cjs/FiberContext/FiberContext.d.ts +0 -20
- package/cjs/FiberContext/FiberContext.d.ts.map +0 -1
- package/cjs/FiberContext/FiberContext.js +0 -62
- package/cjs/FiberContext/FiberContext.js.map +0 -1
- package/cjs/FiberContext/index.d.ts +0 -2
- package/cjs/FiberContext/index.d.ts.map +0 -1
- package/cjs/FiberContext/index.js +0 -18
- package/cjs/FiberContext/index.js.map +0 -1
- package/cjs/FiberId/FiberId.d.ts +0 -46
- package/cjs/FiberId/FiberId.d.ts.map +0 -1
- package/cjs/FiberId/FiberId.js +0 -122
- package/cjs/FiberId/FiberId.js.map +0 -1
- package/cjs/FiberId/index.d.ts +0 -2
- package/cjs/FiberId/index.d.ts.map +0 -1
- package/cjs/FiberId/index.js +0 -18
- package/cjs/FiberId/index.js.map +0 -1
- package/cjs/FiberRef/FiberRef.d.ts +0 -22
- package/cjs/FiberRef/FiberRef.d.ts.map +0 -1
- package/cjs/FiberRef/FiberRef.js +0 -25
- package/cjs/FiberRef/FiberRef.js.map +0 -1
- package/cjs/FiberRef/builtins.d.ts +0 -22
- package/cjs/FiberRef/builtins.d.ts.map +0 -1
- package/cjs/FiberRef/builtins.js +0 -94
- package/cjs/FiberRef/builtins.js.map +0 -1
- package/cjs/FiberRef/index.d.ts +0 -3
- package/cjs/FiberRef/index.d.ts.map +0 -1
- package/cjs/FiberRef/index.js +0 -19
- package/cjs/FiberRef/index.js.map +0 -1
- package/cjs/FiberRef/operations.d.ts +0 -9
- package/cjs/FiberRef/operations.d.ts.map +0 -1
- package/cjs/FiberRef/operations.js +0 -20
- package/cjs/FiberRef/operations.js.map +0 -1
- package/cjs/FiberRefs/FiberRefs.d.ts +0 -21
- package/cjs/FiberRefs/FiberRefs.d.ts.map +0 -1
- package/cjs/FiberRefs/FiberRefs.js +0 -117
- package/cjs/FiberRefs/FiberRefs.js.map +0 -1
- package/cjs/FiberRefs/index.d.ts +0 -2
- package/cjs/FiberRefs/index.d.ts.map +0 -1
- package/cjs/FiberRefs/index.js +0 -18
- package/cjs/FiberRefs/index.js.map +0 -1
- package/cjs/FiberRuntime/FiberRuntime.d.ts +0 -154
- package/cjs/FiberRuntime/FiberRuntime.d.ts.map +0 -1
- package/cjs/FiberRuntime/FiberRuntime.js +0 -522
- package/cjs/FiberRuntime/FiberRuntime.js.map +0 -1
- package/cjs/FiberRuntime/Frame.d.ts +0 -14
- package/cjs/FiberRuntime/Frame.d.ts.map +0 -1
- package/cjs/FiberRuntime/Frame.js +0 -18
- package/cjs/FiberRuntime/Frame.js.map +0 -1
- package/cjs/FiberRuntime/index.d.ts +0 -2
- package/cjs/FiberRuntime/index.d.ts.map +0 -1
- package/cjs/FiberRuntime/index.js +0 -18
- package/cjs/FiberRuntime/index.js.map +0 -1
- package/cjs/FiberStatus/index.d.ts +0 -19
- package/cjs/FiberStatus/index.d.ts.map +0 -1
- package/cjs/FiberStatus/index.js +0 -24
- package/cjs/FiberStatus/index.js.map +0 -1
- package/cjs/Finalizer/Finalizer.d.ts +0 -39
- package/cjs/Finalizer/Finalizer.d.ts.map +0 -1
- package/cjs/Finalizer/Finalizer.js +0 -24
- package/cjs/Finalizer/Finalizer.js.map +0 -1
- package/cjs/Finalizer/index.d.ts +0 -2
- package/cjs/Finalizer/index.d.ts.map +0 -1
- package/cjs/Finalizer/index.js +0 -18
- package/cjs/Finalizer/index.js.map +0 -1
- package/cjs/Future/Future.d.ts +0 -23
- package/cjs/Future/Future.d.ts.map +0 -1
- package/cjs/Future/Future.js +0 -42
- package/cjs/Future/Future.js.map +0 -1
- package/cjs/Future/MutableFutureQueue.d.ts +0 -16
- package/cjs/Future/MutableFutureQueue.d.ts.map +0 -1
- package/cjs/Future/MutableFutureQueue.js +0 -40
- package/cjs/Future/MutableFutureQueue.js.map +0 -1
- package/cjs/Future/complete.d.ts +0 -4
- package/cjs/Future/complete.d.ts.map +0 -1
- package/cjs/Future/complete.js +0 -14
- package/cjs/Future/complete.js.map +0 -1
- package/cjs/Future/index.d.ts +0 -4
- package/cjs/Future/index.d.ts.map +0 -1
- package/cjs/Future/index.js +0 -20
- package/cjs/Future/index.js.map +0 -1
- package/cjs/Future/wait.d.ts +0 -4
- package/cjs/Future/wait.d.ts.map +0 -1
- package/cjs/Future/wait.js +0 -9
- package/cjs/Future/wait.js.map +0 -1
- package/cjs/Fx/Fx.d.ts +0 -149
- package/cjs/Fx/Fx.d.ts.map +0 -1
- package/cjs/Fx/Fx.js +0 -276
- package/cjs/Fx/Fx.js.map +0 -1
- package/cjs/Fx/Instruction.d.ts +0 -200
- package/cjs/Fx/Instruction.d.ts.map +0 -1
- package/cjs/Fx/Instruction.js +0 -405
- package/cjs/Fx/Instruction.js.map +0 -1
- package/cjs/Fx/fromLayer.d.ts +0 -5
- package/cjs/Fx/fromLayer.d.ts.map +0 -1
- package/cjs/Fx/fromLayer.js +0 -33
- package/cjs/Fx/fromLayer.js.map +0 -1
- package/cjs/Fx/index.d.ts +0 -8
- package/cjs/Fx/index.d.ts.map +0 -1
- package/cjs/Fx/index.js +0 -24
- package/cjs/Fx/index.js.map +0 -1
- package/cjs/Fx/join.d.ts +0 -10
- package/cjs/Fx/join.d.ts.map +0 -1
- package/cjs/Fx/join.js +0 -38
- package/cjs/Fx/join.js.map +0 -1
- package/cjs/Fx/logging.d.ts +0 -11
- package/cjs/Fx/logging.d.ts.map +0 -1
- package/cjs/Fx/logging.js +0 -46
- package/cjs/Fx/logging.js.map +0 -1
- package/cjs/Fx/run.d.ts +0 -14
- package/cjs/Fx/run.d.ts.map +0 -1
- package/cjs/Fx/run.js +0 -27
- package/cjs/Fx/run.js.map +0 -1
- package/cjs/Fx/scheduler.d.ts +0 -14
- package/cjs/Fx/scheduler.d.ts.map +0 -1
- package/cjs/Fx/scheduler.js +0 -69
- package/cjs/Fx/scheduler.js.map +0 -1
- package/cjs/Fx/scoped.d.ts +0 -20
- package/cjs/Fx/scoped.d.ts.map +0 -1
- package/cjs/Fx/scoped.js +0 -62
- package/cjs/Fx/scoped.js.map +0 -1
- package/cjs/ImmutableMap/ImmutableMap.d.ts +0 -15
- package/cjs/ImmutableMap/ImmutableMap.d.ts.map +0 -1
- package/cjs/ImmutableMap/ImmutableMap.js +0 -39
- package/cjs/ImmutableMap/ImmutableMap.js.map +0 -1
- package/cjs/ImmutableMap/index.d.ts +0 -2
- package/cjs/ImmutableMap/index.d.ts.map +0 -1
- package/cjs/ImmutableMap/index.js +0 -18
- package/cjs/ImmutableMap/index.js.map +0 -1
- package/cjs/Layer/Layer.d.ts +0 -15
- package/cjs/Layer/Layer.d.ts.map +0 -1
- package/cjs/Layer/Layer.js +0 -48
- package/cjs/Layer/Layer.js.map +0 -1
- package/cjs/Layer/index.d.ts +0 -2
- package/cjs/Layer/index.d.ts.map +0 -1
- package/cjs/Layer/index.js +0 -18
- package/cjs/Layer/index.js.map +0 -1
- package/cjs/Logger/Console.d.ts +0 -3
- package/cjs/Logger/Console.d.ts.map +0 -1
- package/cjs/Logger/Console.js +0 -103
- package/cjs/Logger/Console.js.map +0 -1
- package/cjs/Logger/LogAnnotation.d.ts +0 -6
- package/cjs/Logger/LogAnnotation.d.ts.map +0 -1
- package/cjs/Logger/LogAnnotation.js +0 -8
- package/cjs/Logger/LogAnnotation.js.map +0 -1
- package/cjs/Logger/LogLevel.d.ts +0 -11
- package/cjs/Logger/LogLevel.d.ts.map +0 -1
- package/cjs/Logger/LogLevel.js +0 -15
- package/cjs/Logger/LogLevel.js.map +0 -1
- package/cjs/Logger/LogSpan.d.ts +0 -7
- package/cjs/Logger/LogSpan.d.ts.map +0 -1
- package/cjs/Logger/LogSpan.js +0 -8
- package/cjs/Logger/LogSpan.js.map +0 -1
- package/cjs/Logger/Logger.d.ts +0 -32
- package/cjs/Logger/Logger.d.ts.map +0 -1
- package/cjs/Logger/Logger.js +0 -66
- package/cjs/Logger/Logger.js.map +0 -1
- package/cjs/Logger/index.d.ts +0 -2
- package/cjs/Logger/index.d.ts.map +0 -1
- package/cjs/Logger/index.js +0 -18
- package/cjs/Logger/index.js.map +0 -1
- package/cjs/Node/Runtime.d.ts +0 -9
- package/cjs/Node/Runtime.d.ts.map +0 -1
- package/cjs/Node/Runtime.js +0 -20
- package/cjs/Node/Runtime.js.map +0 -1
- package/cjs/Node/gracefulShutdown.d.ts +0 -5
- package/cjs/Node/gracefulShutdown.d.ts.map +0 -1
- package/cjs/Node/gracefulShutdown.js +0 -66
- package/cjs/Node/gracefulShutdown.js.map +0 -1
- package/cjs/Node/index.d.ts +0 -3
- package/cjs/Node/index.d.ts.map +0 -1
- package/cjs/Node/index.js +0 -19
- package/cjs/Node/index.js.map +0 -1
- package/cjs/Platform/Platform.d.ts +0 -16
- package/cjs/Platform/Platform.d.ts.map +0 -1
- package/cjs/Platform/Platform.js +0 -49
- package/cjs/Platform/Platform.js.map +0 -1
- package/cjs/Platform/TestPlatform.d.ts +0 -7
- package/cjs/Platform/TestPlatform.d.ts.map +0 -1
- package/cjs/Platform/TestPlatform.js +0 -13
- package/cjs/Platform/TestPlatform.js.map +0 -1
- package/cjs/Platform/index.d.ts +0 -3
- package/cjs/Platform/index.d.ts.map +0 -1
- package/cjs/Platform/index.js +0 -19
- package/cjs/Platform/index.js.map +0 -1
- package/cjs/Runtime/Runtime.d.ts +0 -11
- package/cjs/Runtime/Runtime.d.ts.map +0 -1
- package/cjs/Runtime/Runtime.js +0 -29
- package/cjs/Runtime/Runtime.js.map +0 -1
- package/cjs/Runtime/index.d.ts +0 -2
- package/cjs/Runtime/index.d.ts.map +0 -1
- package/cjs/Runtime/index.js +0 -18
- package/cjs/Runtime/index.js.map +0 -1
- package/cjs/Schedule/Decision.d.ts +0 -15
- package/cjs/Schedule/Decision.d.ts.map +0 -1
- package/cjs/Schedule/Decision.js +0 -38
- package/cjs/Schedule/Decision.js.map +0 -1
- package/cjs/Schedule/Schedule.d.ts +0 -30
- package/cjs/Schedule/Schedule.d.ts.map +0 -1
- package/cjs/Schedule/Schedule.js +0 -78
- package/cjs/Schedule/Schedule.js.map +0 -1
- package/cjs/Schedule/ScheduleState.d.ts +0 -48
- package/cjs/Schedule/ScheduleState.d.ts.map +0 -1
- package/cjs/Schedule/ScheduleState.js +0 -61
- package/cjs/Schedule/ScheduleState.js.map +0 -1
- package/cjs/Schedule/index.d.ts +0 -4
- package/cjs/Schedule/index.d.ts.map +0 -1
- package/cjs/Schedule/index.js +0 -20
- package/cjs/Schedule/index.js.map +0 -1
- package/cjs/Scheduler/RootScheduler.d.ts +0 -4
- package/cjs/Scheduler/RootScheduler.d.ts.map +0 -1
- package/cjs/Scheduler/RootScheduler.js +0 -57
- package/cjs/Scheduler/RootScheduler.js.map +0 -1
- package/cjs/Scheduler/Scheduler.d.ts +0 -15
- package/cjs/Scheduler/Scheduler.d.ts.map +0 -1
- package/cjs/Scheduler/Scheduler.js +0 -6
- package/cjs/Scheduler/Scheduler.js.map +0 -1
- package/cjs/Scheduler/callbackScheduler.d.ts +0 -5
- package/cjs/Scheduler/callbackScheduler.d.ts.map +0 -1
- package/cjs/Scheduler/callbackScheduler.js +0 -60
- package/cjs/Scheduler/callbackScheduler.js.map +0 -1
- package/cjs/Scheduler/index.d.ts +0 -3
- package/cjs/Scheduler/index.d.ts.map +0 -1
- package/cjs/Scheduler/index.js +0 -19
- package/cjs/Scheduler/index.js.map +0 -1
- package/cjs/Scheduler/runSchedule.d.ts +0 -10
- package/cjs/Scheduler/runSchedule.d.ts.map +0 -1
- package/cjs/Scheduler/runSchedule.js +0 -26
- package/cjs/Scheduler/runSchedule.js.map +0 -1
- package/cjs/Scope/Closeable.d.ts +0 -11
- package/cjs/Scope/Closeable.d.ts.map +0 -1
- package/cjs/Scope/Closeable.js +0 -25
- package/cjs/Scope/Closeable.js.map +0 -1
- package/cjs/Scope/GlobalScope.d.ts +0 -3
- package/cjs/Scope/GlobalScope.d.ts.map +0 -1
- package/cjs/Scope/GlobalScope.js +0 -15
- package/cjs/Scope/GlobalScope.js.map +0 -1
- package/cjs/Scope/LocalScope.d.ts +0 -24
- package/cjs/Scope/LocalScope.d.ts.map +0 -1
- package/cjs/Scope/LocalScope.js +0 -91
- package/cjs/Scope/LocalScope.js.map +0 -1
- package/cjs/Scope/ReleaseMap.d.ts +0 -19
- package/cjs/Scope/ReleaseMap.d.ts.map +0 -1
- package/cjs/Scope/ReleaseMap.js +0 -103
- package/cjs/Scope/ReleaseMap.js.map +0 -1
- package/cjs/Scope/Scope.d.ts +0 -11
- package/cjs/Scope/Scope.d.ts.map +0 -1
- package/cjs/Scope/Scope.js +0 -6
- package/cjs/Scope/Scope.js.map +0 -1
- package/cjs/Scope/ScopeState.d.ts +0 -19
- package/cjs/Scope/ScopeState.d.ts.map +0 -1
- package/cjs/Scope/ScopeState.js +0 -30
- package/cjs/Scope/ScopeState.js.map +0 -1
- package/cjs/Scope/index.d.ts +0 -7
- package/cjs/Scope/index.d.ts.map +0 -1
- package/cjs/Scope/index.js +0 -23
- package/cjs/Scope/index.js.map +0 -1
- package/cjs/Semaphore/Semaphore.d.ts +0 -39
- package/cjs/Semaphore/Semaphore.d.ts.map +0 -1
- package/cjs/Semaphore/Semaphore.js +0 -106
- package/cjs/Semaphore/Semaphore.js.map +0 -1
- package/cjs/Semaphore/index.d.ts +0 -2
- package/cjs/Semaphore/index.d.ts.map +0 -1
- package/cjs/Semaphore/index.js +0 -18
- package/cjs/Semaphore/index.js.map +0 -1
- package/cjs/Service/Id.d.ts +0 -70
- package/cjs/Service/Id.d.ts.map +0 -1
- package/cjs/Service/Id.js +0 -100
- package/cjs/Service/Id.js.map +0 -1
- package/cjs/Service/Service.d.ts +0 -20
- package/cjs/Service/Service.d.ts.map +0 -1
- package/cjs/Service/Service.js +0 -19
- package/cjs/Service/Service.js.map +0 -1
- package/cjs/Service/fn.d.ts +0 -47
- package/cjs/Service/fn.d.ts.map +0 -1
- package/cjs/Service/fn.js +0 -19
- package/cjs/Service/fn.js.map +0 -1
- package/cjs/Service/index.d.ts +0 -5
- package/cjs/Service/index.d.ts.map +0 -1
- package/cjs/Service/index.js +0 -21
- package/cjs/Service/index.js.map +0 -1
- package/cjs/Service/tagged.d.ts +0 -31
- package/cjs/Service/tagged.d.ts.map +0 -1
- package/cjs/Service/tagged.js +0 -13
- package/cjs/Service/tagged.js.map +0 -1
- package/cjs/Sink/Sink.d.ts +0 -23
- package/cjs/Sink/Sink.d.ts.map +0 -1
- package/cjs/Sink/Sink.js +0 -45
- package/cjs/Sink/Sink.js.map +0 -1
- package/cjs/Sink/index.d.ts +0 -1
- package/cjs/Sink/index.d.ts.map +0 -1
- package/cjs/Sink/index.js +0 -2
- package/cjs/Sink/index.js.map +0 -1
- package/cjs/Stack/index.d.ts +0 -20
- package/cjs/Stack/index.d.ts.map +0 -1
- package/cjs/Stack/index.js +0 -103
- package/cjs/Stack/index.js.map +0 -1
- package/cjs/StackFrame/StackFrame.d.ts +0 -29
- package/cjs/StackFrame/StackFrame.d.ts.map +0 -1
- package/cjs/StackFrame/StackFrame.js +0 -61
- package/cjs/StackFrame/StackFrame.js.map +0 -1
- package/cjs/StackFrame/getStackFrames.d.ts +0 -7
- package/cjs/StackFrame/getStackFrames.d.ts.map +0 -1
- package/cjs/StackFrame/getStackFrames.js +0 -56
- package/cjs/StackFrame/getStackFrames.js.map +0 -1
- package/cjs/StackFrame/index.d.ts +0 -3
- package/cjs/StackFrame/index.d.ts.map +0 -1
- package/cjs/StackFrame/index.js +0 -19
- package/cjs/StackFrame/index.js.map +0 -1
- package/cjs/StackFrame/parseChromeStack.d.ts +0 -3
- package/cjs/StackFrame/parseChromeStack.d.ts.map +0 -1
- package/cjs/StackFrame/parseChromeStack.js +0 -36
- package/cjs/StackFrame/parseChromeStack.js.map +0 -1
- package/cjs/StackFrame/parseGeckoStackFrame.d.ts +0 -3
- package/cjs/StackFrame/parseGeckoStackFrame.d.ts.map +0 -1
- package/cjs/StackFrame/parseGeckoStackFrame.js +0 -28
- package/cjs/StackFrame/parseGeckoStackFrame.js.map +0 -1
- package/cjs/Stream/Stream.d.ts +0 -46
- package/cjs/Stream/Stream.d.ts.map +0 -1
- package/cjs/Stream/Stream.js +0 -8
- package/cjs/Stream/Stream.js.map +0 -1
- package/cjs/Stream/acquirePermit.d.ts +0 -15
- package/cjs/Stream/acquirePermit.d.ts.map +0 -1
- package/cjs/Stream/acquirePermit.js +0 -43
- package/cjs/Stream/acquirePermit.js.map +0 -1
- package/cjs/Stream/bimap.d.ts +0 -16
- package/cjs/Stream/bimap.d.ts.map +0 -1
- package/cjs/Stream/bimap.js +0 -76
- package/cjs/Stream/bimap.js.map +0 -1
- package/cjs/Stream/continueWith.d.ts +0 -28
- package/cjs/Stream/continueWith.d.ts.map +0 -1
- package/cjs/Stream/continueWith.js +0 -69
- package/cjs/Stream/continueWith.js.map +0 -1
- package/cjs/Stream/drain.d.ts +0 -12
- package/cjs/Stream/drain.d.ts.map +0 -1
- package/cjs/Stream/drain.js +0 -51
- package/cjs/Stream/drain.js.map +0 -1
- package/cjs/Stream/empty.d.ts +0 -3
- package/cjs/Stream/empty.d.ts.map +0 -1
- package/cjs/Stream/empty.js +0 -30
- package/cjs/Stream/empty.js.map +0 -1
- package/cjs/Stream/flatMap.d.ts +0 -17
- package/cjs/Stream/flatMap.d.ts.map +0 -1
- package/cjs/Stream/flatMap.js +0 -128
- package/cjs/Stream/flatMap.js.map +0 -1
- package/cjs/Stream/flatMapConcurrently.d.ts +0 -5
- package/cjs/Stream/flatMapConcurrently.d.ts.map +0 -1
- package/cjs/Stream/flatMapConcurrently.js +0 -20
- package/cjs/Stream/flatMapConcurrently.js.map +0 -1
- package/cjs/Stream/flatMapFx.d.ts +0 -8
- package/cjs/Stream/flatMapFx.d.ts.map +0 -1
- package/cjs/Stream/flatMapFx.js +0 -26
- package/cjs/Stream/flatMapFx.js.map +0 -1
- package/cjs/Stream/fromCallback.d.ts +0 -22
- package/cjs/Stream/fromCallback.d.ts.map +0 -1
- package/cjs/Stream/fromCallback.js +0 -65
- package/cjs/Stream/fromCallback.js.map +0 -1
- package/cjs/Stream/fromFx.d.ts +0 -21
- package/cjs/Stream/fromFx.d.ts.map +0 -1
- package/cjs/Stream/fromFx.js +0 -57
- package/cjs/Stream/fromFx.js.map +0 -1
- package/cjs/Stream/hkt.d.ts +0 -15
- package/cjs/Stream/hkt.d.ts.map +0 -1
- package/cjs/Stream/hkt.js +0 -42
- package/cjs/Stream/hkt.js.map +0 -1
- package/cjs/Stream/hold.d.ts +0 -27
- package/cjs/Stream/hold.d.ts.map +0 -1
- package/cjs/Stream/hold.js +0 -94
- package/cjs/Stream/hold.js.map +0 -1
- package/cjs/Stream/index.d.ts +0 -23
- package/cjs/Stream/index.d.ts.map +0 -1
- package/cjs/Stream/index.js +0 -39
- package/cjs/Stream/index.js.map +0 -1
- package/cjs/Stream/lazy.d.ts +0 -3
- package/cjs/Stream/lazy.d.ts.map +0 -1
- package/cjs/Stream/lazy.js +0 -9
- package/cjs/Stream/lazy.js.map +0 -1
- package/cjs/Stream/map.d.ts +0 -15
- package/cjs/Stream/map.d.ts.map +0 -1
- package/cjs/Stream/map.js +0 -33
- package/cjs/Stream/map.js.map +0 -1
- package/cjs/Stream/merge.d.ts +0 -18
- package/cjs/Stream/merge.d.ts.map +0 -1
- package/cjs/Stream/merge.js +0 -84
- package/cjs/Stream/merge.js.map +0 -1
- package/cjs/Stream/multicast.d.ts +0 -27
- package/cjs/Stream/multicast.d.ts.map +0 -1
- package/cjs/Stream/multicast.js +0 -83
- package/cjs/Stream/multicast.js.map +0 -1
- package/cjs/Stream/orElse.d.ts +0 -17
- package/cjs/Stream/orElse.d.ts.map +0 -1
- package/cjs/Stream/orElse.js +0 -118
- package/cjs/Stream/orElse.js.map +0 -1
- package/cjs/Stream/periodic.d.ts +0 -4
- package/cjs/Stream/periodic.d.ts.map +0 -1
- package/cjs/Stream/periodic.js +0 -32
- package/cjs/Stream/periodic.js.map +0 -1
- package/cjs/Stream/run.d.ts +0 -6
- package/cjs/Stream/run.d.ts.map +0 -1
- package/cjs/Stream/run.js +0 -37
- package/cjs/Stream/run.js.map +0 -1
- package/cjs/Stream/scan.d.ts +0 -17
- package/cjs/Stream/scan.d.ts.map +0 -1
- package/cjs/Stream/scan.js +0 -32
- package/cjs/Stream/scan.js.map +0 -1
- package/cjs/Stream/scheduled.d.ts +0 -14
- package/cjs/Stream/scheduled.d.ts.map +0 -1
- package/cjs/Stream/scheduled.js +0 -52
- package/cjs/Stream/scheduled.js.map +0 -1
- package/cjs/Stream/setFiberRefLocally.d.ts +0 -15
- package/cjs/Stream/setFiberRefLocally.d.ts.map +0 -1
- package/cjs/Stream/setFiberRefLocally.js +0 -51
- package/cjs/Stream/setFiberRefLocally.js.map +0 -1
- package/cjs/Stream/switchMap.d.ts +0 -18
- package/cjs/Stream/switchMap.d.ts.map +0 -1
- package/cjs/Stream/switchMap.js +0 -136
- package/cjs/Stream/switchMap.js.map +0 -1
- package/cjs/Stream/tap.d.ts +0 -5
- package/cjs/Stream/tap.d.ts.map +0 -1
- package/cjs/Stream/tap.js +0 -11
- package/cjs/Stream/tap.js.map +0 -1
- package/cjs/Supervisor/Supervisor.d.ts +0 -539
- package/cjs/Supervisor/Supervisor.d.ts.map +0 -1
- package/cjs/Supervisor/Supervisor.js +0 -47
- package/cjs/Supervisor/Supervisor.js.map +0 -1
- package/cjs/Supervisor/index.d.ts +0 -3
- package/cjs/Supervisor/index.d.ts.map +0 -1
- package/cjs/Supervisor/index.js +0 -19
- package/cjs/Supervisor/index.js.map +0 -1
- package/cjs/Supervisor/maxFailures.d.ts +0 -18
- package/cjs/Supervisor/maxFailures.d.ts.map +0 -1
- package/cjs/Supervisor/maxFailures.js +0 -72
- package/cjs/Supervisor/maxFailures.js.map +0 -1
- package/cjs/Supervisor/trackIn.d.ts +0 -6
- package/cjs/Supervisor/trackIn.d.ts.map +0 -1
- package/cjs/Supervisor/trackIn.js +0 -16
- package/cjs/Supervisor/trackIn.js.map +0 -1
- package/cjs/Tagged/index.d.ts +0 -79
- package/cjs/Tagged/index.d.ts.map +0 -1
- package/cjs/Tagged/index.js +0 -71
- package/cjs/Tagged/index.js.map +0 -1
- package/cjs/Time/index.d.ts +0 -95
- package/cjs/Time/index.d.ts.map +0 -1
- package/cjs/Time/index.js +0 -59
- package/cjs/Time/index.js.map +0 -1
- package/cjs/Timeline/index.d.ts +0 -27
- package/cjs/Timeline/index.d.ts.map +0 -1
- package/cjs/Timeline/index.js +0 -102
- package/cjs/Timeline/index.js.map +0 -1
- package/cjs/Timer/SetTimeoutTimer.d.ts +0 -4
- package/cjs/Timer/SetTimeoutTimer.d.ts.map +0 -1
- package/cjs/Timer/SetTimeoutTimer.js +0 -18
- package/cjs/Timer/SetTimeoutTimer.js.map +0 -1
- package/cjs/Timer/TestTimer.d.ts +0 -9
- package/cjs/Timer/TestTimer.d.ts.map +0 -1
- package/cjs/Timer/TestTimer.js +0 -52
- package/cjs/Timer/TestTimer.js.map +0 -1
- package/cjs/Timer/Timer.d.ts +0 -11
- package/cjs/Timer/Timer.d.ts.map +0 -1
- package/cjs/Timer/Timer.js +0 -44
- package/cjs/Timer/Timer.js.map +0 -1
- package/cjs/Timer/index.d.ts +0 -4
- package/cjs/Timer/index.d.ts.map +0 -1
- package/cjs/Timer/index.js +0 -20
- package/cjs/Timer/index.js.map +0 -1
- package/cjs/Trace/Trace.d.ts +0 -38
- package/cjs/Trace/Trace.d.ts.map +0 -1
- package/cjs/Trace/Trace.js +0 -156
- package/cjs/Trace/Trace.js.map +0 -1
- package/cjs/Trace/index.d.ts +0 -2
- package/cjs/Trace/index.d.ts.map +0 -1
- package/cjs/Trace/index.js +0 -18
- package/cjs/Trace/index.js.map +0 -1
- package/cjs/Tracing/plugin.d.ts +0 -10
- package/cjs/Tracing/plugin.d.ts.map +0 -1
- package/cjs/Tracing/plugin.js +0 -130
- package/cjs/Tracing/plugin.js.map +0 -1
- package/cjs/Tracing/vite.d.ts +0 -10
- package/cjs/Tracing/vite.d.ts.map +0 -1
- package/cjs/Tracing/vite.js +0 -54
- package/cjs/Tracing/vite.js.map +0 -1
- package/cjs/_internal/suite.d.ts +0 -12
- package/cjs/_internal/suite.d.ts.map +0 -1
- package/cjs/_internal/suite.js +0 -13
- package/cjs/_internal/suite.js.map +0 -1
- package/cjs/test.d.ts +0 -1
- package/cjs/test.d.ts.map +0 -1
- package/cjs/test.js +0 -2
- package/cjs/test.js.map +0 -1
- package/coverage/tmp/coverage-14409-1663382601663-0.json +0 -1
- package/coverage/tmp/coverage-14414-1663382601571-0.json +0 -1
- package/coverage/tmp/coverage-14432-1663382601494-0.json +0 -1
- package/esm/Atomic/Atomic.d.ts +0 -56
- package/esm/Atomic/Atomic.d.ts.map +0 -1
- package/esm/Atomic/Atomic.js +0 -79
- package/esm/Atomic/Atomic.js.map +0 -1
- package/esm/Atomic/AtomicCounter.d.ts +0 -10
- package/esm/Atomic/AtomicCounter.d.ts.map +0 -1
- package/esm/Atomic/AtomicCounter.js +0 -10
- package/esm/Atomic/AtomicCounter.js.map +0 -1
- package/esm/Atomic/index.d.ts +0 -3
- package/esm/Atomic/index.d.ts.map +0 -1
- package/esm/Atomic/index.js +0 -3
- package/esm/Atomic/index.js.map +0 -1
- package/esm/Cause/Cause.d.ts +0 -179
- package/esm/Cause/Cause.d.ts.map +0 -1
- package/esm/Cause/Cause.js +0 -323
- package/esm/Cause/Cause.js.map +0 -1
- package/esm/Cause/CauseError.d.ts +0 -13
- package/esm/Cause/CauseError.d.ts.map +0 -1
- package/esm/Cause/CauseError.js +0 -44
- package/esm/Cause/CauseError.js.map +0 -1
- package/esm/Cause/Renderer.d.ts +0 -47
- package/esm/Cause/Renderer.d.ts.map +0 -1
- package/esm/Cause/Renderer.js +0 -191
- package/esm/Cause/Renderer.js.map +0 -1
- package/esm/Cause/index.d.ts +0 -2
- package/esm/Cause/index.d.ts.map +0 -1
- package/esm/Cause/index.js +0 -2
- package/esm/Cause/index.js.map +0 -1
- package/esm/Cause/prettyStringify.d.ts +0 -2
- package/esm/Cause/prettyStringify.d.ts.map +0 -1
- package/esm/Cause/prettyStringify.js +0 -7
- package/esm/Cause/prettyStringify.js.map +0 -1
- package/esm/Clock/Clock.d.ts +0 -26
- package/esm/Clock/Clock.d.ts.map +0 -1
- package/esm/Clock/Clock.js +0 -50
- package/esm/Clock/Clock.js.map +0 -1
- package/esm/Clock/DateClock.d.ts +0 -3
- package/esm/Clock/DateClock.d.ts.map +0 -1
- package/esm/Clock/DateClock.js +0 -7
- package/esm/Clock/DateClock.js.map +0 -1
- package/esm/Clock/TestClock.d.ts +0 -11
- package/esm/Clock/TestClock.d.ts.map +0 -1
- package/esm/Clock/TestClock.js +0 -15
- package/esm/Clock/TestClock.js.map +0 -1
- package/esm/Clock/index.d.ts +0 -4
- package/esm/Clock/index.d.ts.map +0 -1
- package/esm/Clock/index.js +0 -4
- package/esm/Clock/index.js.map +0 -1
- package/esm/Disposable/Disposable.d.ts +0 -25
- package/esm/Disposable/Disposable.d.ts.map +0 -1
- package/esm/Disposable/Disposable.js +0 -39
- package/esm/Disposable/Disposable.js.map +0 -1
- package/esm/Disposable/index.d.ts +0 -2
- package/esm/Disposable/index.d.ts.map +0 -1
- package/esm/Disposable/index.js +0 -2
- package/esm/Disposable/index.js.map +0 -1
- package/esm/Duration/Duration.d.ts +0 -27
- package/esm/Duration/Duration.d.ts.map +0 -1
- package/esm/Duration/Duration.js +0 -106
- package/esm/Duration/Duration.js.map +0 -1
- package/esm/Duration/index.d.ts +0 -2
- package/esm/Duration/index.d.ts.map +0 -1
- package/esm/Duration/index.js +0 -2
- package/esm/Duration/index.js.map +0 -1
- package/esm/Env/Env.d.ts +0 -8
- package/esm/Env/Env.d.ts.map +0 -1
- package/esm/Env/Env.js +0 -7
- package/esm/Env/Env.js.map +0 -1
- package/esm/Env/index.d.ts +0 -2
- package/esm/Env/index.d.ts.map +0 -1
- package/esm/Env/index.js +0 -2
- package/esm/Env/index.js.map +0 -1
- package/esm/Exit/Exit.d.ts +0 -21
- package/esm/Exit/Exit.d.ts.map +0 -1
- package/esm/Exit/Exit.js +0 -16
- package/esm/Exit/Exit.js.map +0 -1
- package/esm/Exit/hkt.d.ts +0 -27
- package/esm/Exit/hkt.d.ts.map +0 -1
- package/esm/Exit/hkt.js +0 -25
- package/esm/Exit/hkt.js.map +0 -1
- package/esm/Exit/index.d.ts +0 -3
- package/esm/Exit/index.d.ts.map +0 -1
- package/esm/Exit/index.js +0 -3
- package/esm/Exit/index.js.map +0 -1
- package/esm/Fiber/Fiber.d.ts +0 -36
- package/esm/Fiber/Fiber.d.ts.map +0 -1
- package/esm/Fiber/Fiber.js +0 -18
- package/esm/Fiber/Fiber.js.map +0 -1
- package/esm/Fiber/fromExit.d.ts +0 -4
- package/esm/Fiber/fromExit.d.ts.map +0 -1
- package/esm/Fiber/fromExit.js +0 -12
- package/esm/Fiber/fromExit.js.map +0 -1
- package/esm/Fiber/fromScope.d.ts +0 -5
- package/esm/Fiber/fromScope.d.ts.map +0 -1
- package/esm/Fiber/fromScope.js +0 -13
- package/esm/Fiber/fromScope.js.map +0 -1
- package/esm/Fiber/hkt.d.ts +0 -40
- package/esm/Fiber/hkt.d.ts.map +0 -1
- package/esm/Fiber/hkt.js +0 -75
- package/esm/Fiber/hkt.js.map +0 -1
- package/esm/Fiber/index.d.ts +0 -3
- package/esm/Fiber/index.d.ts.map +0 -1
- package/esm/Fiber/index.js +0 -3
- package/esm/Fiber/index.js.map +0 -1
- package/esm/FiberContext/FiberContext.d.ts +0 -20
- package/esm/FiberContext/FiberContext.d.ts.map +0 -1
- package/esm/FiberContext/FiberContext.js +0 -34
- package/esm/FiberContext/FiberContext.js.map +0 -1
- package/esm/FiberContext/index.d.ts +0 -2
- package/esm/FiberContext/index.d.ts.map +0 -1
- package/esm/FiberContext/index.js +0 -2
- package/esm/FiberContext/index.js.map +0 -1
- package/esm/FiberId/FiberId.d.ts +0 -46
- package/esm/FiberId/FiberId.d.ts.map +0 -1
- package/esm/FiberId/FiberId.js +0 -93
- package/esm/FiberId/FiberId.js.map +0 -1
- package/esm/FiberId/index.d.ts +0 -2
- package/esm/FiberId/index.d.ts.map +0 -1
- package/esm/FiberId/index.js +0 -2
- package/esm/FiberId/index.js.map +0 -1
- package/esm/FiberRef/FiberRef.d.ts +0 -22
- package/esm/FiberRef/FiberRef.d.ts.map +0 -1
- package/esm/FiberRef/FiberRef.js +0 -20
- package/esm/FiberRef/FiberRef.js.map +0 -1
- package/esm/FiberRef/builtins.d.ts +0 -22
- package/esm/FiberRef/builtins.d.ts.map +0 -1
- package/esm/FiberRef/builtins.js +0 -67
- package/esm/FiberRef/builtins.js.map +0 -1
- package/esm/FiberRef/index.d.ts +0 -3
- package/esm/FiberRef/index.d.ts.map +0 -1
- package/esm/FiberRef/index.js +0 -3
- package/esm/FiberRef/index.js.map +0 -1
- package/esm/FiberRef/operations.d.ts +0 -9
- package/esm/FiberRef/operations.d.ts.map +0 -1
- package/esm/FiberRef/operations.js +0 -13
- package/esm/FiberRef/operations.js.map +0 -1
- package/esm/FiberRefs/FiberRefs.d.ts +0 -21
- package/esm/FiberRefs/FiberRefs.d.ts.map +0 -1
- package/esm/FiberRefs/FiberRefs.js +0 -82
- package/esm/FiberRefs/FiberRefs.js.map +0 -1
- package/esm/FiberRefs/index.d.ts +0 -2
- package/esm/FiberRefs/index.d.ts.map +0 -1
- package/esm/FiberRefs/index.js +0 -2
- package/esm/FiberRefs/index.js.map +0 -1
- package/esm/FiberRuntime/FiberRuntime.d.ts +0 -154
- package/esm/FiberRuntime/FiberRuntime.d.ts.map +0 -1
- package/esm/FiberRuntime/FiberRuntime.js +0 -495
- package/esm/FiberRuntime/FiberRuntime.js.map +0 -1
- package/esm/FiberRuntime/Frame.d.ts +0 -14
- package/esm/FiberRuntime/Frame.d.ts.map +0 -1
- package/esm/FiberRuntime/Frame.js +0 -13
- package/esm/FiberRuntime/Frame.js.map +0 -1
- package/esm/FiberRuntime/index.d.ts +0 -2
- package/esm/FiberRuntime/index.d.ts.map +0 -1
- package/esm/FiberRuntime/index.js +0 -2
- package/esm/FiberRuntime/index.js.map +0 -1
- package/esm/FiberStatus/index.d.ts +0 -19
- package/esm/FiberStatus/index.d.ts.map +0 -1
- package/esm/FiberStatus/index.js +0 -18
- package/esm/FiberStatus/index.js.map +0 -1
- package/esm/Finalizer/Finalizer.d.ts +0 -39
- package/esm/Finalizer/Finalizer.d.ts.map +0 -1
- package/esm/Finalizer/Finalizer.js +0 -19
- package/esm/Finalizer/Finalizer.js.map +0 -1
- package/esm/Finalizer/index.d.ts +0 -2
- package/esm/Finalizer/index.d.ts.map +0 -1
- package/esm/Finalizer/index.js +0 -2
- package/esm/Finalizer/index.js.map +0 -1
- package/esm/Future/Future.d.ts +0 -23
- package/esm/Future/Future.d.ts.map +0 -1
- package/esm/Future/Future.js +0 -36
- package/esm/Future/Future.js.map +0 -1
- package/esm/Future/MutableFutureQueue.d.ts +0 -16
- package/esm/Future/MutableFutureQueue.d.ts.map +0 -1
- package/esm/Future/MutableFutureQueue.js +0 -36
- package/esm/Future/MutableFutureQueue.js.map +0 -1
- package/esm/Future/complete.d.ts +0 -4
- package/esm/Future/complete.d.ts.map +0 -1
- package/esm/Future/complete.js +0 -10
- package/esm/Future/complete.js.map +0 -1
- package/esm/Future/index.d.ts +0 -4
- package/esm/Future/index.d.ts.map +0 -1
- package/esm/Future/index.js +0 -4
- package/esm/Future/index.js.map +0 -1
- package/esm/Future/wait.d.ts +0 -4
- package/esm/Future/wait.d.ts.map +0 -1
- package/esm/Future/wait.js +0 -5
- package/esm/Future/wait.js.map +0 -1
- package/esm/Fx/Fx.d.ts +0 -149
- package/esm/Fx/Fx.d.ts.map +0 -1
- package/esm/Fx/Fx.js +0 -200
- package/esm/Fx/Fx.js.map +0 -1
- package/esm/Fx/Instruction.d.ts +0 -200
- package/esm/Fx/Instruction.d.ts.map +0 -1
- package/esm/Fx/Instruction.js +0 -376
- package/esm/Fx/Instruction.js.map +0 -1
- package/esm/Fx/fromLayer.d.ts +0 -5
- package/esm/Fx/fromLayer.d.ts.map +0 -1
- package/esm/Fx/fromLayer.js +0 -6
- package/esm/Fx/fromLayer.js.map +0 -1
- package/esm/Fx/index.d.ts +0 -8
- package/esm/Fx/index.d.ts.map +0 -1
- package/esm/Fx/index.js +0 -8
- package/esm/Fx/index.js.map +0 -1
- package/esm/Fx/join.d.ts +0 -10
- package/esm/Fx/join.d.ts.map +0 -1
- package/esm/Fx/join.js +0 -8
- package/esm/Fx/join.js.map +0 -1
- package/esm/Fx/logging.d.ts +0 -11
- package/esm/Fx/logging.d.ts.map +0 -1
- package/esm/Fx/logging.js +0 -18
- package/esm/Fx/logging.js.map +0 -1
- package/esm/Fx/run.d.ts +0 -14
- package/esm/Fx/run.d.ts.map +0 -1
- package/esm/Fx/run.js +0 -23
- package/esm/Fx/run.js.map +0 -1
- package/esm/Fx/scheduler.d.ts +0 -14
- package/esm/Fx/scheduler.d.ts.map +0 -1
- package/esm/Fx/scheduler.js +0 -39
- package/esm/Fx/scheduler.js.map +0 -1
- package/esm/Fx/scoped.d.ts +0 -20
- package/esm/Fx/scoped.d.ts.map +0 -1
- package/esm/Fx/scoped.js +0 -32
- package/esm/Fx/scoped.js.map +0 -1
- package/esm/ImmutableMap/ImmutableMap.d.ts +0 -15
- package/esm/ImmutableMap/ImmutableMap.d.ts.map +0 -1
- package/esm/ImmutableMap/ImmutableMap.js +0 -35
- package/esm/ImmutableMap/ImmutableMap.js.map +0 -1
- package/esm/ImmutableMap/index.d.ts +0 -2
- package/esm/ImmutableMap/index.d.ts.map +0 -1
- package/esm/ImmutableMap/index.js +0 -2
- package/esm/ImmutableMap/index.js.map +0 -1
- package/esm/Layer/Layer.d.ts +0 -15
- package/esm/Layer/Layer.d.ts.map +0 -1
- package/esm/Layer/Layer.js +0 -19
- package/esm/Layer/Layer.js.map +0 -1
- package/esm/Layer/index.d.ts +0 -2
- package/esm/Layer/index.d.ts.map +0 -1
- package/esm/Layer/index.js +0 -2
- package/esm/Layer/index.js.map +0 -1
- package/esm/Logger/Console.d.ts +0 -3
- package/esm/Logger/Console.d.ts.map +0 -1
- package/esm/Logger/Console.js +0 -77
- package/esm/Logger/Console.js.map +0 -1
- package/esm/Logger/LogAnnotation.d.ts +0 -6
- package/esm/Logger/LogAnnotation.d.ts.map +0 -1
- package/esm/Logger/LogAnnotation.js +0 -4
- package/esm/Logger/LogAnnotation.js.map +0 -1
- package/esm/Logger/LogLevel.d.ts +0 -11
- package/esm/Logger/LogLevel.d.ts.map +0 -1
- package/esm/Logger/LogLevel.js +0 -12
- package/esm/Logger/LogLevel.js.map +0 -1
- package/esm/Logger/LogSpan.d.ts +0 -7
- package/esm/Logger/LogSpan.d.ts.map +0 -1
- package/esm/Logger/LogSpan.js +0 -4
- package/esm/Logger/LogSpan.js.map +0 -1
- package/esm/Logger/Logger.d.ts +0 -32
- package/esm/Logger/Logger.d.ts.map +0 -1
- package/esm/Logger/Logger.js +0 -36
- package/esm/Logger/Logger.js.map +0 -1
- package/esm/Logger/index.d.ts +0 -2
- package/esm/Logger/index.d.ts.map +0 -1
- package/esm/Logger/index.js +0 -2
- package/esm/Logger/index.js.map +0 -1
- package/esm/Node/Runtime.d.ts +0 -9
- package/esm/Node/Runtime.d.ts.map +0 -1
- package/esm/Node/Runtime.js +0 -17
- package/esm/Node/Runtime.js.map +0 -1
- package/esm/Node/gracefulShutdown.d.ts +0 -5
- package/esm/Node/gracefulShutdown.d.ts.map +0 -1
- package/esm/Node/gracefulShutdown.js +0 -36
- package/esm/Node/gracefulShutdown.js.map +0 -1
- package/esm/Node/index.d.ts +0 -3
- package/esm/Node/index.d.ts.map +0 -1
- package/esm/Node/index.js +0 -3
- package/esm/Node/index.js.map +0 -1
- package/esm/Platform/Platform.d.ts +0 -16
- package/esm/Platform/Platform.d.ts.map +0 -1
- package/esm/Platform/Platform.js +0 -21
- package/esm/Platform/Platform.js.map +0 -1
- package/esm/Platform/TestPlatform.d.ts +0 -7
- package/esm/Platform/TestPlatform.d.ts.map +0 -1
- package/esm/Platform/TestPlatform.js +0 -9
- package/esm/Platform/TestPlatform.js.map +0 -1
- package/esm/Platform/index.d.ts +0 -3
- package/esm/Platform/index.d.ts.map +0 -1
- package/esm/Platform/index.js +0 -3
- package/esm/Platform/index.js.map +0 -1
- package/esm/Runtime/Runtime.d.ts +0 -11
- package/esm/Runtime/Runtime.d.ts.map +0 -1
- package/esm/Runtime/Runtime.js +0 -25
- package/esm/Runtime/Runtime.js.map +0 -1
- package/esm/Runtime/index.d.ts +0 -2
- package/esm/Runtime/index.d.ts.map +0 -1
- package/esm/Runtime/index.js +0 -2
- package/esm/Runtime/index.js.map +0 -1
- package/esm/Schedule/Decision.d.ts +0 -15
- package/esm/Schedule/Decision.d.ts.map +0 -1
- package/esm/Schedule/Decision.js +0 -34
- package/esm/Schedule/Decision.js.map +0 -1
- package/esm/Schedule/Schedule.d.ts +0 -30
- package/esm/Schedule/Schedule.d.ts.map +0 -1
- package/esm/Schedule/Schedule.js +0 -64
- package/esm/Schedule/Schedule.js.map +0 -1
- package/esm/Schedule/ScheduleState.d.ts +0 -48
- package/esm/Schedule/ScheduleState.d.ts.map +0 -1
- package/esm/Schedule/ScheduleState.js +0 -57
- package/esm/Schedule/ScheduleState.js.map +0 -1
- package/esm/Schedule/index.d.ts +0 -4
- package/esm/Schedule/index.d.ts.map +0 -1
- package/esm/Schedule/index.js +0 -4
- package/esm/Schedule/index.js.map +0 -1
- package/esm/Scheduler/RootScheduler.d.ts +0 -4
- package/esm/Scheduler/RootScheduler.d.ts.map +0 -1
- package/esm/Scheduler/RootScheduler.js +0 -53
- package/esm/Scheduler/RootScheduler.js.map +0 -1
- package/esm/Scheduler/Scheduler.d.ts +0 -15
- package/esm/Scheduler/Scheduler.d.ts.map +0 -1
- package/esm/Scheduler/Scheduler.js +0 -3
- package/esm/Scheduler/Scheduler.js.map +0 -1
- package/esm/Scheduler/callbackScheduler.d.ts +0 -5
- package/esm/Scheduler/callbackScheduler.d.ts.map +0 -1
- package/esm/Scheduler/callbackScheduler.js +0 -33
- package/esm/Scheduler/callbackScheduler.js.map +0 -1
- package/esm/Scheduler/index.d.ts +0 -3
- package/esm/Scheduler/index.d.ts.map +0 -1
- package/esm/Scheduler/index.js +0 -3
- package/esm/Scheduler/index.js.map +0 -1
- package/esm/Scheduler/runSchedule.d.ts +0 -10
- package/esm/Scheduler/runSchedule.d.ts.map +0 -1
- package/esm/Scheduler/runSchedule.js +0 -22
- package/esm/Scheduler/runSchedule.js.map +0 -1
- package/esm/Scope/Closeable.d.ts +0 -11
- package/esm/Scope/Closeable.d.ts.map +0 -1
- package/esm/Scope/Closeable.js +0 -20
- package/esm/Scope/Closeable.js.map +0 -1
- package/esm/Scope/GlobalScope.d.ts +0 -3
- package/esm/Scope/GlobalScope.d.ts.map +0 -1
- package/esm/Scope/GlobalScope.js +0 -12
- package/esm/Scope/GlobalScope.js.map +0 -1
- package/esm/Scope/LocalScope.d.ts +0 -24
- package/esm/Scope/LocalScope.d.ts.map +0 -1
- package/esm/Scope/LocalScope.js +0 -64
- package/esm/Scope/LocalScope.js.map +0 -1
- package/esm/Scope/ReleaseMap.d.ts +0 -19
- package/esm/Scope/ReleaseMap.d.ts.map +0 -1
- package/esm/Scope/ReleaseMap.js +0 -76
- package/esm/Scope/ReleaseMap.js.map +0 -1
- package/esm/Scope/Scope.d.ts +0 -11
- package/esm/Scope/Scope.d.ts.map +0 -1
- package/esm/Scope/Scope.js +0 -3
- package/esm/Scope/Scope.js.map +0 -1
- package/esm/Scope/ScopeState.d.ts +0 -19
- package/esm/Scope/ScopeState.d.ts.map +0 -1
- package/esm/Scope/ScopeState.js +0 -24
- package/esm/Scope/ScopeState.js.map +0 -1
- package/esm/Scope/index.d.ts +0 -7
- package/esm/Scope/index.d.ts.map +0 -1
- package/esm/Scope/index.js +0 -7
- package/esm/Scope/index.js.map +0 -1
- package/esm/Semaphore/Semaphore.d.ts +0 -39
- package/esm/Semaphore/Semaphore.d.ts.map +0 -1
- package/esm/Semaphore/Semaphore.js +0 -74
- package/esm/Semaphore/Semaphore.js.map +0 -1
- package/esm/Semaphore/index.d.ts +0 -2
- package/esm/Semaphore/index.d.ts.map +0 -1
- package/esm/Semaphore/index.js +0 -2
- package/esm/Semaphore/index.js.map +0 -1
- package/esm/Service/Id.d.ts +0 -70
- package/esm/Service/Id.d.ts.map +0 -1
- package/esm/Service/Id.js +0 -72
- package/esm/Service/Id.js.map +0 -1
- package/esm/Service/Service.d.ts +0 -20
- package/esm/Service/Service.d.ts.map +0 -1
- package/esm/Service/Service.js +0 -14
- package/esm/Service/Service.js.map +0 -1
- package/esm/Service/fn.d.ts +0 -47
- package/esm/Service/fn.d.ts.map +0 -1
- package/esm/Service/fn.js +0 -15
- package/esm/Service/fn.js.map +0 -1
- package/esm/Service/index.d.ts +0 -5
- package/esm/Service/index.d.ts.map +0 -1
- package/esm/Service/index.js +0 -5
- package/esm/Service/index.js.map +0 -1
- package/esm/Service/tagged.d.ts +0 -31
- package/esm/Service/tagged.d.ts.map +0 -1
- package/esm/Service/tagged.js +0 -9
- package/esm/Service/tagged.js.map +0 -1
- package/esm/Sink/Sink.d.ts +0 -23
- package/esm/Sink/Sink.d.ts.map +0 -1
- package/esm/Sink/Sink.js +0 -39
- package/esm/Sink/Sink.js.map +0 -1
- package/esm/Sink/index.d.ts +0 -1
- package/esm/Sink/index.d.ts.map +0 -1
- package/esm/Sink/index.js +0 -2
- package/esm/Sink/index.js.map +0 -1
- package/esm/Stack/index.d.ts +0 -20
- package/esm/Stack/index.d.ts.map +0 -1
- package/esm/Stack/index.js +0 -70
- package/esm/Stack/index.js.map +0 -1
- package/esm/StackFrame/StackFrame.d.ts +0 -29
- package/esm/StackFrame/StackFrame.d.ts.map +0 -1
- package/esm/StackFrame/StackFrame.js +0 -35
- package/esm/StackFrame/StackFrame.js.map +0 -1
- package/esm/StackFrame/getStackFrames.d.ts +0 -7
- package/esm/StackFrame/getStackFrames.d.ts.map +0 -1
- package/esm/StackFrame/getStackFrames.js +0 -51
- package/esm/StackFrame/getStackFrames.js.map +0 -1
- package/esm/StackFrame/index.d.ts +0 -3
- package/esm/StackFrame/index.d.ts.map +0 -1
- package/esm/StackFrame/index.js +0 -3
- package/esm/StackFrame/index.js.map +0 -1
- package/esm/StackFrame/parseChromeStack.d.ts +0 -3
- package/esm/StackFrame/parseChromeStack.d.ts.map +0 -1
- package/esm/StackFrame/parseChromeStack.js +0 -32
- package/esm/StackFrame/parseChromeStack.js.map +0 -1
- package/esm/StackFrame/parseGeckoStackFrame.d.ts +0 -3
- package/esm/StackFrame/parseGeckoStackFrame.d.ts.map +0 -1
- package/esm/StackFrame/parseGeckoStackFrame.js +0 -24
- package/esm/StackFrame/parseGeckoStackFrame.js.map +0 -1
- package/esm/Stream/Stream.d.ts +0 -46
- package/esm/Stream/Stream.d.ts.map +0 -1
- package/esm/Stream/Stream.js +0 -4
- package/esm/Stream/Stream.js.map +0 -1
- package/esm/Stream/acquirePermit.d.ts +0 -15
- package/esm/Stream/acquirePermit.d.ts.map +0 -1
- package/esm/Stream/acquirePermit.js +0 -15
- package/esm/Stream/acquirePermit.js.map +0 -1
- package/esm/Stream/bimap.d.ts +0 -16
- package/esm/Stream/bimap.d.ts.map +0 -1
- package/esm/Stream/bimap.js +0 -48
- package/esm/Stream/bimap.js.map +0 -1
- package/esm/Stream/continueWith.d.ts +0 -28
- package/esm/Stream/continueWith.d.ts.map +0 -1
- package/esm/Stream/continueWith.js +0 -39
- package/esm/Stream/continueWith.js.map +0 -1
- package/esm/Stream/drain.d.ts +0 -12
- package/esm/Stream/drain.d.ts.map +0 -1
- package/esm/Stream/drain.js +0 -21
- package/esm/Stream/drain.js.map +0 -1
- package/esm/Stream/empty.d.ts +0 -3
- package/esm/Stream/empty.d.ts.map +0 -1
- package/esm/Stream/empty.js +0 -4
- package/esm/Stream/empty.js.map +0 -1
- package/esm/Stream/flatMap.d.ts +0 -17
- package/esm/Stream/flatMap.d.ts.map +0 -1
- package/esm/Stream/flatMap.js +0 -99
- package/esm/Stream/flatMap.js.map +0 -1
- package/esm/Stream/flatMapConcurrently.d.ts +0 -5
- package/esm/Stream/flatMapConcurrently.d.ts.map +0 -1
- package/esm/Stream/flatMapConcurrently.js +0 -15
- package/esm/Stream/flatMapConcurrently.js.map +0 -1
- package/esm/Stream/flatMapFx.d.ts +0 -8
- package/esm/Stream/flatMapFx.d.ts.map +0 -1
- package/esm/Stream/flatMapFx.js +0 -19
- package/esm/Stream/flatMapFx.js.map +0 -1
- package/esm/Stream/fromCallback.d.ts +0 -22
- package/esm/Stream/fromCallback.d.ts.map +0 -1
- package/esm/Stream/fromCallback.js +0 -37
- package/esm/Stream/fromCallback.js.map +0 -1
- package/esm/Stream/fromFx.d.ts +0 -21
- package/esm/Stream/fromFx.d.ts.map +0 -1
- package/esm/Stream/fromFx.js +0 -21
- package/esm/Stream/fromFx.js.map +0 -1
- package/esm/Stream/hkt.d.ts +0 -15
- package/esm/Stream/hkt.d.ts.map +0 -1
- package/esm/Stream/hkt.js +0 -16
- package/esm/Stream/hkt.js.map +0 -1
- package/esm/Stream/hold.d.ts +0 -27
- package/esm/Stream/hold.d.ts.map +0 -1
- package/esm/Stream/hold.js +0 -66
- package/esm/Stream/hold.js.map +0 -1
- package/esm/Stream/index.d.ts +0 -23
- package/esm/Stream/index.d.ts.map +0 -1
- package/esm/Stream/index.js +0 -23
- package/esm/Stream/index.js.map +0 -1
- package/esm/Stream/lazy.d.ts +0 -3
- package/esm/Stream/lazy.d.ts.map +0 -1
- package/esm/Stream/lazy.js +0 -5
- package/esm/Stream/lazy.js.map +0 -1
- package/esm/Stream/map.d.ts +0 -15
- package/esm/Stream/map.d.ts.map +0 -1
- package/esm/Stream/map.js +0 -28
- package/esm/Stream/map.js.map +0 -1
- package/esm/Stream/merge.d.ts +0 -18
- package/esm/Stream/merge.d.ts.map +0 -1
- package/esm/Stream/merge.js +0 -55
- package/esm/Stream/merge.js.map +0 -1
- package/esm/Stream/multicast.d.ts +0 -27
- package/esm/Stream/multicast.d.ts.map +0 -1
- package/esm/Stream/multicast.js +0 -55
- package/esm/Stream/multicast.js.map +0 -1
- package/esm/Stream/orElse.d.ts +0 -17
- package/esm/Stream/orElse.d.ts.map +0 -1
- package/esm/Stream/orElse.js +0 -90
- package/esm/Stream/orElse.js.map +0 -1
- package/esm/Stream/periodic.d.ts +0 -4
- package/esm/Stream/periodic.d.ts.map +0 -1
- package/esm/Stream/periodic.js +0 -5
- package/esm/Stream/periodic.js.map +0 -1
- package/esm/Stream/run.d.ts +0 -6
- package/esm/Stream/run.d.ts.map +0 -1
- package/esm/Stream/run.js +0 -9
- package/esm/Stream/run.js.map +0 -1
- package/esm/Stream/scan.d.ts +0 -17
- package/esm/Stream/scan.d.ts.map +0 -1
- package/esm/Stream/scan.js +0 -27
- package/esm/Stream/scan.js.map +0 -1
- package/esm/Stream/scheduled.d.ts +0 -14
- package/esm/Stream/scheduled.d.ts.map +0 -1
- package/esm/Stream/scheduled.js +0 -19
- package/esm/Stream/scheduled.js.map +0 -1
- package/esm/Stream/setFiberRefLocally.d.ts +0 -15
- package/esm/Stream/setFiberRefLocally.d.ts.map +0 -1
- package/esm/Stream/setFiberRefLocally.js +0 -23
- package/esm/Stream/setFiberRefLocally.js.map +0 -1
- package/esm/Stream/switchMap.d.ts +0 -18
- package/esm/Stream/switchMap.d.ts.map +0 -1
- package/esm/Stream/switchMap.js +0 -107
- package/esm/Stream/switchMap.js.map +0 -1
- package/esm/Stream/tap.d.ts +0 -5
- package/esm/Stream/tap.d.ts.map +0 -1
- package/esm/Stream/tap.js +0 -6
- package/esm/Stream/tap.js.map +0 -1
- package/esm/Supervisor/Supervisor.d.ts +0 -539
- package/esm/Supervisor/Supervisor.d.ts.map +0 -1
- package/esm/Supervisor/Supervisor.js +0 -41
- package/esm/Supervisor/Supervisor.js.map +0 -1
- package/esm/Supervisor/index.d.ts +0 -3
- package/esm/Supervisor/index.d.ts.map +0 -1
- package/esm/Supervisor/index.js +0 -3
- package/esm/Supervisor/index.js.map +0 -1
- package/esm/Supervisor/maxFailures.d.ts +0 -18
- package/esm/Supervisor/maxFailures.d.ts.map +0 -1
- package/esm/Supervisor/maxFailures.js +0 -45
- package/esm/Supervisor/maxFailures.js.map +0 -1
- package/esm/Supervisor/trackIn.d.ts +0 -6
- package/esm/Supervisor/trackIn.d.ts.map +0 -1
- package/esm/Supervisor/trackIn.js +0 -12
- package/esm/Supervisor/trackIn.js.map +0 -1
- package/esm/Tagged/index.d.ts +0 -79
- package/esm/Tagged/index.d.ts.map +0 -1
- package/esm/Tagged/index.js +0 -43
- package/esm/Tagged/index.js.map +0 -1
- package/esm/Time/index.d.ts +0 -95
- package/esm/Time/index.d.ts.map +0 -1
- package/esm/Time/index.js +0 -33
- package/esm/Time/index.js.map +0 -1
- package/esm/Timeline/index.d.ts +0 -27
- package/esm/Timeline/index.d.ts.map +0 -1
- package/esm/Timeline/index.js +0 -98
- package/esm/Timeline/index.js.map +0 -1
- package/esm/Timer/SetTimeoutTimer.d.ts +0 -4
- package/esm/Timer/SetTimeoutTimer.d.ts.map +0 -1
- package/esm/Timer/SetTimeoutTimer.js +0 -14
- package/esm/Timer/SetTimeoutTimer.js.map +0 -1
- package/esm/Timer/TestTimer.d.ts +0 -9
- package/esm/Timer/TestTimer.d.ts.map +0 -1
- package/esm/Timer/TestTimer.js +0 -25
- package/esm/Timer/TestTimer.js.map +0 -1
- package/esm/Timer/Timer.d.ts +0 -11
- package/esm/Timer/Timer.d.ts.map +0 -1
- package/esm/Timer/Timer.js +0 -16
- package/esm/Timer/Timer.js.map +0 -1
- package/esm/Timer/index.d.ts +0 -4
- package/esm/Timer/index.d.ts.map +0 -1
- package/esm/Timer/index.js +0 -4
- package/esm/Timer/index.js.map +0 -1
- package/esm/Trace/Trace.d.ts +0 -38
- package/esm/Trace/Trace.d.ts.map +0 -1
- package/esm/Trace/Trace.js +0 -125
- package/esm/Trace/Trace.js.map +0 -1
- package/esm/Trace/index.d.ts +0 -2
- package/esm/Trace/index.d.ts.map +0 -1
- package/esm/Trace/index.js +0 -2
- package/esm/Trace/index.js.map +0 -1
- package/esm/Tracing/plugin.d.ts +0 -10
- package/esm/Tracing/plugin.d.ts.map +0 -1
- package/esm/Tracing/plugin.js +0 -123
- package/esm/Tracing/plugin.js.map +0 -1
- package/esm/Tracing/vite.d.ts +0 -10
- package/esm/Tracing/vite.d.ts.map +0 -1
- package/esm/Tracing/vite.js +0 -50
- package/esm/Tracing/vite.js.map +0 -1
- package/esm/_internal/suite.d.ts +0 -12
- package/esm/_internal/suite.d.ts.map +0 -1
- package/esm/_internal/suite.js +0 -8
- package/esm/_internal/suite.js.map +0 -1
- package/esm/test.d.ts +0 -1
- package/esm/test.d.ts.map +0 -1
- package/esm/test.js +0 -2
- package/esm/test.js.map +0 -1
- package/src/Atomic/Atomic.test.ts +0 -33
- package/src/Atomic/Atomic.ts +0 -122
- package/src/Atomic/AtomicCounter.ts +0 -23
- package/src/Atomic/index.ts +0 -2
- package/src/Cause/Cause.ts +0 -488
- package/src/Cause/CauseError.ts +0 -55
- package/src/Cause/Renderer.ts +0 -289
- package/src/Cause/index.ts +0 -1
- package/src/Cause/prettyStringify.ts +0 -8
- package/src/Clock/Clock.ts +0 -82
- package/src/Clock/DateClock.ts +0 -9
- package/src/Clock/TestClock.ts +0 -25
- package/src/Clock/index.ts +0 -3
- package/src/Disposable/Disposable.ts +0 -63
- package/src/Disposable/index.ts +0 -1
- package/src/Duration/Duration.ts +0 -125
- package/src/Duration/index.ts +0 -1
- package/src/Env/Env.ts +0 -14
- package/src/Env/index.ts +0 -1
- package/src/Exit/Exit.ts +0 -50
- package/src/Exit/hkt.ts +0 -44
- package/src/Exit/index.ts +0 -2
- package/src/Fiber/Fiber.ts +0 -86
- package/src/Fiber/fromExit.ts +0 -14
- package/src/Fiber/fromScope.ts +0 -19
- package/src/Fiber/hkt.ts +0 -125
- package/src/Fiber/index.ts +0 -2
- package/src/FiberContext/FiberContext.ts +0 -68
- package/src/FiberContext/index.ts +0 -1
- package/src/FiberId/FiberId.ts +0 -122
- package/src/FiberId/index.ts +0 -1
- package/src/FiberRef/FiberRef.ts +0 -34
- package/src/FiberRef/builtins.ts +0 -123
- package/src/FiberRef/index.ts +0 -2
- package/src/FiberRef/operations.ts +0 -19
- package/src/FiberRefs/FiberRefs.ts +0 -147
- package/src/FiberRefs/index.ts +0 -1
- package/src/FiberRuntime/FiberRuntime.ts +0 -767
- package/src/FiberRuntime/Frame.ts +0 -28
- package/src/FiberRuntime/index.ts +0 -1
- package/src/FiberStatus/index.ts +0 -37
- package/src/Finalizer/Finalizer.ts +0 -48
- package/src/Finalizer/index.ts +0 -1
- package/src/Future/Future.ts +0 -72
- package/src/Future/MutableFutureQueue.ts +0 -58
- package/src/Future/complete.ts +0 -16
- package/src/Future/index.ts +0 -3
- package/src/Future/wait.ts +0 -8
- package/src/Fx/Fx.test.ts +0 -131
- package/src/Fx/Fx.ts +0 -710
- package/src/Fx/Instruction.ts +0 -511
- package/src/Fx/fromLayer.ts +0 -8
- package/src/Fx/index.ts +0 -7
- package/src/Fx/join.ts +0 -30
- package/src/Fx/logging.ts +0 -72
- package/src/Fx/run.ts +0 -33
- package/src/Fx/scheduler.ts +0 -76
- package/src/Fx/scoped.ts +0 -66
- package/src/ImmutableMap/ImmutableMap.ts +0 -55
- package/src/ImmutableMap/index.ts +0 -1
- package/src/Layer/Layer.ts +0 -50
- package/src/Layer/index.ts +0 -1
- package/src/Logger/Console.test.ts +0 -14
- package/src/Logger/Console.ts +0 -100
- package/src/Logger/LogAnnotation.ts +0 -8
- package/src/Logger/LogLevel.ts +0 -10
- package/src/Logger/LogSpan.ts +0 -10
- package/src/Logger/Logger.ts +0 -85
- package/src/Logger/index.ts +0 -1
- package/src/Node/Runtime.ts +0 -26
- package/src/Node/gracefulShutdown.ts +0 -54
- package/src/Node/index.ts +0 -2
- package/src/Platform/Platform.ts +0 -48
- package/src/Platform/TestPlatform.ts +0 -14
- package/src/Platform/index.ts +0 -2
- package/src/Runtime/Runtime.ts +0 -46
- package/src/Runtime/index.ts +0 -1
- package/src/Schedule/Decision.ts +0 -44
- package/src/Schedule/Schedule.ts +0 -148
- package/src/Schedule/ScheduleState.ts +0 -83
- package/src/Schedule/index.ts +0 -3
- package/src/Scheduler/RootScheduler.ts +0 -90
- package/src/Scheduler/Scheduler.ts +0 -27
- package/src/Scheduler/callbackScheduler.ts +0 -44
- package/src/Scheduler/index.ts +0 -2
- package/src/Scheduler/runSchedule.ts +0 -35
- package/src/Scope/Closeable.test.ts +0 -102
- package/src/Scope/Closeable.ts +0 -35
- package/src/Scope/GlobalScope.ts +0 -15
- package/src/Scope/LocalScope.ts +0 -96
- package/src/Scope/ReleaseMap.ts +0 -113
- package/src/Scope/Scope.ts +0 -13
- package/src/Scope/ScopeState.ts +0 -45
- package/src/Scope/index.ts +0 -6
- package/src/Semaphore/Semaphore.ts +0 -102
- package/src/Semaphore/index.ts +0 -1
- package/src/Service/Id.ts +0 -119
- package/src/Service/Service.ts +0 -31
- package/src/Service/fn.ts +0 -41
- package/src/Service/index.ts +0 -4
- package/src/Service/tagged.ts +0 -10
- package/src/Sink/Sink.ts +0 -89
- package/src/Sink/index.ts +0 -0
- package/src/Stack/index.ts +0 -88
- package/src/StackFrame/StackFrame.ts +0 -68
- package/src/StackFrame/getStackFrames.test.ts +0 -30
- package/src/StackFrame/getStackFrames.ts +0 -70
- package/src/StackFrame/index.ts +0 -2
- package/src/StackFrame/parseChromeStack.ts +0 -43
- package/src/StackFrame/parseGeckoStackFrame.ts +0 -31
- package/src/Stream/Stream.ts +0 -55
- package/src/Stream/_internal.test.ts +0 -12
- package/src/Stream/acquirePermit.ts +0 -32
- package/src/Stream/bimap.ts +0 -66
- package/src/Stream/continueWith.test.ts +0 -23
- package/src/Stream/continueWith.ts +0 -69
- package/src/Stream/drain.ts +0 -60
- package/src/Stream/empty.ts +0 -7
- package/src/Stream/flatMap.test.ts +0 -30
- package/src/Stream/flatMap.ts +0 -137
- package/src/Stream/flatMapConcurrently.test.ts +0 -77
- package/src/Stream/flatMapConcurrently.ts +0 -30
- package/src/Stream/flatMapFx.ts +0 -45
- package/src/Stream/fromCallback.test.ts +0 -22
- package/src/Stream/fromCallback.ts +0 -84
- package/src/Stream/fromFx.test.ts +0 -17
- package/src/Stream/fromFx.ts +0 -62
- package/src/Stream/hkt.ts +0 -36
- package/src/Stream/hold.test.ts +0 -52
- package/src/Stream/hold.ts +0 -117
- package/src/Stream/index.ts +0 -22
- package/src/Stream/lazy.ts +0 -5
- package/src/Stream/logging.test.ts +0 -29
- package/src/Stream/map.ts +0 -49
- package/src/Stream/merge.test.ts +0 -31
- package/src/Stream/merge.ts +0 -76
- package/src/Stream/multicast.test.ts +0 -32
- package/src/Stream/multicast.ts +0 -114
- package/src/Stream/orElse.ts +0 -123
- package/src/Stream/periodic.ts +0 -9
- package/src/Stream/run.ts +0 -14
- package/src/Stream/scan.test.ts +0 -28
- package/src/Stream/scan.ts +0 -46
- package/src/Stream/scheduled.test.ts +0 -42
- package/src/Stream/scheduled.ts +0 -55
- package/src/Stream/setFiberRefLocally.ts +0 -44
- package/src/Stream/switchMap.test.ts +0 -43
- package/src/Stream/switchMap.ts +0 -159
- package/src/Stream/tap.ts +0 -24
- package/src/Supervisor/Supervisor.ts +0 -63
- package/src/Supervisor/index.ts +0 -2
- package/src/Supervisor/maxFailures.ts +0 -86
- package/src/Supervisor/trackIn.ts +0 -33
- package/src/Tagged/index.ts +0 -127
- package/src/Time/index.ts +0 -62
- package/src/Timeline/index.ts +0 -158
- package/src/Timer/SetTimeoutTimer.ts +0 -19
- package/src/Timer/TestTimer.ts +0 -39
- package/src/Timer/Timer.ts +0 -24
- package/src/Timer/index.ts +0 -3
- package/src/Trace/Trace.ts +0 -176
- package/src/Trace/index.ts +0 -1
- package/src/Tracing/plugin.ts +0 -199
- package/src/Tracing/vite.ts +0 -72
- package/src/_internal/suite.ts +0 -24
- package/src/test.ts +0 -0
- package/tsconfig.build.tracing.json +0 -16
- package/vite.config.ts +0 -28
package/.eslintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/Users/TylorSteinberger/code/tylors/fx/src/Atomic/Atomic.ts":"1","/Users/TylorSteinberger/code/tylors/fx/src/Atomic/AtomicCounter.ts":"2","/Users/TylorSteinberger/code/tylors/fx/src/Atomic/index.ts":"3","/Users/TylorSteinberger/code/tylors/fx/src/Clock/Clock.ts":"4","/Users/TylorSteinberger/code/tylors/fx/src/Clock/index.ts":"5","/Users/TylorSteinberger/code/tylors/fx/src/Schedule/Decision.ts":"6","/Users/TylorSteinberger/code/tylors/fx/src/Schedule/Schedule.ts":"7","/Users/TylorSteinberger/code/tylors/fx/src/Schedule/ScheduleState.ts":"8","/Users/TylorSteinberger/code/tylors/fx/src/Schedule/index.ts":"9","/Users/TylorSteinberger/code/tylors/fx/src/Service/index.ts":"10","/Users/TylorSteinberger/code/tylors/fx/src/Stack/index.ts":"11","/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/StackFrame.ts":"12","/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/getStackFrames.test.ts":"13","/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/getStackFrames.ts":"14","/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/index.ts":"15","/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/parseChromeStack.ts":"16","/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/parseGeckoStackFrame.ts":"17","/Users/TylorSteinberger/code/tylors/fx/src/Tagged/index.ts":"18","/Users/TylorSteinberger/code/tylors/fx/src/Clock/DateClock.ts":"19","/Users/TylorSteinberger/code/tylors/fx/src/Duration/Duration.ts":"20","/Users/TylorSteinberger/code/tylors/fx/src/Duration/index.ts":"21","/Users/TylorSteinberger/code/tylors/fx/src/Time/index.ts":"22","/Users/TylorSteinberger/code/tylors/fx/src/Tracing/vite.ts":"23","/Users/TylorSteinberger/code/tylors/fx/src/Clock/TestClock.ts":"24","/Users/TylorSteinberger/code/tylors/fx/src/Fx/index.ts":"25","/Users/TylorSteinberger/code/tylors/fx/src/Cause/Cause.ts":"26","/Users/TylorSteinberger/code/tylors/fx/src/Cause/CauseError.ts":"27","/Users/TylorSteinberger/code/tylors/fx/src/Cause/Renderer.ts":"28","/Users/TylorSteinberger/code/tylors/fx/src/Cause/index.ts":"29","/Users/TylorSteinberger/code/tylors/fx/src/Cause/prettyStringify.ts":"30","/Users/TylorSteinberger/code/tylors/fx/src/Disposable/Disposable.ts":"31","/Users/TylorSteinberger/code/tylors/fx/src/Disposable/index.ts":"32","/Users/TylorSteinberger/code/tylors/fx/src/Env/Env.ts":"33","/Users/TylorSteinberger/code/tylors/fx/src/Env/index.ts":"34","/Users/TylorSteinberger/code/tylors/fx/src/Exit/Exit.ts":"35","/Users/TylorSteinberger/code/tylors/fx/src/Exit/hkt.ts":"36","/Users/TylorSteinberger/code/tylors/fx/src/Exit/index.ts":"37","/Users/TylorSteinberger/code/tylors/fx/src/Fiber/Fiber.ts":"38","/Users/TylorSteinberger/code/tylors/fx/src/Fiber/index.ts":"39","/Users/TylorSteinberger/code/tylors/fx/src/FiberContext/FiberContext.ts":"40","/Users/TylorSteinberger/code/tylors/fx/src/FiberContext/index.ts":"41","/Users/TylorSteinberger/code/tylors/fx/src/FiberId/FiberId.ts":"42","/Users/TylorSteinberger/code/tylors/fx/src/FiberId/index.ts":"43","/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/FiberRef.ts":"44","/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/index.ts":"45","/Users/TylorSteinberger/code/tylors/fx/src/FiberRefs/FiberRefs.ts":"46","/Users/TylorSteinberger/code/tylors/fx/src/FiberRefs/index.ts":"47","/Users/TylorSteinberger/code/tylors/fx/src/FiberStatus/index.ts":"48","/Users/TylorSteinberger/code/tylors/fx/src/Finalizer/Finalizer.ts":"49","/Users/TylorSteinberger/code/tylors/fx/src/Finalizer/index.ts":"50","/Users/TylorSteinberger/code/tylors/fx/src/Future/Future.ts":"51","/Users/TylorSteinberger/code/tylors/fx/src/Future/MutableFutureQueue.ts":"52","/Users/TylorSteinberger/code/tylors/fx/src/Future/complete.ts":"53","/Users/TylorSteinberger/code/tylors/fx/src/Future/index.ts":"54","/Users/TylorSteinberger/code/tylors/fx/src/Future/wait.ts":"55","/Users/TylorSteinberger/code/tylors/fx/src/Fx/Fx.test.ts":"56","/Users/TylorSteinberger/code/tylors/fx/src/Fx/Fx.ts":"57","/Users/TylorSteinberger/code/tylors/fx/src/Fx/scoped.ts":"58","/Users/TylorSteinberger/code/tylors/fx/src/Layer/Layer.ts":"59","/Users/TylorSteinberger/code/tylors/fx/src/Layer/index.ts":"60","/Users/TylorSteinberger/code/tylors/fx/src/Platform/Platform.ts":"61","/Users/TylorSteinberger/code/tylors/fx/src/Platform/index.ts":"62","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/RootScheduler.ts":"63","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/Scheduler.ts":"64","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/index.ts":"65","/Users/TylorSteinberger/code/tylors/fx/src/Scope/Closeable.test.ts":"66","/Users/TylorSteinberger/code/tylors/fx/src/Scope/Closeable.ts":"67","/Users/TylorSteinberger/code/tylors/fx/src/Scope/GlobalScope.ts":"68","/Users/TylorSteinberger/code/tylors/fx/src/Scope/LocalScope.ts":"69","/Users/TylorSteinberger/code/tylors/fx/src/Scope/ReleaseMap.ts":"70","/Users/TylorSteinberger/code/tylors/fx/src/Scope/Scope.ts":"71","/Users/TylorSteinberger/code/tylors/fx/src/Scope/ScopeState.ts":"72","/Users/TylorSteinberger/code/tylors/fx/src/Scope/index.ts":"73","/Users/TylorSteinberger/code/tylors/fx/src/Semaphore/Semaphore.ts":"74","/Users/TylorSteinberger/code/tylors/fx/src/Semaphore/index.ts":"75","/Users/TylorSteinberger/code/tylors/fx/src/Sink/Sink.ts":"76","/Users/TylorSteinberger/code/tylors/fx/src/Sink/index.ts":"77","/Users/TylorSteinberger/code/tylors/fx/src/Stream/Stream.ts":"78","/Users/TylorSteinberger/code/tylors/fx/src/Stream/drain.ts":"79","/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromFx.test.ts":"80","/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromFx.ts":"81","/Users/TylorSteinberger/code/tylors/fx/src/Stream/index.ts":"82","/Users/TylorSteinberger/code/tylors/fx/src/Timeline/index.ts":"83","/Users/TylorSteinberger/code/tylors/fx/src/Timer/SetTimeoutTimer.ts":"84","/Users/TylorSteinberger/code/tylors/fx/src/Timer/TestTimer.ts":"85","/Users/TylorSteinberger/code/tylors/fx/src/Timer/Timer.ts":"86","/Users/TylorSteinberger/code/tylors/fx/src/Timer/index.ts":"87","/Users/TylorSteinberger/code/tylors/fx/src/Trace/Trace.ts":"88","/Users/TylorSteinberger/code/tylors/fx/src/Trace/index.ts":"89","/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/FiberRuntime.ts":"90","/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/index.ts":"91","/Users/TylorSteinberger/code/tylors/fx/src/Logger/Logger.ts":"92","/Users/TylorSteinberger/code/tylors/fx/src/Logger/index.ts":"93","/Users/TylorSteinberger/code/tylors/fx/src/Platform/TestPlatform.ts":"94","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/callbackScheduler.ts":"95","/Users/TylorSteinberger/code/tylors/fx/src/Service/Id.ts":"96","/Users/TylorSteinberger/code/tylors/fx/src/Service/Service.ts":"97","/Users/TylorSteinberger/code/tylors/fx/src/Service/tagged.ts":"98","/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/Supervisor.ts":"99","/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/index.ts":"100","/Users/TylorSteinberger/code/tylors/fx/src/index.ts":"101","/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/operations.ts":"102","/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/Frame.ts":"103","/Users/TylorSteinberger/code/tylors/fx/src/Fx/Instruction.ts":"104","/Users/TylorSteinberger/code/tylors/fx/src/Fx/join.ts":"105","/Users/TylorSteinberger/code/tylors/fx/src/ImmutableMap/ImmutableMap.ts":"106","/Users/TylorSteinberger/code/tylors/fx/src/ImmutableMap/index.ts":"107","/Users/TylorSteinberger/code/tylors/fx/src/test.ts":"108","/Users/TylorSteinberger/code/tylors/fx/src/Fx/logging.ts":"109","/Users/TylorSteinberger/code/tylors/fx/src/Logger/Console.test.ts":"110","/Users/TylorSteinberger/code/tylors/fx/src/Logger/Console.ts":"111","/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogAnnotation.ts":"112","/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogLevel.ts":"113","/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogSpan.ts":"114","/Users/TylorSteinberger/code/tylors/fx/src/Tracing/plugin.ts":"115","/Users/TylorSteinberger/code/tylors/fx/src/Fx/run.ts":"116","/Users/TylorSteinberger/code/tylors/fx/src/Fx/scheduler.ts":"117","/Users/TylorSteinberger/code/tylors/fx/src/Runtime/Runtime.ts":"118","/Users/TylorSteinberger/code/tylors/fx/src/Runtime/index.ts":"119","/Users/TylorSteinberger/code/tylors/fx/src/Atomic/Atomic.test.ts":"120","/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/builtins.ts":"121","/Users/TylorSteinberger/code/tylors/fx/src/Fx/fromLayer.ts":"122","/Users/TylorSteinberger/code/tylors/fx/src/Node/Runtime.ts":"123","/Users/TylorSteinberger/code/tylors/fx/src/Node/gracefulShutdown.ts":"124","/Users/TylorSteinberger/code/tylors/fx/src/Node/index.ts":"125","/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/maxFailures.ts":"126","/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/trackIn.ts":"127","/Users/TylorSteinberger/code/tylors/fx/src/_internal/suite.ts":"128","/Users/TylorSteinberger/code/tylors/fx/src/Fiber/fromExit.ts":"129","/Users/TylorSteinberger/code/tylors/fx/src/Fiber/hkt.ts":"130","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/runSchedule.ts":"131","/Users/TylorSteinberger/code/tylors/fx/src/Service/fn.ts":"132","/Users/TylorSteinberger/code/tylors/fx/src/Stream/_internal.test.ts":"133","/Users/TylorSteinberger/code/tylors/fx/src/Stream/bimap.ts":"134","/Users/TylorSteinberger/code/tylors/fx/src/Stream/continueWith.test.ts":"135","/Users/TylorSteinberger/code/tylors/fx/src/Stream/continueWith.ts":"136","/Users/TylorSteinberger/code/tylors/fx/src/Stream/empty.ts":"137","/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMap.test.ts":"138","/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMap.ts":"139","/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMapFx.ts":"140","/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromCallback.test.ts":"141","/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromCallback.ts":"142","/Users/TylorSteinberger/code/tylors/fx/src/Stream/hkt.ts":"143","/Users/TylorSteinberger/code/tylors/fx/src/Stream/logging.test.ts":"144","/Users/TylorSteinberger/code/tylors/fx/src/Stream/map.ts":"145","/Users/TylorSteinberger/code/tylors/fx/src/Stream/periodic.ts":"146","/Users/TylorSteinberger/code/tylors/fx/src/Stream/run.ts":"147","/Users/TylorSteinberger/code/tylors/fx/src/Stream/scheduled.test.ts":"148","/Users/TylorSteinberger/code/tylors/fx/src/Stream/scheduled.ts":"149","/Users/TylorSteinberger/code/tylors/fx/src/Stream/tap.ts":"150","/Users/TylorSteinberger/code/tylors/fx/src/Fiber/fromScope.ts":"151","/Users/TylorSteinberger/code/tylors/fx/src/Stream/acquirePermit.ts":"152","/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMapConcurrently.test.ts":"153","/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMapConcurrently.ts":"154","/Users/TylorSteinberger/code/tylors/fx/src/Stream/hold.test.ts":"155","/Users/TylorSteinberger/code/tylors/fx/src/Stream/hold.ts":"156","/Users/TylorSteinberger/code/tylors/fx/src/Stream/lazy.ts":"157","/Users/TylorSteinberger/code/tylors/fx/src/Stream/merge.test.ts":"158","/Users/TylorSteinberger/code/tylors/fx/src/Stream/merge.ts":"159","/Users/TylorSteinberger/code/tylors/fx/src/Stream/multicast.test.ts":"160","/Users/TylorSteinberger/code/tylors/fx/src/Stream/multicast.ts":"161","/Users/TylorSteinberger/code/tylors/fx/src/Stream/orElse.ts":"162","/Users/TylorSteinberger/code/tylors/fx/src/Stream/scan.test.ts":"163","/Users/TylorSteinberger/code/tylors/fx/src/Stream/scan.ts":"164","/Users/TylorSteinberger/code/tylors/fx/src/Stream/setFiberRefLocally.ts":"165","/Users/TylorSteinberger/code/tylors/fx/src/Stream/switchMap.test.ts":"166","/Users/TylorSteinberger/code/tylors/fx/src/Stream/switchMap.ts":"167"},{"size":3040,"mtime":1663380528680,"results":"168","hashOfConfig":"169"},{"size":985,"mtime":1659927160430,"results":"170","hashOfConfig":"169"},{"size":63,"mtime":1659325010230,"results":"171","hashOfConfig":"169"},{"size":2339,"mtime":1662770721170,"results":"172","hashOfConfig":"169"},{"size":89,"mtime":1658980296886,"results":"173","hashOfConfig":"169"},{"size":896,"mtime":1658980296926,"results":"174","hashOfConfig":"169"},{"size":4275,"mtime":1660455773998,"results":"175","hashOfConfig":"169"},{"size":2687,"mtime":1663703965008,"results":"176","hashOfConfig":"169"},{"size":95,"mtime":1658980296928,"results":"177","hashOfConfig":"169"},{"size":105,"mtime":1663047349730,"results":"178","hashOfConfig":"169"},{"size":2410,"mtime":1662770721193,"results":"179","hashOfConfig":"169"},{"size":1611,"mtime":1662770721194,"results":"180","hashOfConfig":"169"},{"size":853,"mtime":1659469295256,"results":"181","hashOfConfig":"169"},{"size":1599,"mtime":1659469249199,"results":"182","hashOfConfig":"169"},{"size":68,"mtime":1658980296931,"results":"183","hashOfConfig":"169"},{"size":1190,"mtime":1659469198043,"results":"184","hashOfConfig":"169"},{"size":882,"mtime":1658980296932,"results":"185","hashOfConfig":"169"},{"size":3940,"mtime":1659325639662,"results":"186","hashOfConfig":"169"},{"size":272,"mtime":1660527271085,"results":"187","hashOfConfig":"169"},{"size":3400,"mtime":1661637246156,"results":"188","hashOfConfig":"169"},{"size":30,"mtime":1658980296887,"results":"189","hashOfConfig":"169"},{"size":2545,"mtime":1660612922970,"results":"190","hashOfConfig":"169"},{"size":1996,"mtime":1661638601441,"results":"191","hashOfConfig":"169"},{"size":635,"mtime":1660527192685,"results":"192","hashOfConfig":"169"},{"size":194,"mtime":1662770721182,"results":"193","hashOfConfig":"169"},{"size":14285,"mtime":1663867599878,"results":"194","hashOfConfig":"169"},{"size":1613,"mtime":1661357165577,"results":"195","hashOfConfig":"169"},{"size":7794,"mtime":1663708967181,"results":"196","hashOfConfig":"169"},{"size":27,"mtime":1661357165580,"results":"197","hashOfConfig":"169"},{"size":320,"mtime":1659312463453,"results":"198","hashOfConfig":"169"},{"size":1321,"mtime":1661357165580,"results":"199","hashOfConfig":"169"},{"size":32,"mtime":1659315413200,"results":"200","hashOfConfig":"169"},{"size":422,"mtime":1663867433801,"results":"201","hashOfConfig":"169"},{"size":25,"mtime":1662770721171,"results":"202","hashOfConfig":"169"},{"size":1950,"mtime":1660840550518,"results":"203","hashOfConfig":"169"},{"size":1310,"mtime":1663470915892,"results":"204","hashOfConfig":"169"},{"size":51,"mtime":1659312609951,"results":"205","hashOfConfig":"169"},{"size":2652,"mtime":1663811403871,"results":"206","hashOfConfig":"169"},{"size":52,"mtime":1663474339835,"results":"207","hashOfConfig":"169"},{"size":2247,"mtime":1663708633946,"results":"208","hashOfConfig":"169"},{"size":34,"mtime":1662770721174,"results":"209","hashOfConfig":"169"},{"size":3531,"mtime":1663709787514,"results":"210","hashOfConfig":"169"},{"size":29,"mtime":1662396650428,"results":"211","hashOfConfig":"169"},{"size":1181,"mtime":1663469161690,"results":"212","hashOfConfig":"169"},{"size":62,"mtime":1662770721175,"results":"213","hashOfConfig":"169"},{"size":4220,"mtime":1663364522490,"results":"214","hashOfConfig":"169"},{"size":31,"mtime":1662770721176,"results":"215","hashOfConfig":"169"},{"size":803,"mtime":1662770721179,"results":"216","hashOfConfig":"169"},{"size":1405,"mtime":1662770721179,"results":"217","hashOfConfig":"169"},{"size":31,"mtime":1662770721180,"results":"218","hashOfConfig":"169"},{"size":1846,"mtime":1662770721180,"results":"219","hashOfConfig":"169"},{"size":1445,"mtime":1662770721180,"results":"220","hashOfConfig":"169"},{"size":378,"mtime":1662770721180,"results":"221","hashOfConfig":"169"},{"size":84,"mtime":1662770721180,"results":"222","hashOfConfig":"169"},{"size":223,"mtime":1662770721181,"results":"223","hashOfConfig":"169"},{"size":3482,"mtime":1663867514481,"results":"224","hashOfConfig":"169"},{"size":20268,"mtime":1663692327082,"results":"225","hashOfConfig":"169"},{"size":1916,"mtime":1663689420223,"results":"226","hashOfConfig":"169"},{"size":1425,"mtime":1662770721183,"results":"227","hashOfConfig":"169"},{"size":27,"mtime":1662770721183,"results":"228","hashOfConfig":"169"},{"size":1575,"mtime":1663520478075,"results":"229","hashOfConfig":"169"},{"size":64,"mtime":1660195624397,"results":"230","hashOfConfig":"169"},{"size":2781,"mtime":1663823270532,"results":"231","hashOfConfig":"169"},{"size":883,"mtime":1663823263296,"results":"232","hashOfConfig":"169"},{"size":66,"mtime":1663471954937,"results":"233","hashOfConfig":"169"},{"size":2665,"mtime":1662770721189,"results":"234","hashOfConfig":"169"},{"size":1021,"mtime":1662770721189,"results":"235","hashOfConfig":"169"},{"size":520,"mtime":1662770721189,"results":"236","hashOfConfig":"169"},{"size":2669,"mtime":1663821962123,"results":"237","hashOfConfig":"169"},{"size":2913,"mtime":1662770721189,"results":"238","hashOfConfig":"169"},{"size":440,"mtime":1662770721189,"results":"239","hashOfConfig":"169"},{"size":816,"mtime":1662770721190,"results":"240","hashOfConfig":"169"},{"size":187,"mtime":1662770721190,"results":"241","hashOfConfig":"169"},{"size":2637,"mtime":1663699527243,"results":"242","hashOfConfig":"169"},{"size":31,"mtime":1662770721190,"results":"243","hashOfConfig":"169"},{"size":2278,"mtime":1663712799419,"results":"244","hashOfConfig":"169"},{"size":0,"mtime":1662770721191,"results":"245","hashOfConfig":"169"},{"size":1600,"mtime":1663824113156,"results":"246","hashOfConfig":"169"},{"size":1990,"mtime":1663812199070,"results":"247","hashOfConfig":"169"},{"size":439,"mtime":1663825205798,"results":"248","hashOfConfig":"169"},{"size":1905,"mtime":1663704507366,"results":"249","hashOfConfig":"169"},{"size":653,"mtime":1663702667879,"results":"250","hashOfConfig":"169"},{"size":3445,"mtime":1663815503767,"results":"251","hashOfConfig":"169"},{"size":523,"mtime":1663519475611,"results":"252","hashOfConfig":"169"},{"size":1206,"mtime":1661367297467,"results":"253","hashOfConfig":"169"},{"size":569,"mtime":1662770721198,"results":"254","hashOfConfig":"169"},{"size":95,"mtime":1659315443619,"results":"255","hashOfConfig":"169"},{"size":4696,"mtime":1663520662920,"results":"256","hashOfConfig":"169"},{"size":27,"mtime":1658980296923,"results":"257","hashOfConfig":"169"},{"size":23864,"mtime":1663823342313,"results":"258","hashOfConfig":"169"},{"size":34,"mtime":1662770721178,"results":"259","hashOfConfig":"169"},{"size":2459,"mtime":1662770721185,"results":"260","hashOfConfig":"169"},{"size":28,"mtime":1662770721186,"results":"261","hashOfConfig":"169"},{"size":334,"mtime":1660195613096,"results":"262","hashOfConfig":"169"},{"size":1438,"mtime":1663815428564,"results":"263","hashOfConfig":"169"},{"size":2987,"mtime":1663048079843,"results":"264","hashOfConfig":"169"},{"size":694,"mtime":1662770721191,"results":"265","hashOfConfig":"169"},{"size":302,"mtime":1663046928501,"results":"266","hashOfConfig":"169"},{"size":2270,"mtime":1662770721195,"results":"267","hashOfConfig":"169"},{"size":61,"mtime":1662770721195,"results":"268","hashOfConfig":"169"},{"size":1652,"mtime":1663471929521,"results":"269","hashOfConfig":"169"},{"size":535,"mtime":1662770721175,"results":"270","hashOfConfig":"169"},{"size":552,"mtime":1662770721178,"results":"271","hashOfConfig":"169"},{"size":12522,"mtime":1663381574571,"results":"272","hashOfConfig":"169"},{"size":911,"mtime":1663693338987,"results":"273","hashOfConfig":"169"},{"size":1666,"mtime":1662743560438,"results":"274","hashOfConfig":"169"},{"size":34,"mtime":1661357165594,"results":"275","hashOfConfig":"169"},{"size":0,"mtime":1660618717522,"results":"276","hashOfConfig":"169"},{"size":2253,"mtime":1662770721182,"results":"277","hashOfConfig":"169"},{"size":448,"mtime":1663046624921,"results":"278","hashOfConfig":"169"},{"size":2655,"mtime":1663481102058,"results":"279","hashOfConfig":"169"},{"size":191,"mtime":1662770721185,"results":"280","hashOfConfig":"169"},{"size":92,"mtime":1662770721185,"results":"281","hashOfConfig":"169"},{"size":209,"mtime":1662770721185,"results":"282","hashOfConfig":"169"},{"size":7445,"mtime":1661820277737,"results":"283","hashOfConfig":"169"},{"size":1089,"mtime":1663363592922,"results":"284","hashOfConfig":"169"},{"size":2281,"mtime":1663478325400,"results":"285","hashOfConfig":"169"},{"size":1346,"mtime":1663823353122,"results":"286","hashOfConfig":"169"},{"size":29,"mtime":1662770721188,"results":"287","hashOfConfig":"169"},{"size":801,"mtime":1661784325943,"results":"288","hashOfConfig":"169"},{"size":3509,"mtime":1663867385165,"results":"289","hashOfConfig":"169"},{"size":248,"mtime":1662770721182,"results":"290","hashOfConfig":"169"},{"size":823,"mtime":1663363599077,"results":"291","hashOfConfig":"169"},{"size":1707,"mtime":1663363524744,"results":"292","hashOfConfig":"169"},{"size":67,"mtime":1662770721186,"results":"293","hashOfConfig":"169"},{"size":2591,"mtime":1663823362326,"results":"294","hashOfConfig":"169"},{"size":883,"mtime":1663363536545,"results":"295","hashOfConfig":"169"},{"size":765,"mtime":1662770721201,"results":"296","hashOfConfig":"169"},{"size":385,"mtime":1663811391116,"results":"297","hashOfConfig":"169"},{"size":4141,"mtime":1663811372974,"results":"298","hashOfConfig":"169"},{"size":1054,"mtime":1663823275429,"results":"299","hashOfConfig":"169"},{"size":1116,"mtime":1663047836640,"results":"300","hashOfConfig":"169"},{"size":442,"mtime":1663636433650,"results":"301","hashOfConfig":"169"},{"size":1838,"mtime":1663692327083,"results":"302","hashOfConfig":"169"},{"size":573,"mtime":1663473603578,"results":"303","hashOfConfig":"169"},{"size":1920,"mtime":1663695778026,"results":"304","hashOfConfig":"169"},{"size":216,"mtime":1663867618831,"results":"305","hashOfConfig":"169"},{"size":854,"mtime":1663825168927,"results":"306","hashOfConfig":"169"},{"size":3739,"mtime":1663811957099,"results":"307","hashOfConfig":"169"},{"size":1309,"mtime":1663705340202,"results":"308","hashOfConfig":"169"},{"size":613,"mtime":1663825200120,"results":"309","hashOfConfig":"169"},{"size":2514,"mtime":1663706532635,"results":"310","hashOfConfig":"169"},{"size":897,"mtime":1663477448387,"results":"311","hashOfConfig":"169"},{"size":811,"mtime":1663523647001,"results":"312","hashOfConfig":"169"},{"size":1228,"mtime":1663522613539,"results":"313","hashOfConfig":"169"},{"size":349,"mtime":1663522626191,"results":"314","hashOfConfig":"169"},{"size":498,"mtime":1663478808512,"results":"315","hashOfConfig":"169"},{"size":1162,"mtime":1663812777577,"results":"316","hashOfConfig":"169"},{"size":1906,"mtime":1663823556560,"results":"317","hashOfConfig":"169"},{"size":594,"mtime":1663605493499,"results":"318","hashOfConfig":"169"},{"size":589,"mtime":1663811387469,"results":"319","hashOfConfig":"169"},{"size":1100,"mtime":1663702114866,"results":"320","hashOfConfig":"169"},{"size":1999,"mtime":1663825190604,"results":"321","hashOfConfig":"169"},{"size":923,"mtime":1663704765219,"results":"322","hashOfConfig":"169"},{"size":1637,"mtime":1663825126237,"results":"323","hashOfConfig":"169"},{"size":3155,"mtime":1663867410378,"results":"324","hashOfConfig":"169"},{"size":197,"mtime":1663700818781,"results":"325","hashOfConfig":"169"},{"size":767,"mtime":1663825220687,"results":"326","hashOfConfig":"169"},{"size":2457,"mtime":1663824099579,"results":"327","hashOfConfig":"169"},{"size":895,"mtime":1663825154052,"results":"328","hashOfConfig":"169"},{"size":3070,"mtime":1663697906378,"results":"329","hashOfConfig":"169"},{"size":3419,"mtime":1663812089301,"results":"330","hashOfConfig":"169"},{"size":686,"mtime":1663523657614,"results":"331","hashOfConfig":"169"},{"size":1220,"mtime":1663692327087,"results":"332","hashOfConfig":"169"},{"size":1418,"mtime":1663702647547,"results":"333","hashOfConfig":"169"},{"size":1215,"mtime":1663820497440,"results":"334","hashOfConfig":"169"},{"size":4534,"mtime":1663823587030,"results":"335","hashOfConfig":"169"},{"filePath":"336","messages":"337","suppressedMessages":"338","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"f2rawx",{"filePath":"339","messages":"340","suppressedMessages":"341","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"342","messages":"343","suppressedMessages":"344","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"345","messages":"346","suppressedMessages":"347","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"348","messages":"349","suppressedMessages":"350","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"351","messages":"352","suppressedMessages":"353","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"354","messages":"355","suppressedMessages":"356","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"357","messages":"358","suppressedMessages":"359","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"360","messages":"361","suppressedMessages":"362","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"363","messages":"364","suppressedMessages":"365","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"366","messages":"367","suppressedMessages":"368","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"369","messages":"370","suppressedMessages":"371","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"372","messages":"373","suppressedMessages":"374","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"375","messages":"376","suppressedMessages":"377","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"378","messages":"379","suppressedMessages":"380","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"381","messages":"382","suppressedMessages":"383","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"384","messages":"385","suppressedMessages":"386","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"387","messages":"388","suppressedMessages":"389","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"390","messages":"391","suppressedMessages":"392","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"393","messages":"394","suppressedMessages":"395","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"396","messages":"397","suppressedMessages":"398","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"399","messages":"400","suppressedMessages":"401","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"402","messages":"403","suppressedMessages":"404","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"405","messages":"406","suppressedMessages":"407","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"408","messages":"409","suppressedMessages":"410","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"411","messages":"412","suppressedMessages":"413","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"414","messages":"415","suppressedMessages":"416","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"417","messages":"418","suppressedMessages":"419","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"420","messages":"421","suppressedMessages":"422","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"423","messages":"424","suppressedMessages":"425","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"426","messages":"427","suppressedMessages":"428","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"429","messages":"430","suppressedMessages":"431","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"432","messages":"433","suppressedMessages":"434","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"435","messages":"436","suppressedMessages":"437","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"438","messages":"439","suppressedMessages":"440","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"441","messages":"442","suppressedMessages":"443","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"444","messages":"445","suppressedMessages":"446","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"447","messages":"448","suppressedMessages":"449","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"450","messages":"451","suppressedMessages":"452","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"453","messages":"454","suppressedMessages":"455","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"456","messages":"457","suppressedMessages":"458","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"459","messages":"460","suppressedMessages":"461","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"462","messages":"463","suppressedMessages":"464","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"465","messages":"466","suppressedMessages":"467","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"468","messages":"469","suppressedMessages":"470","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"471","messages":"472","suppressedMessages":"473","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"474","messages":"475","suppressedMessages":"476","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"477","messages":"478","suppressedMessages":"479","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"480","messages":"481","suppressedMessages":"482","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"483","messages":"484","suppressedMessages":"485","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"486","messages":"487","suppressedMessages":"488","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"489","messages":"490","suppressedMessages":"491","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"492","messages":"493","suppressedMessages":"494","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"495","messages":"496","suppressedMessages":"497","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"498","messages":"499","suppressedMessages":"500","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"501","messages":"502","suppressedMessages":"503","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"504","messages":"505","suppressedMessages":"506","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"507","messages":"508","suppressedMessages":"509","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"510","messages":"511","suppressedMessages":"512","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"513","messages":"514","suppressedMessages":"515","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"516","messages":"517","suppressedMessages":"518","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"519","messages":"520","suppressedMessages":"521","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"522","messages":"523","suppressedMessages":"524","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"525","messages":"526","suppressedMessages":"527","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"528","messages":"529","suppressedMessages":"530","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"531","messages":"532","suppressedMessages":"533","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"534","messages":"535","suppressedMessages":"536","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"537","messages":"538","suppressedMessages":"539","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"540","messages":"541","suppressedMessages":"542","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"543","messages":"544","suppressedMessages":"545","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"546","messages":"547","suppressedMessages":"548","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"549","messages":"550","suppressedMessages":"551","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"552","messages":"553","suppressedMessages":"554","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"555","messages":"556","suppressedMessages":"557","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"558","messages":"559","suppressedMessages":"560","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"561","messages":"562","suppressedMessages":"563","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"564","messages":"565","suppressedMessages":"566","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"567","messages":"568","suppressedMessages":"569","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"570","messages":"571","suppressedMessages":"572","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"573","messages":"574","suppressedMessages":"575","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"576","messages":"577","suppressedMessages":"578","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"579","messages":"580","suppressedMessages":"581","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"582","messages":"583","suppressedMessages":"584","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"585","messages":"586","suppressedMessages":"587","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"588","messages":"589","suppressedMessages":"590","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"591","messages":"592","suppressedMessages":"593","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"594","messages":"595","suppressedMessages":"596","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"597","messages":"598","suppressedMessages":"599","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"600","messages":"601","suppressedMessages":"602","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"603","messages":"604","suppressedMessages":"605","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"606","messages":"607","suppressedMessages":"608","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"609","messages":"610","suppressedMessages":"611","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"612","messages":"613","suppressedMessages":"614","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"615","messages":"616","suppressedMessages":"617","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"618","messages":"619","suppressedMessages":"620","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"621","messages":"622","suppressedMessages":"623","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"624","messages":"625","suppressedMessages":"626","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"627","messages":"628","suppressedMessages":"629","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"630","messages":"631","suppressedMessages":"632","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"633","messages":"634","suppressedMessages":"635","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"636","messages":"637","suppressedMessages":"638","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"639","messages":"640","suppressedMessages":"641","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"642","messages":"643","suppressedMessages":"644","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"645","messages":"646","suppressedMessages":"647","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"648","messages":"649","suppressedMessages":"650","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"651","messages":"652","suppressedMessages":"653","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"654","messages":"655","suppressedMessages":"656","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"657","messages":"658","suppressedMessages":"659","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"660","messages":"661","suppressedMessages":"662","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"663","messages":"664","suppressedMessages":"665","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"666","messages":"667","suppressedMessages":"668","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"669","messages":"670","suppressedMessages":"671","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"672","messages":"673","suppressedMessages":"674","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"675","messages":"676","suppressedMessages":"677","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"678","messages":"679","suppressedMessages":"680","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"681","messages":"682","suppressedMessages":"683","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"684","messages":"685","suppressedMessages":"686","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"687","messages":"688","suppressedMessages":"689","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"690","messages":"691","suppressedMessages":"692","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"693","messages":"694","suppressedMessages":"695","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"696","messages":"697","suppressedMessages":"698","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"699","messages":"700","suppressedMessages":"701","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"702","messages":"703","suppressedMessages":"704","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"705","messages":"706","suppressedMessages":"707","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"708","messages":"709","suppressedMessages":"710","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"711","messages":"712","suppressedMessages":"713","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"714","messages":"715","suppressedMessages":"716","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"717","messages":"718","suppressedMessages":"719","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"720","messages":"721","suppressedMessages":"722","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"723","messages":"724","suppressedMessages":"725","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"726","messages":"727","suppressedMessages":"728","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"729","messages":"730","suppressedMessages":"731","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"732","messages":"733","suppressedMessages":"734","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"735","messages":"736","suppressedMessages":"737","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"738","messages":"739","suppressedMessages":"740","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"741","messages":"742","suppressedMessages":"743","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"744","messages":"745","suppressedMessages":"746","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"747","messages":"748","suppressedMessages":"749","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"750","messages":"751","suppressedMessages":"752","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"753","messages":"754","suppressedMessages":"755","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"756","messages":"757","suppressedMessages":"758","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"759","messages":"760","suppressedMessages":"761","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"762","messages":"763","suppressedMessages":"764","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"765","messages":"766","suppressedMessages":"767","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"768","messages":"769","suppressedMessages":"770","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"771","messages":"772","suppressedMessages":"773","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"774","messages":"775","suppressedMessages":"776","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"777","messages":"778","suppressedMessages":"779","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"780","messages":"781","suppressedMessages":"782","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"783","messages":"784","suppressedMessages":"785","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"786","messages":"787","suppressedMessages":"788","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"789","messages":"790","suppressedMessages":"791","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"792","messages":"793","suppressedMessages":"794","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"795","messages":"796","suppressedMessages":"797","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"798","messages":"799","suppressedMessages":"800","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"801","messages":"802","suppressedMessages":"803","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"804","messages":"805","suppressedMessages":"806","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"807","messages":"808","suppressedMessages":"809","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"810","messages":"811","suppressedMessages":"812","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"813","messages":"814","suppressedMessages":"815","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"816","messages":"817","suppressedMessages":"818","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"819","messages":"820","suppressedMessages":"821","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"822","messages":"823","suppressedMessages":"824","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"825","messages":"826","suppressedMessages":"827","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"828","messages":"829","suppressedMessages":"830","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"831","messages":"832","suppressedMessages":"833","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"834","messages":"835","suppressedMessages":"836","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/TylorSteinberger/code/tylors/fx/src/Atomic/Atomic.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Atomic/AtomicCounter.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Atomic/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Clock/Clock.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Clock/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Schedule/Decision.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Schedule/Schedule.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Schedule/ScheduleState.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Schedule/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Service/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stack/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/StackFrame.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/getStackFrames.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/getStackFrames.ts",[],["837","838"],"/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/parseChromeStack.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/parseGeckoStackFrame.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Tagged/index.ts",[],["839","840"],"/Users/TylorSteinberger/code/tylors/fx/src/Clock/DateClock.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Duration/Duration.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Duration/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Time/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Tracing/vite.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Clock/TestClock.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Cause/Cause.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Cause/CauseError.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Cause/Renderer.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Cause/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Cause/prettyStringify.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Disposable/Disposable.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Disposable/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Env/Env.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Env/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Exit/Exit.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Exit/hkt.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Exit/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fiber/Fiber.ts",[],["841","842"],"/Users/TylorSteinberger/code/tylors/fx/src/Fiber/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberContext/FiberContext.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberContext/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberId/FiberId.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberId/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/FiberRef.ts",[],["843","844","845","846","847","848"],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRefs/FiberRefs.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRefs/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberStatus/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Finalizer/Finalizer.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Finalizer/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Future/Future.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Future/MutableFutureQueue.ts",[],["849"],"/Users/TylorSteinberger/code/tylors/fx/src/Future/complete.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Future/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Future/wait.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/Fx.test.ts",[],["850","851"],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/Fx.ts",[],["852","853","854","855","856","857","858","859","860","861","862","863","864","865","866"],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/scoped.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Layer/Layer.ts",[],["867","868","869","870","871","872"],"/Users/TylorSteinberger/code/tylors/fx/src/Layer/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Platform/Platform.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Platform/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/RootScheduler.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/Scheduler.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Scope/Closeable.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Scope/Closeable.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Scope/GlobalScope.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Scope/LocalScope.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Scope/ReleaseMap.ts",[],["873","874"],"/Users/TylorSteinberger/code/tylors/fx/src/Scope/Scope.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Scope/ScopeState.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Scope/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Semaphore/Semaphore.ts",[],["875"],"/Users/TylorSteinberger/code/tylors/fx/src/Semaphore/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Sink/Sink.ts",[],["876"],"/Users/TylorSteinberger/code/tylors/fx/src/Sink/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/Stream.ts",[],["877","878","879","880","881","882"],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/drain.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromFx.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromFx.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Timeline/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Timer/SetTimeoutTimer.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Timer/TestTimer.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Timer/Timer.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Timer/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Trace/Trace.ts",[],["883","884"],"/Users/TylorSteinberger/code/tylors/fx/src/Trace/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/FiberRuntime.ts",[],["885","886","887"],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/Logger.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Platform/TestPlatform.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/callbackScheduler.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Service/Id.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Service/Service.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Service/tagged.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/Supervisor.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/operations.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/Frame.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/Instruction.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/join.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/ImmutableMap/ImmutableMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/ImmutableMap/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/logging.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/Console.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/Console.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogAnnotation.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogLevel.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogSpan.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Tracing/plugin.ts",[],["888","889","890","891","892","893","894","895","896","897","898","899","900","901","902","903","904","905","906"],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/run.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/scheduler.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Runtime/Runtime.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Runtime/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Atomic/Atomic.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/builtins.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/fromLayer.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Node/Runtime.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Node/gracefulShutdown.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Node/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/maxFailures.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/trackIn.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/_internal/suite.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fiber/fromExit.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fiber/hkt.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/runSchedule.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Service/fn.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/_internal.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/bimap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/continueWith.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/continueWith.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/empty.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMapFx.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromCallback.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromCallback.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/hkt.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/logging.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/map.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/periodic.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/run.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/scheduled.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/scheduled.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/tap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fiber/fromScope.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/acquirePermit.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMapConcurrently.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMapConcurrently.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/hold.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/hold.ts",[],["907"],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/lazy.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/merge.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/merge.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/multicast.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/multicast.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/orElse.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/scan.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/scan.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/setFiberRefLocally.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/switchMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/switchMap.ts",[],[],{"ruleId":"908","severity":2,"message":"909","line":10,"column":18,"nodeType":"910","messageId":"911","endLine":10,"endColumn":26,"suppressions":"912"},{"ruleId":"908","severity":2,"message":"909","line":42,"column":18,"nodeType":"910","messageId":"911","endLine":42,"endColumn":26,"suppressions":"913"},{"ruleId":"914","severity":1,"message":"915","line":18,"column":18,"nodeType":"910","messageId":"916","endLine":18,"endColumn":19,"suppressions":"917"},{"ruleId":"914","severity":1,"message":"918","line":34,"column":63,"nodeType":"910","messageId":"916","endLine":34,"endColumn":64,"suppressions":"919"},{"ruleId":"914","severity":1,"message":"920","line":16,"column":61,"nodeType":"910","messageId":"916","endLine":16,"endColumn":63,"suppressions":"921"},{"ruleId":"914","severity":1,"message":"922","line":18,"column":52,"nodeType":"910","messageId":"916","endLine":18,"endColumn":54,"suppressions":"923"},{"ruleId":"914","severity":1,"message":"922","line":19,"column":65,"nodeType":"910","messageId":"916","endLine":19,"endColumn":67,"suppressions":"924"},{"ruleId":"914","severity":1,"message":"920","line":19,"column":75,"nodeType":"910","messageId":"916","endLine":19,"endColumn":77,"suppressions":"925"},{"ruleId":"914","severity":1,"message":"926","line":20,"column":52,"nodeType":"910","messageId":"916","endLine":20,"endColumn":54,"suppressions":"927"},{"ruleId":"914","severity":1,"message":"920","line":20,"column":72,"nodeType":"910","messageId":"916","endLine":20,"endColumn":74,"suppressions":"928"},{"ruleId":"914","severity":1,"message":"926","line":21,"column":52,"nodeType":"910","messageId":"916","endLine":21,"endColumn":54,"suppressions":"929"},{"ruleId":"914","severity":1,"message":"922","line":21,"column":62,"nodeType":"910","messageId":"916","endLine":21,"endColumn":64,"suppressions":"930"},{"ruleId":"931","severity":1,"message":"932","line":27,"column":32,"nodeType":"933","messageId":"934","endLine":27,"endColumn":46,"suppressions":"935"},{"ruleId":"936","severity":2,"message":"937","line":30,"column":17,"nodeType":"938","messageId":"939","endLine":38,"endColumn":12,"suppressions":"940"},{"ruleId":"936","severity":2,"message":"937","line":51,"column":21,"nodeType":"938","messageId":"939","endLine":53,"endColumn":16,"suppressions":"941"},{"ruleId":"914","severity":1,"message":"922","line":72,"column":40,"nodeType":"910","messageId":"916","endLine":72,"endColumn":42,"suppressions":"942"},{"ruleId":"914","severity":1,"message":"920","line":72,"column":50,"nodeType":"910","messageId":"916","endLine":72,"endColumn":52,"suppressions":"943"},{"ruleId":"914","severity":1,"message":"922","line":74,"column":37,"nodeType":"910","messageId":"916","endLine":74,"endColumn":39,"suppressions":"944"},{"ruleId":"914","severity":1,"message":"920","line":74,"column":47,"nodeType":"910","messageId":"916","endLine":74,"endColumn":49,"suppressions":"945"},{"ruleId":"914","severity":1,"message":"926","line":80,"column":30,"nodeType":"910","messageId":"916","endLine":80,"endColumn":32,"suppressions":"946"},{"ruleId":"914","severity":1,"message":"920","line":80,"column":50,"nodeType":"910","messageId":"916","endLine":80,"endColumn":52,"suppressions":"947"},{"ruleId":"914","severity":1,"message":"926","line":82,"column":27,"nodeType":"910","messageId":"916","endLine":82,"endColumn":29,"suppressions":"948"},{"ruleId":"914","severity":1,"message":"920","line":82,"column":47,"nodeType":"910","messageId":"916","endLine":82,"endColumn":49,"suppressions":"949"},{"ruleId":"914","severity":1,"message":"926","line":86,"column":49,"nodeType":"910","messageId":"916","endLine":86,"endColumn":51,"suppressions":"950"},{"ruleId":"914","severity":1,"message":"922","line":86,"column":59,"nodeType":"910","messageId":"916","endLine":86,"endColumn":61,"suppressions":"951"},{"ruleId":"914","severity":1,"message":"926","line":413,"column":58,"nodeType":"910","messageId":"916","endLine":413,"endColumn":60,"suppressions":"952"},{"ruleId":"914","severity":1,"message":"953","line":413,"column":68,"nodeType":"910","messageId":"916","endLine":413,"endColumn":70,"suppressions":"954"},{"ruleId":"914","severity":1,"message":"955","line":415,"column":49,"nodeType":"910","messageId":"916","endLine":415,"endColumn":51,"suppressions":"956"},{"ruleId":"914","severity":1,"message":"953","line":415,"column":69,"nodeType":"910","messageId":"916","endLine":415,"endColumn":71,"suppressions":"957"},{"ruleId":"914","severity":1,"message":"918","line":475,"column":36,"nodeType":"910","messageId":"916","endLine":475,"endColumn":54,"suppressions":"958"},{"ruleId":"914","severity":1,"message":"922","line":19,"column":62,"nodeType":"910","messageId":"916","endLine":19,"endColumn":64,"suppressions":"959"},{"ruleId":"914","severity":1,"message":"920","line":19,"column":72,"nodeType":"910","messageId":"916","endLine":19,"endColumn":74,"suppressions":"960"},{"ruleId":"914","severity":1,"message":"926","line":20,"column":49,"nodeType":"910","messageId":"916","endLine":20,"endColumn":51,"suppressions":"961"},{"ruleId":"914","severity":1,"message":"920","line":20,"column":69,"nodeType":"910","messageId":"916","endLine":20,"endColumn":71,"suppressions":"962"},{"ruleId":"914","severity":1,"message":"926","line":21,"column":49,"nodeType":"910","messageId":"916","endLine":21,"endColumn":51,"suppressions":"963"},{"ruleId":"914","severity":1,"message":"922","line":21,"column":59,"nodeType":"910","messageId":"916","endLine":21,"endColumn":61,"suppressions":"964"},{"ruleId":"931","severity":1,"message":"932","line":47,"column":23,"nodeType":"933","messageId":"934","endLine":47,"endColumn":48,"suppressions":"965"},{"ruleId":"931","severity":1,"message":"932","line":58,"column":30,"nodeType":"933","messageId":"934","endLine":58,"endColumn":55,"suggestions":"966","suppressions":"967"},{"ruleId":"968","severity":2,"message":"969","line":38,"column":11,"nodeType":"910","messageId":"970","endLine":38,"endColumn":15,"suppressions":"971"},{"ruleId":"931","severity":1,"message":"932","line":62,"column":17,"nodeType":"933","messageId":"934","endLine":62,"endColumn":26,"suggestions":"972","suppressions":"973"},{"ruleId":"914","severity":1,"message":"918","line":44,"column":62,"nodeType":"910","messageId":"916","endLine":44,"endColumn":63,"suppressions":"974"},{"ruleId":"914","severity":1,"message":"975","line":44,"column":71,"nodeType":"910","messageId":"916","endLine":44,"endColumn":73,"suppressions":"976"},{"ruleId":"914","severity":1,"message":"918","line":45,"column":50,"nodeType":"910","messageId":"916","endLine":45,"endColumn":51,"suppressions":"977"},{"ruleId":"914","severity":1,"message":"975","line":45,"column":68,"nodeType":"910","messageId":"916","endLine":45,"endColumn":70,"suppressions":"978"},{"ruleId":"914","severity":1,"message":"918","line":46,"column":50,"nodeType":"910","messageId":"916","endLine":46,"endColumn":51,"suppressions":"979"},{"ruleId":"914","severity":1,"message":"975","line":46,"column":59,"nodeType":"910","messageId":"916","endLine":46,"endColumn":61,"suppressions":"980"},{"ruleId":"908","severity":2,"message":"909","line":26,"column":20,"nodeType":"910","messageId":"911","endLine":26,"endColumn":28,"suppressions":"981"},{"ruleId":"908","severity":2,"message":"909","line":166,"column":18,"nodeType":"910","messageId":"911","endLine":166,"endColumn":26,"suppressions":"982"},{"ruleId":"914","severity":1,"message":"918","line":218,"column":27,"nodeType":"910","messageId":"916","endLine":218,"endColumn":81,"suppressions":"983"},{"ruleId":"914","severity":1,"message":"918","line":369,"column":5,"nodeType":"910","messageId":"916","endLine":369,"endColumn":71,"suppressions":"984"},{"ruleId":"914","severity":1,"message":"918","line":375,"column":29,"nodeType":"910","messageId":"916","endLine":375,"endColumn":85,"suppressions":"985"},{"ruleId":"986","severity":1,"message":"987","line":30,"column":28,"nodeType":"988","endLine":30,"endColumn":38,"suppressions":"989"},{"ruleId":"986","severity":1,"message":"987","line":31,"column":11,"nodeType":"988","endLine":31,"endColumn":21,"suppressions":"990"},{"ruleId":"986","severity":1,"message":"987","line":34,"column":11,"nodeType":"988","endLine":34,"endColumn":21,"suppressions":"991"},{"ruleId":"986","severity":1,"message":"992","line":34,"column":34,"nodeType":"988","endLine":34,"endColumn":47,"suppressions":"993"},{"ruleId":"986","severity":1,"message":"987","line":35,"column":11,"nodeType":"988","endLine":35,"endColumn":21,"suppressions":"994"},{"ruleId":"986","severity":1,"message":"995","line":44,"column":13,"nodeType":"988","endLine":44,"endColumn":32,"suppressions":"996"},{"ruleId":"986","severity":1,"message":"997","line":46,"column":38,"nodeType":"988","endLine":46,"endColumn":51,"suppressions":"998"},{"ruleId":"986","severity":1,"message":"987","line":71,"column":18,"nodeType":"988","endLine":71,"endColumn":28,"suppressions":"999"},{"ruleId":"986","severity":1,"message":"1000","line":73,"column":13,"nodeType":"988","endLine":73,"endColumn":25,"suppressions":"1001"},{"ruleId":"986","severity":1,"message":"1002","line":87,"column":13,"nodeType":"988","endLine":87,"endColumn":31,"suppressions":"1003"},{"ruleId":"986","severity":1,"message":"997","line":89,"column":38,"nodeType":"988","endLine":89,"endColumn":51,"suppressions":"1004"},{"ruleId":"986","severity":1,"message":"987","line":115,"column":18,"nodeType":"988","endLine":115,"endColumn":28,"suppressions":"1005"},{"ruleId":"986","severity":1,"message":"1000","line":117,"column":13,"nodeType":"988","endLine":117,"endColumn":25,"suppressions":"1006"},{"ruleId":"931","severity":1,"message":"932","line":125,"column":47,"nodeType":"933","messageId":"934","endLine":125,"endColumn":61,"suggestions":"1007","suppressions":"1008"},{"ruleId":"986","severity":1,"message":"1009","line":132,"column":13,"nodeType":"988","endLine":132,"endColumn":37,"suppressions":"1010"},{"ruleId":"986","severity":1,"message":"987","line":133,"column":18,"nodeType":"988","endLine":133,"endColumn":28,"suppressions":"1011"},{"ruleId":"986","severity":1,"message":"1012","line":138,"column":13,"nodeType":"988","endLine":138,"endColumn":30,"suppressions":"1013"},{"ruleId":"986","severity":1,"message":"1012","line":143,"column":16,"nodeType":"988","endLine":143,"endColumn":33,"suppressions":"1014"},{"ruleId":"986","severity":1,"message":"1012","line":146,"column":14,"nodeType":"988","endLine":146,"endColumn":31,"suppressions":"1015"},{"ruleId":"968","severity":2,"message":"969","line":69,"column":11,"nodeType":"910","messageId":"970","endLine":69,"endColumn":15,"suppressions":"1016"},"@typescript-eslint/ban-types","Don't use `Function` as a type. The `Function` type accepts any function-like value.\nIt provides no type safety when calling the function, which can be a common source of bugs.\nIt also accepts things like class declarations, which will throw at runtime as they will not be called with `new`.\nIf you are expecting the function to accept certain arguments, you should explicitly define the function shape.","Identifier","bannedTypeMessage",["1017"],["1018"],"@typescript-eslint/no-unused-vars","'T' is defined but never used.","unusedVar",["1019"],"'_' is defined but never used.",["1020"],"'_A' is defined but never used.",["1021"],"'_E' is defined but never used.",["1022"],["1023"],["1024"],"'_R' is defined but never used.",["1025"],["1026"],["1027"],["1028"],"@typescript-eslint/no-non-null-assertion","Forbidden non-null assertion.","TSNonNullExpression","noNonNull",["1029"],"require-yield","This generator function does not have 'yield'.","FunctionExpression","missingYield",["1030"],["1031"],["1032"],["1033"],["1034"],["1035"],["1036"],["1037"],["1038"],["1039"],["1040"],["1041"],["1042"],"'_N' is defined but never used.",["1043"],"'_Y' is defined but never used.",["1044"],["1045"],["1046"],["1047"],["1048"],["1049"],["1050"],["1051"],["1052"],["1053"],["1054"],["1055"],"@typescript-eslint/no-this-alias","Unexpected aliasing of 'this' to local variable.","thisAssignment",["1056"],["1057"],["1058"],["1059"],"'__' is defined but never used.",["1060"],["1061"],["1062"],["1063"],["1064"],["1065"],["1066"],["1067"],["1068"],["1069"],"import/no-named-as-default-member","Caution: `ts` also has a named export `factory`. Check if you meant to write `import {factory} from 'typescript'` instead.","MemberExpression",["1070"],["1071"],["1072"],"Caution: `ts` also has a named export `SyntaxKind`. Check if you meant to write `import {SyntaxKind} from 'typescript'` instead.",["1073"],["1074"],"Caution: `ts` also has a named export `isCallExpression`. Check if you meant to write `import {isCallExpression} from 'typescript'` instead.",["1075"],"Caution: `ts` also has a named export `visitNodes`. Check if you meant to write `import {visitNodes} from 'typescript'` instead.",["1076"],["1077"],"Caution: `ts` also has a named export `visitNode`. Check if you meant to write `import {visitNode} from 'typescript'` instead.",["1078"],"Caution: `ts` also has a named export `isNewExpression`. Check if you meant to write `import {isNewExpression} from 'typescript'` instead.",["1079"],["1080"],["1081"],["1082"],["1083"],["1084"],"Caution: `ts` also has a named export `isVariableDeclaration`. Check if you meant to write `import {isVariableDeclaration} from 'typescript'` instead.",["1085"],["1086"],"Caution: `ts` also has a named export `visitEachChild`. Check if you meant to write `import {visitEachChild} from 'typescript'` instead.",["1087"],["1088"],["1089"],["1090"],{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"messageId":"1093","fix":"1094","desc":"1095"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"messageId":"1093","fix":"1096","desc":"1095"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"messageId":"1093","fix":"1097","desc":"1095"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},{"kind":"1091","justification":"1092"},"directive","","suggestOptionalChain",{"range":"1098","text":"1099"},"Consider using the optional chain operator `?.` instead. This operator includes runtime checks, so it is safer than the compile-only non-null assertion operator.",{"range":"1100","text":"1099"},{"range":"1101","text":"1102"},[1685,1686],"?.",[1640,1641],[5961,5962],"?"]
|
|
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",""]
|
package/cjs/Fx.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as Effect from '@effect/core/io/Effect';
|
|
2
|
+
import { Sink } from './Sink.js';
|
|
3
|
+
export interface Fx<R, E, A, E1 = never> {
|
|
4
|
+
readonly run: <R2, E2, B>(sink: Sink<E, A, R2, E2, B>) => Effect.Effect<R | R2, E1 | E2, B>;
|
|
5
|
+
}
|
|
6
|
+
export declare function Fx<R, E, A, E1 = never>(run: Fx<R, E, A, E1>['run']): Fx<R, E, A, E1>;
|
|
7
|
+
export declare namespace Fx {
|
|
8
|
+
type ResourcesOf<T> = T extends Fx<infer R, any, any, any> ? R : never;
|
|
9
|
+
type ErrorsOf<T> = T extends Fx<any, infer E, any, any> ? E : never;
|
|
10
|
+
type OutputOf<T> = T extends Fx<any, any, infer A, any> ? A : never;
|
|
11
|
+
type ReturnErrorsOf<T> = T extends Fx<any, any, any, infer E1> ? E1 : never;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=Fx.d.ts.map
|
package/cjs/Fx.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Fx.d.ts","sourceRoot":"","sources":["../src/Fx.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAEhD,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AAEhC,MAAM,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,KAAK;IACrC,QAAQ,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,CAAA;CAC5F;AAED,wBAAgB,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,KAAK,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAEpF;AAED,yBAAiB,EAAE,CAAC;IAClB,KAAY,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;IAC7E,KAAY,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,GAAG,EAAE,MAAM,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;IAC1E,KAAY,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;IAC1E,KAAY,cAAc,CAAC,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,CAAA;CACnF"}
|
package/cjs/Fx.js
ADDED
package/cjs/Fx.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Fx.js","sourceRoot":"","sources":["../src/Fx.ts"],"names":[],"mappings":";;;AAQA,SAAgB,EAAE,CAAsB,GAA2B;IACjE,OAAO,EAAE,GAAG,EAAE,CAAA;AAChB,CAAC;AAFD,gBAEC"}
|
package/cjs/Sink.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Cause } from '@effect/core/io/Cause';
|
|
2
|
+
import * as Effect from '@effect/core/io/Effect';
|
|
3
|
+
import * as Maybe from '@tsplus/stdlib/data/Maybe';
|
|
4
|
+
export interface Sink<E, A, R2, E2, B> {
|
|
5
|
+
readonly event: (value: A) => Effect.Effect<R2, E2, unknown>;
|
|
6
|
+
readonly error: (cause: Cause<E>) => Effect.Effect<R2, E2, B>;
|
|
7
|
+
readonly end: Effect.Effect<R2, E2, B>;
|
|
8
|
+
}
|
|
9
|
+
export declare function Sink<E, A, R2 = never, E2 = E, B = void>(event: Sink<E, A, R2, E2, B>['event'], error?: Sink<E, A, R2, E2, B>['error'], end?: Sink<E, A, R2, E2, B>['end']): Sink<E, A, R2, E2, B>;
|
|
10
|
+
export declare namespace Sink {
|
|
11
|
+
type InputErrorsOf<T> = T extends Sink<infer R, any, any, any, any> ? R : never;
|
|
12
|
+
type EventOf<T> = T extends Sink<any, infer R, any, any, any> ? R : never;
|
|
13
|
+
type ResourcesOf<T> = T extends Sink<any, any, infer R, any, any> ? R : never;
|
|
14
|
+
type OutputErrorsOf<T> = T extends Sink<any, any, any, infer R, any> ? R : never;
|
|
15
|
+
type OutputOf<T> = T extends Sink<any, any, any, any, infer R> ? R : never;
|
|
16
|
+
}
|
|
17
|
+
export declare function mapInputEvent<A, B>(f: (a: A) => B): <E, R2, E2, C>(sink: Sink<E, B, R2, E2, C>) => Sink<E, A, R2, E2, C>;
|
|
18
|
+
export declare function mapInputEventEffect<A, R3, E3, B>(f: (a: A) => Effect.Effect<R3, E3, B>): <E, R2, E2, C>(sink: Sink<E, B, R2, E2, C>) => Sink<E, A, R2 | R3, E2 | E3, C>;
|
|
19
|
+
export declare function mapInputCause<E, E2>(f: (e: Cause<E>) => Cause<E2>): <A, R2, E3, B>(sink: Sink<E2, A, R2, E3, B>) => Sink<E, A, R2, E3, B>;
|
|
20
|
+
export declare function mapInputCauseEffect<E, R3, E3, E2>(f: (e: Cause<E>) => Effect.Effect<R3, E3, Cause<E2>>): <A, R2, E4, B>(sink: Sink<E2, A, R2, E4, B>) => Sink<E, A, R2 | R3, E3 | E4, B>;
|
|
21
|
+
export declare function mapOutput<B, C>(f: (b: B) => C): <E, A, R2, E2>(sink: Sink<E, A, R2, E2, B>) => Sink<E, A, R2, E2, C>;
|
|
22
|
+
export declare function mapOutputEffect<B, R3, E3, C>(f: (b: B) => Effect.Effect<R3, E3, C>): <E, A, R2, E2>(sink: Sink<E, A, R2, E2, B>) => Sink<E, A, R2 | R3, E2 | E3, C>;
|
|
23
|
+
export declare function mapOutputCause<E2, E3>(f: (e: Cause<E2>) => Cause<E3>): <E, A, R2, B>(sink: Sink<E, A, R2, E2, B>) => Sink<E, A, R2, E3, B>;
|
|
24
|
+
export declare function filterMap<A, B>(f: (a: A) => Maybe.Maybe<B>): <E, R2, E2, C>(sink: Sink<E, B, R2, E2, C>) => Sink<E, A, R2, E2, C>;
|
|
25
|
+
//# sourceMappingURL=Sink.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Sink.d.ts","sourceRoot":"","sources":["../src/Sink.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAA;AAC7C,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAEhD,OAAO,KAAK,KAAK,MAAM,2BAA2B,CAAA;AAElD,MAAM,WAAW,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC;IACnC,QAAQ,CAAC,KAAK,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,OAAO,CAAC,CAAA;IAC5D,QAAQ,CAAC,KAAK,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAA;IAC7D,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAA;CACvC;AAED,wBAAgB,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,EACrD,KAAK,EAAE,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,EACrC,KAAK,GAAE,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,OAAO,CAA2B,EAC/D,GAAG,GAAE,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,CAAsB,GACrD,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAEvB;AAED,yBAAiB,IAAI,CAAC;IACpB,KAAY,aAAa,CAAC,CAAC,IAAI,CAAC,SAAS,IAAI,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;IACtF,KAAY,OAAO,CAAC,CAAC,IAAI,CAAC,SAAS,IAAI,CAAC,GAAG,EAAE,MAAM,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;IAChF,KAAY,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;IACpF,KAAY,cAAc,CAAC,CAAC,IAAI,CAAC,SAAS,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;IACvF,KAAY,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;CAClF;AAED,wBAAgB,aAAa,CAAC,CAAC,EAAE,CAAC,EAChC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,GACb,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAEtE;AAED,wBAAgB,mBAAmB,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAC9C,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,GACpC,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,CAEhF;AAED,wBAAgB,aAAa,CAAC,CAAC,EAAE,EAAE,EACjC,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,KAAK,KAAK,CAAC,EAAE,CAAC,GAC5B,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAEvE;AAED,wBAAgB,mBAAmB,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAC/C,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,KAAK,CAAC,EAAE,CAAC,CAAC,GACnD,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,CAEjF;AAED,wBAAgB,SAAS,CAAC,CAAC,EAAE,CAAC,EAC5B,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,GACb,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAEtE;AAED,wBAAgB,eAAe,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAC1C,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,GACpC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,CAGhF;AAED,wBAAgB,cAAc,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,KAAK,CAAC,EAAE,CAAC,uEAOpE;AAED,wBAAgB,SAAS,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,wEAU1D"}
|
package/cjs/Sink.js
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
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.filterMap = exports.mapOutputCause = exports.mapOutputEffect = exports.mapOutput = exports.mapInputCauseEffect = exports.mapInputCause = exports.mapInputEventEffect = exports.mapInputEvent = exports.Sink = void 0;
|
|
27
|
+
const Effect = __importStar(require("@effect/core/io/Effect"));
|
|
28
|
+
const Function_1 = require("@fp-ts/data/Function");
|
|
29
|
+
const Maybe = __importStar(require("@tsplus/stdlib/data/Maybe"));
|
|
30
|
+
function Sink(event, error = Effect.failCause, end = Effect.unit) {
|
|
31
|
+
return { event, error, end };
|
|
32
|
+
}
|
|
33
|
+
exports.Sink = Sink;
|
|
34
|
+
function mapInputEvent(f) {
|
|
35
|
+
return (sink) => Sink((0, Function_1.flow)(f, sink.event), sink.error, sink.end);
|
|
36
|
+
}
|
|
37
|
+
exports.mapInputEvent = mapInputEvent;
|
|
38
|
+
function mapInputEventEffect(f) {
|
|
39
|
+
return (sink) => Sink((0, Function_1.flow)(f, Effect.flatMap(sink.event)), sink.error, sink.end);
|
|
40
|
+
}
|
|
41
|
+
exports.mapInputEventEffect = mapInputEventEffect;
|
|
42
|
+
function mapInputCause(f) {
|
|
43
|
+
return (sink) => Sink(sink.event, (0, Function_1.flow)(f, sink.error), sink.end);
|
|
44
|
+
}
|
|
45
|
+
exports.mapInputCause = mapInputCause;
|
|
46
|
+
function mapInputCauseEffect(f) {
|
|
47
|
+
return (sink) => Sink(sink.event, (0, Function_1.flow)(f, Effect.flatMap(sink.error)), sink.end);
|
|
48
|
+
}
|
|
49
|
+
exports.mapInputCauseEffect = mapInputCauseEffect;
|
|
50
|
+
function mapOutput(f) {
|
|
51
|
+
return (sink) => Sink(sink.event, (0, Function_1.flow)(sink.error, Effect.map(f)), (0, Function_1.pipe)(sink.end, Effect.map(f)));
|
|
52
|
+
}
|
|
53
|
+
exports.mapOutput = mapOutput;
|
|
54
|
+
function mapOutputEffect(f) {
|
|
55
|
+
return (sink) => Sink(sink.event, (0, Function_1.flow)(sink.error, Effect.flatMap(f)), (0, Function_1.pipe)(sink.end, Effect.flatMap(f)));
|
|
56
|
+
}
|
|
57
|
+
exports.mapOutputEffect = mapOutputEffect;
|
|
58
|
+
function mapOutputCause(f) {
|
|
59
|
+
return (sink) => Sink((0, Function_1.flow)(sink.event, Effect.mapErrorCause(f)), (0, Function_1.flow)(sink.error, Effect.mapErrorCause(f)), (0, Function_1.pipe)(sink.end, Effect.mapErrorCause(f)));
|
|
60
|
+
}
|
|
61
|
+
exports.mapOutputCause = mapOutputCause;
|
|
62
|
+
function filterMap(f) {
|
|
63
|
+
return (sink) => Sink((0, Function_1.flow)(f, Maybe.fold(() => Effect.unit, sink.event)), sink.error, sink.end);
|
|
64
|
+
}
|
|
65
|
+
exports.filterMap = filterMap;
|
|
66
|
+
//# sourceMappingURL=Sink.js.map
|
package/cjs/Sink.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Sink.js","sourceRoot":"","sources":["../src/Sink.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AACA,+DAAgD;AAChD,mDAAiD;AACjD,iEAAkD;AAQlD,SAAgB,IAAI,CAClB,KAAqC,EACrC,QAAwC,MAAM,CAAC,SAAgB,EAC/D,MAAoC,MAAM,CAAC,IAAW;IAEtD,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,CAAA;AAC9B,CAAC;AAND,oBAMC;AAUD,SAAgB,aAAa,CAC3B,CAAc;IAEd,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAA,eAAI,EAAC,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,CAAA;AAClE,CAAC;AAJD,sCAIC;AAED,SAAgB,mBAAmB,CACjC,CAAqC;IAErC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAA,eAAI,EAAC,CAAC,EAAE,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,CAAA;AAClF,CAAC;AAJD,kDAIC;AAED,SAAgB,aAAa,CAC3B,CAA6B;IAE7B,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,IAAA,eAAI,EAAC,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,CAAA;AAClE,CAAC;AAJD,sCAIC;AAED,SAAgB,mBAAmB,CACjC,CAAoD;IAEpD,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,IAAA,eAAI,EAAC,CAAC,EAAE,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,CAAA;AAClF,CAAC;AAJD,kDAIC;AAED,SAAgB,SAAS,CACvB,CAAc;IAEd,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,IAAA,eAAI,EAAC,IAAI,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,IAAA,eAAI,EAAC,IAAI,CAAC,GAAG,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;AACnG,CAAC;AAJD,8BAIC;AAED,SAAgB,eAAe,CAC7B,CAAqC;IAErC,OAAO,CAAC,IAAI,EAAE,EAAE,CACd,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,IAAA,eAAI,EAAC,IAAI,CAAC,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,IAAA,eAAI,EAAC,IAAI,CAAC,GAAG,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;AAC5F,CAAC;AALD,0CAKC;AAED,SAAgB,cAAc,CAAS,CAA8B;IACnE,OAAO,CAAc,IAA2B,EAAyB,EAAE,CACzE,IAAI,CACF,IAAA,eAAI,EAAC,IAAI,CAAC,KAAK,EAAE,MAAM,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,EACzC,IAAA,eAAI,EAAC,IAAI,CAAC,KAAK,EAAE,MAAM,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,EACzC,IAAA,eAAI,EAAC,IAAI,CAAC,GAAG,EAAE,MAAM,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CACxC,CAAA;AACL,CAAC;AAPD,wCAOC;AAED,SAAgB,SAAS,CAAO,CAA2B;IACzD,OAAO,CAAe,IAA2B,EAAyB,EAAE,CAC1E,IAAI,CACF,IAAA,eAAI,EACF,CAAC,EACD,KAAK,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,CAC1C,EACD,IAAI,CAAC,KAAK,EACV,IAAI,CAAC,GAAG,CACT,CAAA;AACL,CAAC;AAVD,8BAUC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as TSemaphore from '@effect/core/stm/TSemaphore';
|
|
2
|
+
export declare const withPermit: (self: TSemaphore.TSemaphore) => <R, E, A, E1>(fx: import("./Fx.js").Fx<R, E, A, E1>) => import("./Fx.js").Fx<R, E, A, E1>;
|
|
3
|
+
export declare const withPermits: (permits: number) => (self: TSemaphore.TSemaphore) => <R, E, A, E1>(fx: import("./Fx.js").Fx<R, E, A, E1>) => import("./Fx.js").Fx<R, E, A, E1>;
|
|
4
|
+
//# sourceMappingURL=TSemaphore.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TSemaphore.d.ts","sourceRoot":"","sources":["../src/TSemaphore.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAA;AAIzD,eAAO,MAAM,UAAU,SAAU,qBAAqB,8FAA2C,CAAA;AAEjG,eAAO,MAAM,WAAW,YAAa,MAAM,YAAY,qBAAqB,8FAC1B,CAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.withPermits = exports.withPermit = void 0;
|
|
27
|
+
const TSemaphore = __importStar(require("@effect/core/stm/TSemaphore"));
|
|
28
|
+
const transform_js_1 = require("./transform.js");
|
|
29
|
+
const withPermit = (self) => (0, transform_js_1.transform)(TSemaphore.withPermit(self));
|
|
30
|
+
exports.withPermit = withPermit;
|
|
31
|
+
const withPermits = (permits) => (self) => (0, transform_js_1.transform)(TSemaphore.withPermits(permits)(self));
|
|
32
|
+
exports.withPermits = withPermits;
|
|
33
|
+
//# sourceMappingURL=TSemaphore.js.map
|