@typed/fx 0.0.8 → 0.0.10

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.
Files changed (1823) hide show
  1. package/.eslintcache +1 -1
  2. package/cjs/Fx.d.ts +30 -0
  3. package/cjs/Fx.d.ts.map +1 -0
  4. package/cjs/Fx.js +18 -0
  5. package/cjs/Fx.js.map +1 -0
  6. package/cjs/_internal.d.ts +21 -0
  7. package/cjs/_internal.d.ts.map +1 -0
  8. package/cjs/_internal.js +54 -0
  9. package/cjs/_internal.js.map +1 -0
  10. package/cjs/combine.d.ts +7 -0
  11. package/cjs/combine.d.ts.map +1 -0
  12. package/cjs/combine.js +46 -0
  13. package/cjs/combine.js.map +1 -0
  14. package/cjs/continueWith.d.ts +4 -0
  15. package/cjs/continueWith.d.ts.map +1 -0
  16. package/cjs/continueWith.js +38 -0
  17. package/cjs/continueWith.js.map +1 -0
  18. package/cjs/debounce.d.ts +4 -0
  19. package/cjs/debounce.d.ts.map +1 -0
  20. package/cjs/debounce.js +40 -0
  21. package/cjs/debounce.js.map +1 -0
  22. package/cjs/delay.d.ts +5 -0
  23. package/cjs/delay.d.ts.map +1 -0
  24. package/cjs/delay.js +39 -0
  25. package/cjs/delay.js.map +1 -0
  26. package/cjs/during.d.ts +3 -0
  27. package/cjs/during.d.ts.map +1 -0
  28. package/cjs/during.js +40 -0
  29. package/cjs/during.js.map +1 -0
  30. package/cjs/filterLoop.d.ts +25 -0
  31. package/cjs/filterLoop.d.ts.map +1 -0
  32. package/cjs/filterLoop.js +108 -0
  33. package/cjs/filterLoop.js.map +1 -0
  34. package/cjs/filterMap.d.ts +24 -0
  35. package/cjs/filterMap.d.ts.map +1 -0
  36. package/cjs/filterMap.js +85 -0
  37. package/cjs/filterMap.js.map +1 -0
  38. package/cjs/flatMap.d.ts +4 -0
  39. package/cjs/flatMap.d.ts.map +1 -0
  40. package/cjs/flatMap.js +43 -0
  41. package/cjs/flatMap.js.map +1 -0
  42. package/cjs/flatMapConcurrently.d.ts +4 -0
  43. package/cjs/flatMapConcurrently.d.ts.map +1 -0
  44. package/cjs/flatMapConcurrently.js +40 -0
  45. package/cjs/flatMapConcurrently.js.map +1 -0
  46. package/cjs/fromEffect.d.ts +47 -0
  47. package/cjs/fromEffect.d.ts.map +1 -0
  48. package/cjs/fromEffect.js +69 -0
  49. package/cjs/fromEffect.js.map +1 -0
  50. package/cjs/fromIterable.d.ts +9 -0
  51. package/cjs/fromIterable.d.ts.map +1 -0
  52. package/cjs/fromIterable.js +42 -0
  53. package/cjs/fromIterable.js.map +1 -0
  54. package/cjs/hold.d.ts +25 -0
  55. package/cjs/hold.d.ts.map +1 -0
  56. package/cjs/hold.js +104 -0
  57. package/cjs/hold.js.map +1 -0
  58. package/cjs/index.d.ts +40 -36
  59. package/cjs/index.d.ts.map +1 -1
  60. package/cjs/index.js +40 -49
  61. package/cjs/index.js.map +1 -1
  62. package/cjs/mapCause.d.ts +5 -0
  63. package/cjs/mapCause.d.ts.map +1 -0
  64. package/cjs/mapCause.js +41 -0
  65. package/cjs/mapCause.js.map +1 -0
  66. package/cjs/mapEffect.d.ts +4 -0
  67. package/cjs/mapEffect.d.ts.map +1 -0
  68. package/cjs/mapEffect.js +32 -0
  69. package/cjs/mapEffect.js.map +1 -0
  70. package/cjs/merge.d.ts +5 -0
  71. package/cjs/merge.d.ts.map +1 -0
  72. package/cjs/merge.js +41 -0
  73. package/cjs/merge.js.map +1 -0
  74. package/cjs/multicast.d.ts +28 -0
  75. package/cjs/multicast.d.ts.map +1 -0
  76. package/cjs/multicast.js +80 -0
  77. package/cjs/multicast.js.map +1 -0
  78. package/cjs/orElse.d.ts +5 -0
  79. package/cjs/orElse.d.ts.map +1 -0
  80. package/cjs/orElse.js +47 -0
  81. package/cjs/orElse.js.map +1 -0
  82. package/cjs/periodic.d.ts +4 -0
  83. package/cjs/periodic.d.ts.map +1 -0
  84. package/cjs/periodic.js +35 -0
  85. package/cjs/periodic.js.map +1 -0
  86. package/cjs/provide.d.ts +12 -0
  87. package/cjs/provide.d.ts.map +1 -0
  88. package/cjs/provide.js +56 -0
  89. package/cjs/provide.js.map +1 -0
  90. package/cjs/runCollect.d.ts +4 -0
  91. package/cjs/runCollect.d.ts.map +1 -0
  92. package/cjs/runCollect.js +34 -0
  93. package/cjs/runCollect.js.map +1 -0
  94. package/cjs/runDrain.d.ts +4 -0
  95. package/cjs/runDrain.d.ts.map +1 -0
  96. package/cjs/runDrain.js +38 -0
  97. package/cjs/runDrain.js.map +1 -0
  98. package/cjs/runObserve.d.ts +4 -0
  99. package/cjs/runObserve.d.ts.map +1 -0
  100. package/cjs/runObserve.js +35 -0
  101. package/cjs/runObserve.js.map +1 -0
  102. package/cjs/runReduce.d.ts +6 -0
  103. package/cjs/runReduce.d.ts.map +1 -0
  104. package/cjs/runReduce.js +50 -0
  105. package/cjs/runReduce.js.map +1 -0
  106. package/cjs/scheduled.d.ts +14 -0
  107. package/cjs/scheduled.d.ts.map +1 -0
  108. package/cjs/scheduled.js +81 -0
  109. package/cjs/scheduled.js.map +1 -0
  110. package/cjs/since.d.ts +3 -0
  111. package/cjs/since.d.ts.map +1 -0
  112. package/cjs/since.js +39 -0
  113. package/cjs/since.js.map +1 -0
  114. package/cjs/skipRepeats.d.ts +4 -0
  115. package/cjs/skipRepeats.d.ts.map +1 -0
  116. package/cjs/skipRepeats.js +40 -0
  117. package/cjs/skipRepeats.js.map +1 -0
  118. package/cjs/skipWhile.d.ts +5 -0
  119. package/cjs/skipWhile.d.ts.map +1 -0
  120. package/cjs/skipWhile.js +48 -0
  121. package/cjs/skipWhile.js.map +1 -0
  122. package/cjs/slice.d.ts +5 -0
  123. package/cjs/slice.d.ts.map +1 -0
  124. package/cjs/slice.js +55 -0
  125. package/cjs/slice.js.map +1 -0
  126. package/cjs/snapshot.d.ts +4 -0
  127. package/cjs/snapshot.d.ts.map +1 -0
  128. package/cjs/snapshot.js +43 -0
  129. package/cjs/snapshot.js.map +1 -0
  130. package/cjs/suspendSucceed.d.ts +3 -0
  131. package/cjs/suspendSucceed.d.ts.map +1 -0
  132. package/cjs/suspendSucceed.js +9 -0
  133. package/cjs/suspendSucceed.js.map +1 -0
  134. package/cjs/switchMap.d.ts +3 -0
  135. package/cjs/switchMap.d.ts.map +1 -0
  136. package/cjs/switchMap.js +37 -0
  137. package/cjs/switchMap.js.map +1 -0
  138. package/cjs/takeWhile.d.ts +5 -0
  139. package/cjs/takeWhile.d.ts.map +1 -0
  140. package/cjs/takeWhile.js +19 -0
  141. package/cjs/takeWhile.js.map +1 -0
  142. package/cjs/tapEffect.d.ts +5 -0
  143. package/cjs/tapEffect.d.ts.map +1 -0
  144. package/cjs/tapEffect.js +34 -0
  145. package/cjs/tapEffect.js.map +1 -0
  146. package/cjs/throttle.d.ts +4 -0
  147. package/cjs/throttle.d.ts.map +1 -0
  148. package/cjs/throttle.js +41 -0
  149. package/cjs/throttle.js.map +1 -0
  150. package/cjs/transform.d.ts +20 -0
  151. package/cjs/transform.d.ts.map +1 -0
  152. package/cjs/transform.js +54 -0
  153. package/cjs/transform.js.map +1 -0
  154. package/cjs/until.d.ts +3 -0
  155. package/cjs/until.d.ts.map +1 -0
  156. package/cjs/until.js +39 -0
  157. package/cjs/until.js.map +1 -0
  158. package/cjs/withEmitter.d.ts +9 -0
  159. package/cjs/withEmitter.d.ts.map +1 -0
  160. package/cjs/withEmitter.js +53 -0
  161. package/cjs/withEmitter.js.map +1 -0
  162. package/cjs/zip.d.ts +7 -0
  163. package/cjs/zip.d.ts.map +1 -0
  164. package/cjs/zip.js +48 -0
  165. package/cjs/zip.js.map +1 -0
  166. package/cjs/zipIterable.d.ts +4 -0
  167. package/cjs/zipIterable.d.ts.map +1 -0
  168. package/cjs/zipIterable.js +54 -0
  169. package/cjs/zipIterable.js.map +1 -0
  170. package/esm/Fx.d.ts +30 -0
  171. package/esm/Fx.d.ts.map +1 -0
  172. package/esm/Fx.js +13 -0
  173. package/esm/Fx.js.map +1 -0
  174. package/esm/_internal.d.ts +21 -0
  175. package/esm/_internal.d.ts.map +1 -0
  176. package/esm/_internal.js +24 -0
  177. package/esm/_internal.js.map +1 -0
  178. package/esm/combine.d.ts +7 -0
  179. package/esm/combine.d.ts.map +1 -0
  180. package/esm/combine.js +18 -0
  181. package/esm/combine.js.map +1 -0
  182. package/esm/continueWith.d.ts +4 -0
  183. package/esm/continueWith.d.ts.map +1 -0
  184. package/esm/continueWith.js +10 -0
  185. package/esm/continueWith.js.map +1 -0
  186. package/esm/debounce.d.ts +4 -0
  187. package/esm/debounce.d.ts.map +1 -0
  188. package/esm/debounce.js +13 -0
  189. package/esm/debounce.js.map +1 -0
  190. package/esm/delay.d.ts +5 -0
  191. package/esm/delay.d.ts.map +1 -0
  192. package/esm/delay.js +11 -0
  193. package/esm/delay.js.map +1 -0
  194. package/esm/during.d.ts +3 -0
  195. package/esm/during.d.ts.map +1 -0
  196. package/esm/during.js +13 -0
  197. package/esm/during.js.map +1 -0
  198. package/esm/filterLoop.d.ts +25 -0
  199. package/esm/filterLoop.d.ts.map +1 -0
  200. package/esm/filterLoop.js +76 -0
  201. package/esm/filterLoop.js.map +1 -0
  202. package/esm/filterMap.d.ts +24 -0
  203. package/esm/filterMap.d.ts.map +1 -0
  204. package/esm/filterMap.js +53 -0
  205. package/esm/filterMap.js.map +1 -0
  206. package/esm/flatMap.d.ts +4 -0
  207. package/esm/flatMap.d.ts.map +1 -0
  208. package/esm/flatMap.js +15 -0
  209. package/esm/flatMap.js.map +1 -0
  210. package/esm/flatMapConcurrently.d.ts +4 -0
  211. package/esm/flatMapConcurrently.d.ts.map +1 -0
  212. package/esm/flatMapConcurrently.js +12 -0
  213. package/esm/flatMapConcurrently.js.map +1 -0
  214. package/esm/fromEffect.d.ts +47 -0
  215. package/esm/fromEffect.d.ts.map +1 -0
  216. package/esm/fromEffect.js +40 -0
  217. package/esm/fromEffect.js.map +1 -0
  218. package/esm/fromIterable.d.ts +9 -0
  219. package/esm/fromIterable.d.ts.map +1 -0
  220. package/esm/fromIterable.js +14 -0
  221. package/esm/fromIterable.js.map +1 -0
  222. package/esm/hold.d.ts +25 -0
  223. package/esm/hold.d.ts.map +1 -0
  224. package/esm/hold.js +76 -0
  225. package/esm/hold.js.map +1 -0
  226. package/esm/index.d.ts +40 -36
  227. package/esm/index.d.ts.map +1 -1
  228. package/esm/index.js +40 -71
  229. package/esm/index.js.map +1 -1
  230. package/esm/mapCause.d.ts +5 -0
  231. package/esm/mapCause.d.ts.map +1 -0
  232. package/esm/mapCause.js +13 -0
  233. package/esm/mapCause.js.map +1 -0
  234. package/esm/mapEffect.d.ts +4 -0
  235. package/esm/mapEffect.d.ts.map +1 -0
  236. package/esm/mapEffect.js +5 -0
  237. package/esm/mapEffect.js.map +1 -0
  238. package/esm/merge.d.ts +5 -0
  239. package/esm/merge.d.ts.map +1 -0
  240. package/esm/merge.js +13 -0
  241. package/esm/merge.js.map +1 -0
  242. package/esm/multicast.d.ts +28 -0
  243. package/esm/multicast.d.ts.map +1 -0
  244. package/esm/multicast.js +52 -0
  245. package/esm/multicast.js.map +1 -0
  246. package/esm/orElse.d.ts +5 -0
  247. package/esm/orElse.d.ts.map +1 -0
  248. package/esm/orElse.js +19 -0
  249. package/esm/orElse.js.map +1 -0
  250. package/esm/periodic.d.ts +4 -0
  251. package/esm/periodic.d.ts.map +1 -0
  252. package/esm/periodic.js +8 -0
  253. package/esm/periodic.js.map +1 -0
  254. package/esm/provide.d.ts +12 -0
  255. package/esm/provide.d.ts.map +1 -0
  256. package/esm/provide.js +24 -0
  257. package/esm/provide.js.map +1 -0
  258. package/esm/runCollect.d.ts +4 -0
  259. package/esm/runCollect.d.ts.map +1 -0
  260. package/esm/runCollect.js +7 -0
  261. package/esm/runCollect.js.map +1 -0
  262. package/esm/runDrain.d.ts +4 -0
  263. package/esm/runDrain.d.ts.map +1 -0
  264. package/esm/runDrain.js +11 -0
  265. package/esm/runDrain.js.map +1 -0
  266. package/esm/runObserve.d.ts +4 -0
  267. package/esm/runObserve.d.ts.map +1 -0
  268. package/esm/runObserve.js +8 -0
  269. package/esm/runObserve.js.map +1 -0
  270. package/esm/runReduce.d.ts +6 -0
  271. package/esm/runReduce.d.ts.map +1 -0
  272. package/esm/runReduce.js +22 -0
  273. package/esm/runReduce.js.map +1 -0
  274. package/esm/scheduled.d.ts +14 -0
  275. package/esm/scheduled.d.ts.map +1 -0
  276. package/esm/scheduled.js +53 -0
  277. package/esm/scheduled.js.map +1 -0
  278. package/esm/since.d.ts +3 -0
  279. package/esm/since.d.ts.map +1 -0
  280. package/esm/since.js +12 -0
  281. package/esm/since.js.map +1 -0
  282. package/esm/skipRepeats.d.ts +4 -0
  283. package/esm/skipRepeats.d.ts.map +1 -0
  284. package/esm/skipRepeats.js +13 -0
  285. package/esm/skipRepeats.js.map +1 -0
  286. package/esm/skipWhile.d.ts +5 -0
  287. package/esm/skipWhile.d.ts.map +1 -0
  288. package/esm/skipWhile.js +20 -0
  289. package/esm/skipWhile.js.map +1 -0
  290. package/esm/slice.d.ts +5 -0
  291. package/esm/slice.d.ts.map +1 -0
  292. package/esm/slice.js +26 -0
  293. package/esm/slice.js.map +1 -0
  294. package/esm/snapshot.d.ts +4 -0
  295. package/esm/snapshot.d.ts.map +1 -0
  296. package/esm/snapshot.js +15 -0
  297. package/esm/snapshot.js.map +1 -0
  298. package/esm/suspendSucceed.d.ts +3 -0
  299. package/esm/suspendSucceed.d.ts.map +1 -0
  300. package/esm/suspendSucceed.js +5 -0
  301. package/esm/suspendSucceed.js.map +1 -0
  302. package/esm/switchMap.d.ts +3 -0
  303. package/esm/switchMap.d.ts.map +1 -0
  304. package/esm/switchMap.js +10 -0
  305. package/esm/switchMap.js.map +1 -0
  306. package/esm/takeWhile.d.ts +5 -0
  307. package/esm/takeWhile.d.ts.map +1 -0
  308. package/esm/takeWhile.js +14 -0
  309. package/esm/takeWhile.js.map +1 -0
  310. package/esm/tapEffect.d.ts +5 -0
  311. package/esm/tapEffect.d.ts.map +1 -0
  312. package/esm/tapEffect.js +6 -0
  313. package/esm/tapEffect.js.map +1 -0
  314. package/esm/throttle.d.ts +4 -0
  315. package/esm/throttle.d.ts.map +1 -0
  316. package/esm/throttle.js +14 -0
  317. package/esm/throttle.js.map +1 -0
  318. package/esm/transform.d.ts +20 -0
  319. package/esm/transform.d.ts.map +1 -0
  320. package/esm/transform.js +20 -0
  321. package/esm/transform.js.map +1 -0
  322. package/esm/until.d.ts +3 -0
  323. package/esm/until.d.ts.map +1 -0
  324. package/esm/until.js +12 -0
  325. package/esm/until.js.map +1 -0
  326. package/esm/withEmitter.d.ts +9 -0
  327. package/esm/withEmitter.d.ts.map +1 -0
  328. package/esm/withEmitter.js +26 -0
  329. package/esm/withEmitter.js.map +1 -0
  330. package/esm/zip.d.ts +7 -0
  331. package/esm/zip.d.ts.map +1 -0
  332. package/esm/zip.js +20 -0
  333. package/esm/zip.js.map +1 -0
  334. package/esm/zipIterable.d.ts +4 -0
  335. package/esm/zipIterable.d.ts.map +1 -0
  336. package/esm/zipIterable.js +26 -0
  337. package/esm/zipIterable.js.map +1 -0
  338. package/package.json +223 -1358
  339. package/perf/_internal.ts +153 -0
  340. package/perf/cases/filter-map-reduce.ts +48 -0
  341. package/perf/cases/flatMap.ts +49 -0
  342. package/perf/cases/switchMap.ts +36 -0
  343. package/perf/readme-base.md +14 -0
  344. package/perf/readme.md +40 -0
  345. package/perf/runFullSuite.ts +37 -0
  346. package/perf/runPerfTest.ts +18 -0
  347. package/perf/tsconfig.json +7 -0
  348. package/readme.md +3 -30
  349. package/src/Fx.ts +50 -0
  350. package/src/_internal.ts +74 -0
  351. package/src/combine.test.ts +34 -0
  352. package/src/combine.ts +62 -0
  353. package/src/continueWith.test.ts +26 -0
  354. package/src/continueWith.ts +21 -0
  355. package/src/debounce.test.ts +17 -0
  356. package/src/debounce.ts +49 -0
  357. package/src/delay.test.ts +24 -0
  358. package/src/delay.ts +17 -0
  359. package/src/during.test.ts +30 -0
  360. package/src/during.ts +54 -0
  361. package/src/filterLoop.test.ts +63 -0
  362. package/src/filterLoop.ts +143 -0
  363. package/src/filterMap.test.ts +33 -0
  364. package/src/filterMap.ts +71 -0
  365. package/src/flatMap.test.ts +50 -0
  366. package/src/flatMap.ts +40 -0
  367. package/src/flatMapConcurrently.test.ts +23 -0
  368. package/src/flatMapConcurrently.ts +16 -0
  369. package/src/fromEffect.ts +112 -0
  370. package/src/fromIterable.ts +15 -0
  371. package/src/hold.test.ts +49 -0
  372. package/src/hold.ts +132 -0
  373. package/src/index.ts +40 -36
  374. package/src/mapCause.test.ts +34 -0
  375. package/src/mapCause.ts +16 -0
  376. package/src/mapEffect.test.ts +21 -0
  377. package/src/mapEffect.ts +17 -0
  378. package/src/merge.test.ts +21 -0
  379. package/src/merge.ts +29 -0
  380. package/src/multicast.test.ts +52 -0
  381. package/src/multicast.ts +112 -0
  382. package/src/orElse.test.ts +22 -0
  383. package/src/orElse.ts +33 -0
  384. package/src/periodic.test.ts +20 -0
  385. package/src/periodic.ts +11 -0
  386. package/src/provide.test.ts +56 -0
  387. package/src/provide.ts +61 -0
  388. package/src/runCollect.ts +19 -0
  389. package/src/runDrain.ts +23 -0
  390. package/src/runObserve.ts +31 -0
  391. package/src/runReduce.ts +64 -0
  392. package/src/scheduled.ts +79 -0
  393. package/src/since.test.ts +31 -0
  394. package/src/since.ts +30 -0
  395. package/src/skipRepeats.test.ts +28 -0
  396. package/src/skipRepeats.ts +33 -0
  397. package/src/skipWhile.test.ts +44 -0
  398. package/src/skipWhile.ts +45 -0
  399. package/src/slice.test.ts +21 -0
  400. package/src/slice.ts +47 -0
  401. package/src/snapshot.test.ts +51 -0
  402. package/src/snapshot.ts +58 -0
  403. package/src/suspendSucceed.ts +5 -0
  404. package/src/switchMap.test.ts +35 -0
  405. package/src/switchMap.ts +46 -0
  406. package/src/takeWhile.test.ts +44 -0
  407. package/src/takeWhile.ts +28 -0
  408. package/src/tapEffect.ts +24 -0
  409. package/src/throttle.test.ts +17 -0
  410. package/src/throttle.ts +53 -0
  411. package/src/transform.ts +42 -0
  412. package/src/until.test.ts +18 -0
  413. package/src/until.ts +27 -0
  414. package/src/withEmitter.test.ts +28 -0
  415. package/src/withEmitter.ts +49 -0
  416. package/src/zip.test.ts +31 -0
  417. package/src/zip.ts +66 -0
  418. package/src/zipIterable.test.ts +19 -0
  419. package/src/zipIterable.ts +51 -0
  420. package/tsconfig.base.json +1 -0
  421. package/tsconfig.build.cjs.json +0 -9
  422. package/tsconfig.build.esm.json +0 -9
  423. package/.tracing-plugin/plugin.cjs +0 -130
  424. package/.tracing-plugin/plugin.d.ts +0 -10
  425. package/.tracing-plugin/plugin.d.ts.map +0 -1
  426. package/.tracing-plugin/plugin.js.map +0 -1
  427. package/.tracing-plugin/vite.d.ts +0 -10
  428. package/.tracing-plugin/vite.d.ts.map +0 -1
  429. package/.tracing-plugin/vite.js +0 -54
  430. package/.tracing-plugin/vite.js.map +0 -1
  431. package/cjs/Atomic/Atomic.d.ts +0 -56
  432. package/cjs/Atomic/Atomic.d.ts.map +0 -1
  433. package/cjs/Atomic/Atomic.js +0 -92
  434. package/cjs/Atomic/Atomic.js.map +0 -1
  435. package/cjs/Atomic/AtomicCounter.d.ts +0 -10
  436. package/cjs/Atomic/AtomicCounter.d.ts.map +0 -1
  437. package/cjs/Atomic/AtomicCounter.js +0 -14
  438. package/cjs/Atomic/AtomicCounter.js.map +0 -1
  439. package/cjs/Atomic/index.d.ts +0 -3
  440. package/cjs/Atomic/index.d.ts.map +0 -1
  441. package/cjs/Atomic/index.js +0 -19
  442. package/cjs/Atomic/index.js.map +0 -1
  443. package/cjs/Cause/Cause.d.ts +0 -179
  444. package/cjs/Cause/Cause.d.ts.map +0 -1
  445. package/cjs/Cause/Cause.js +0 -379
  446. package/cjs/Cause/Cause.js.map +0 -1
  447. package/cjs/Cause/CauseError.d.ts +0 -13
  448. package/cjs/Cause/CauseError.d.ts.map +0 -1
  449. package/cjs/Cause/CauseError.js +0 -73
  450. package/cjs/Cause/CauseError.js.map +0 -1
  451. package/cjs/Cause/Renderer.d.ts +0 -47
  452. package/cjs/Cause/Renderer.d.ts.map +0 -1
  453. package/cjs/Cause/Renderer.js +0 -235
  454. package/cjs/Cause/Renderer.js.map +0 -1
  455. package/cjs/Cause/index.d.ts +0 -2
  456. package/cjs/Cause/index.d.ts.map +0 -1
  457. package/cjs/Cause/index.js +0 -18
  458. package/cjs/Cause/index.js.map +0 -1
  459. package/cjs/Cause/prettyStringify.d.ts +0 -2
  460. package/cjs/Cause/prettyStringify.d.ts.map +0 -1
  461. package/cjs/Cause/prettyStringify.js +0 -11
  462. package/cjs/Cause/prettyStringify.js.map +0 -1
  463. package/cjs/Clock/Clock.d.ts +0 -26
  464. package/cjs/Clock/Clock.d.ts.map +0 -1
  465. package/cjs/Clock/Clock.js +0 -87
  466. package/cjs/Clock/Clock.js.map +0 -1
  467. package/cjs/Clock/DateClock.d.ts +0 -3
  468. package/cjs/Clock/DateClock.d.ts.map +0 -1
  469. package/cjs/Clock/DateClock.js +0 -11
  470. package/cjs/Clock/DateClock.js.map +0 -1
  471. package/cjs/Clock/TestClock.d.ts +0 -11
  472. package/cjs/Clock/TestClock.d.ts.map +0 -1
  473. package/cjs/Clock/TestClock.js +0 -19
  474. package/cjs/Clock/TestClock.js.map +0 -1
  475. package/cjs/Clock/index.d.ts +0 -4
  476. package/cjs/Clock/index.d.ts.map +0 -1
  477. package/cjs/Clock/index.js +0 -20
  478. package/cjs/Clock/index.js.map +0 -1
  479. package/cjs/Disposable/Disposable.d.ts +0 -25
  480. package/cjs/Disposable/Disposable.d.ts.map +0 -1
  481. package/cjs/Disposable/Disposable.js +0 -46
  482. package/cjs/Disposable/Disposable.js.map +0 -1
  483. package/cjs/Disposable/index.d.ts +0 -2
  484. package/cjs/Disposable/index.d.ts.map +0 -1
  485. package/cjs/Disposable/index.js +0 -18
  486. package/cjs/Disposable/index.js.map +0 -1
  487. package/cjs/Duration/Duration.d.ts +0 -27
  488. package/cjs/Duration/Duration.d.ts.map +0 -1
  489. package/cjs/Duration/Duration.js +0 -119
  490. package/cjs/Duration/Duration.js.map +0 -1
  491. package/cjs/Duration/index.d.ts +0 -2
  492. package/cjs/Duration/index.d.ts.map +0 -1
  493. package/cjs/Duration/index.js +0 -18
  494. package/cjs/Duration/index.js.map +0 -1
  495. package/cjs/Env/Env.d.ts +0 -16
  496. package/cjs/Env/Env.d.ts.map +0 -1
  497. package/cjs/Env/Env.js +0 -38
  498. package/cjs/Env/Env.js.map +0 -1
  499. package/cjs/Env/index.d.ts +0 -2
  500. package/cjs/Env/index.d.ts.map +0 -1
  501. package/cjs/Env/index.js +0 -18
  502. package/cjs/Env/index.js.map +0 -1
  503. package/cjs/Exit/Exit.d.ts +0 -21
  504. package/cjs/Exit/Exit.d.ts.map +0 -1
  505. package/cjs/Exit/Exit.js +0 -54
  506. package/cjs/Exit/Exit.js.map +0 -1
  507. package/cjs/Exit/hkt.d.ts +0 -27
  508. package/cjs/Exit/hkt.d.ts.map +0 -1
  509. package/cjs/Exit/hkt.js +0 -51
  510. package/cjs/Exit/hkt.js.map +0 -1
  511. package/cjs/Exit/index.d.ts +0 -3
  512. package/cjs/Exit/index.d.ts.map +0 -1
  513. package/cjs/Exit/index.js +0 -19
  514. package/cjs/Exit/index.js.map +0 -1
  515. package/cjs/Fiber/Fiber.d.ts +0 -36
  516. package/cjs/Fiber/Fiber.d.ts.map +0 -1
  517. package/cjs/Fiber/Fiber.js +0 -29
  518. package/cjs/Fiber/Fiber.js.map +0 -1
  519. package/cjs/Fiber/fromExit.d.ts +0 -4
  520. package/cjs/Fiber/fromExit.d.ts.map +0 -1
  521. package/cjs/Fiber/fromExit.js +0 -16
  522. package/cjs/Fiber/fromExit.js.map +0 -1
  523. package/cjs/Fiber/fromScope.d.ts +0 -5
  524. package/cjs/Fiber/fromScope.d.ts.map +0 -1
  525. package/cjs/Fiber/fromScope.js +0 -17
  526. package/cjs/Fiber/fromScope.js.map +0 -1
  527. package/cjs/Fiber/hkt.d.ts +0 -40
  528. package/cjs/Fiber/hkt.d.ts.map +0 -1
  529. package/cjs/Fiber/hkt.js +0 -101
  530. package/cjs/Fiber/hkt.js.map +0 -1
  531. package/cjs/Fiber/index.d.ts +0 -3
  532. package/cjs/Fiber/index.d.ts.map +0 -1
  533. package/cjs/Fiber/index.js +0 -19
  534. package/cjs/Fiber/index.js.map +0 -1
  535. package/cjs/FiberContext/FiberContext.d.ts +0 -20
  536. package/cjs/FiberContext/FiberContext.d.ts.map +0 -1
  537. package/cjs/FiberContext/FiberContext.js +0 -62
  538. package/cjs/FiberContext/FiberContext.js.map +0 -1
  539. package/cjs/FiberContext/index.d.ts +0 -2
  540. package/cjs/FiberContext/index.d.ts.map +0 -1
  541. package/cjs/FiberContext/index.js +0 -18
  542. package/cjs/FiberContext/index.js.map +0 -1
  543. package/cjs/FiberId/FiberId.d.ts +0 -46
  544. package/cjs/FiberId/FiberId.d.ts.map +0 -1
  545. package/cjs/FiberId/FiberId.js +0 -122
  546. package/cjs/FiberId/FiberId.js.map +0 -1
  547. package/cjs/FiberId/index.d.ts +0 -2
  548. package/cjs/FiberId/index.d.ts.map +0 -1
  549. package/cjs/FiberId/index.js +0 -18
  550. package/cjs/FiberId/index.js.map +0 -1
  551. package/cjs/FiberRef/FiberRef.d.ts +0 -22
  552. package/cjs/FiberRef/FiberRef.d.ts.map +0 -1
  553. package/cjs/FiberRef/FiberRef.js +0 -25
  554. package/cjs/FiberRef/FiberRef.js.map +0 -1
  555. package/cjs/FiberRef/builtins.d.ts +0 -25
  556. package/cjs/FiberRef/builtins.d.ts.map +0 -1
  557. package/cjs/FiberRef/builtins.js +0 -121
  558. package/cjs/FiberRef/builtins.js.map +0 -1
  559. package/cjs/FiberRef/index.d.ts +0 -3
  560. package/cjs/FiberRef/index.d.ts.map +0 -1
  561. package/cjs/FiberRef/index.js +0 -19
  562. package/cjs/FiberRef/index.js.map +0 -1
  563. package/cjs/FiberRef/operations.d.ts +0 -9
  564. package/cjs/FiberRef/operations.d.ts.map +0 -1
  565. package/cjs/FiberRef/operations.js +0 -20
  566. package/cjs/FiberRef/operations.js.map +0 -1
  567. package/cjs/FiberRefs/FiberRefs.d.ts +0 -21
  568. package/cjs/FiberRefs/FiberRefs.d.ts.map +0 -1
  569. package/cjs/FiberRefs/FiberRefs.js +0 -117
  570. package/cjs/FiberRefs/FiberRefs.js.map +0 -1
  571. package/cjs/FiberRefs/index.d.ts +0 -2
  572. package/cjs/FiberRefs/index.d.ts.map +0 -1
  573. package/cjs/FiberRefs/index.js +0 -18
  574. package/cjs/FiberRefs/index.js.map +0 -1
  575. package/cjs/FiberRuntime/FiberRuntime.d.ts +0 -154
  576. package/cjs/FiberRuntime/FiberRuntime.d.ts.map +0 -1
  577. package/cjs/FiberRuntime/FiberRuntime.js +0 -522
  578. package/cjs/FiberRuntime/FiberRuntime.js.map +0 -1
  579. package/cjs/FiberRuntime/Frame.d.ts +0 -14
  580. package/cjs/FiberRuntime/Frame.d.ts.map +0 -1
  581. package/cjs/FiberRuntime/Frame.js +0 -18
  582. package/cjs/FiberRuntime/Frame.js.map +0 -1
  583. package/cjs/FiberRuntime/index.d.ts +0 -2
  584. package/cjs/FiberRuntime/index.d.ts.map +0 -1
  585. package/cjs/FiberRuntime/index.js +0 -18
  586. package/cjs/FiberRuntime/index.js.map +0 -1
  587. package/cjs/FiberStatus/index.d.ts +0 -19
  588. package/cjs/FiberStatus/index.d.ts.map +0 -1
  589. package/cjs/FiberStatus/index.js +0 -24
  590. package/cjs/FiberStatus/index.js.map +0 -1
  591. package/cjs/Finalizer/Finalizer.d.ts +0 -39
  592. package/cjs/Finalizer/Finalizer.d.ts.map +0 -1
  593. package/cjs/Finalizer/Finalizer.js +0 -24
  594. package/cjs/Finalizer/Finalizer.js.map +0 -1
  595. package/cjs/Finalizer/index.d.ts +0 -2
  596. package/cjs/Finalizer/index.d.ts.map +0 -1
  597. package/cjs/Finalizer/index.js +0 -18
  598. package/cjs/Finalizer/index.js.map +0 -1
  599. package/cjs/Future/Future.d.ts +0 -23
  600. package/cjs/Future/Future.d.ts.map +0 -1
  601. package/cjs/Future/Future.js +0 -42
  602. package/cjs/Future/Future.js.map +0 -1
  603. package/cjs/Future/MutableFutureQueue.d.ts +0 -16
  604. package/cjs/Future/MutableFutureQueue.d.ts.map +0 -1
  605. package/cjs/Future/MutableFutureQueue.js +0 -40
  606. package/cjs/Future/MutableFutureQueue.js.map +0 -1
  607. package/cjs/Future/complete.d.ts +0 -4
  608. package/cjs/Future/complete.d.ts.map +0 -1
  609. package/cjs/Future/complete.js +0 -14
  610. package/cjs/Future/complete.js.map +0 -1
  611. package/cjs/Future/index.d.ts +0 -4
  612. package/cjs/Future/index.d.ts.map +0 -1
  613. package/cjs/Future/index.js +0 -20
  614. package/cjs/Future/index.js.map +0 -1
  615. package/cjs/Future/wait.d.ts +0 -4
  616. package/cjs/Future/wait.d.ts.map +0 -1
  617. package/cjs/Future/wait.js +0 -9
  618. package/cjs/Future/wait.js.map +0 -1
  619. package/cjs/Fx/Fx.d.ts +0 -149
  620. package/cjs/Fx/Fx.d.ts.map +0 -1
  621. package/cjs/Fx/Fx.js +0 -275
  622. package/cjs/Fx/Fx.js.map +0 -1
  623. package/cjs/Fx/Instruction.d.ts +0 -200
  624. package/cjs/Fx/Instruction.d.ts.map +0 -1
  625. package/cjs/Fx/Instruction.js +0 -405
  626. package/cjs/Fx/Instruction.js.map +0 -1
  627. package/cjs/Fx/fromLayer.d.ts +0 -5
  628. package/cjs/Fx/fromLayer.d.ts.map +0 -1
  629. package/cjs/Fx/fromLayer.js +0 -33
  630. package/cjs/Fx/fromLayer.js.map +0 -1
  631. package/cjs/Fx/index.d.ts +0 -8
  632. package/cjs/Fx/index.d.ts.map +0 -1
  633. package/cjs/Fx/index.js +0 -24
  634. package/cjs/Fx/index.js.map +0 -1
  635. package/cjs/Fx/join.d.ts +0 -10
  636. package/cjs/Fx/join.d.ts.map +0 -1
  637. package/cjs/Fx/join.js +0 -38
  638. package/cjs/Fx/join.js.map +0 -1
  639. package/cjs/Fx/logging.d.ts +0 -11
  640. package/cjs/Fx/logging.d.ts.map +0 -1
  641. package/cjs/Fx/logging.js +0 -46
  642. package/cjs/Fx/logging.js.map +0 -1
  643. package/cjs/Fx/run.d.ts +0 -14
  644. package/cjs/Fx/run.d.ts.map +0 -1
  645. package/cjs/Fx/run.js +0 -27
  646. package/cjs/Fx/run.js.map +0 -1
  647. package/cjs/Fx/scheduler.d.ts +0 -14
  648. package/cjs/Fx/scheduler.d.ts.map +0 -1
  649. package/cjs/Fx/scheduler.js +0 -69
  650. package/cjs/Fx/scheduler.js.map +0 -1
  651. package/cjs/Fx/scoped.d.ts +0 -20
  652. package/cjs/Fx/scoped.d.ts.map +0 -1
  653. package/cjs/Fx/scoped.js +0 -62
  654. package/cjs/Fx/scoped.js.map +0 -1
  655. package/cjs/ImmutableMap/ImmutableMap.d.ts +0 -15
  656. package/cjs/ImmutableMap/ImmutableMap.d.ts.map +0 -1
  657. package/cjs/ImmutableMap/ImmutableMap.js +0 -39
  658. package/cjs/ImmutableMap/ImmutableMap.js.map +0 -1
  659. package/cjs/ImmutableMap/index.d.ts +0 -2
  660. package/cjs/ImmutableMap/index.d.ts.map +0 -1
  661. package/cjs/ImmutableMap/index.js +0 -18
  662. package/cjs/ImmutableMap/index.js.map +0 -1
  663. package/cjs/Layer/Layer.d.ts +0 -15
  664. package/cjs/Layer/Layer.d.ts.map +0 -1
  665. package/cjs/Layer/Layer.js +0 -48
  666. package/cjs/Layer/Layer.js.map +0 -1
  667. package/cjs/Layer/index.d.ts +0 -2
  668. package/cjs/Layer/index.d.ts.map +0 -1
  669. package/cjs/Layer/index.js +0 -18
  670. package/cjs/Layer/index.js.map +0 -1
  671. package/cjs/Logger/Console.d.ts +0 -3
  672. package/cjs/Logger/Console.d.ts.map +0 -1
  673. package/cjs/Logger/Console.js +0 -103
  674. package/cjs/Logger/Console.js.map +0 -1
  675. package/cjs/Logger/LogAnnotation.d.ts +0 -6
  676. package/cjs/Logger/LogAnnotation.d.ts.map +0 -1
  677. package/cjs/Logger/LogAnnotation.js +0 -8
  678. package/cjs/Logger/LogAnnotation.js.map +0 -1
  679. package/cjs/Logger/LogLevel.d.ts +0 -11
  680. package/cjs/Logger/LogLevel.d.ts.map +0 -1
  681. package/cjs/Logger/LogLevel.js +0 -15
  682. package/cjs/Logger/LogLevel.js.map +0 -1
  683. package/cjs/Logger/LogSpan.d.ts +0 -7
  684. package/cjs/Logger/LogSpan.d.ts.map +0 -1
  685. package/cjs/Logger/LogSpan.js +0 -8
  686. package/cjs/Logger/LogSpan.js.map +0 -1
  687. package/cjs/Logger/Logger.d.ts +0 -32
  688. package/cjs/Logger/Logger.d.ts.map +0 -1
  689. package/cjs/Logger/Logger.js +0 -66
  690. package/cjs/Logger/Logger.js.map +0 -1
  691. package/cjs/Logger/index.d.ts +0 -2
  692. package/cjs/Logger/index.d.ts.map +0 -1
  693. package/cjs/Logger/index.js +0 -18
  694. package/cjs/Logger/index.js.map +0 -1
  695. package/cjs/Node/Runtime.d.ts +0 -9
  696. package/cjs/Node/Runtime.d.ts.map +0 -1
  697. package/cjs/Node/Runtime.js +0 -20
  698. package/cjs/Node/Runtime.js.map +0 -1
  699. package/cjs/Node/gracefulShutdown.d.ts +0 -5
  700. package/cjs/Node/gracefulShutdown.d.ts.map +0 -1
  701. package/cjs/Node/gracefulShutdown.js +0 -66
  702. package/cjs/Node/gracefulShutdown.js.map +0 -1
  703. package/cjs/Node/index.d.ts +0 -3
  704. package/cjs/Node/index.d.ts.map +0 -1
  705. package/cjs/Node/index.js +0 -19
  706. package/cjs/Node/index.js.map +0 -1
  707. package/cjs/Platform/Platform.d.ts +0 -16
  708. package/cjs/Platform/Platform.d.ts.map +0 -1
  709. package/cjs/Platform/Platform.js +0 -49
  710. package/cjs/Platform/Platform.js.map +0 -1
  711. package/cjs/Platform/TestPlatform.d.ts +0 -7
  712. package/cjs/Platform/TestPlatform.d.ts.map +0 -1
  713. package/cjs/Platform/TestPlatform.js +0 -13
  714. package/cjs/Platform/TestPlatform.js.map +0 -1
  715. package/cjs/Platform/index.d.ts +0 -3
  716. package/cjs/Platform/index.d.ts.map +0 -1
  717. package/cjs/Platform/index.js +0 -19
  718. package/cjs/Platform/index.js.map +0 -1
  719. package/cjs/Runtime/Runtime.d.ts +0 -11
  720. package/cjs/Runtime/Runtime.d.ts.map +0 -1
  721. package/cjs/Runtime/Runtime.js +0 -29
  722. package/cjs/Runtime/Runtime.js.map +0 -1
  723. package/cjs/Runtime/index.d.ts +0 -2
  724. package/cjs/Runtime/index.d.ts.map +0 -1
  725. package/cjs/Runtime/index.js +0 -18
  726. package/cjs/Runtime/index.js.map +0 -1
  727. package/cjs/Schedule/Decision.d.ts +0 -15
  728. package/cjs/Schedule/Decision.d.ts.map +0 -1
  729. package/cjs/Schedule/Decision.js +0 -38
  730. package/cjs/Schedule/Decision.js.map +0 -1
  731. package/cjs/Schedule/Schedule.d.ts +0 -30
  732. package/cjs/Schedule/Schedule.d.ts.map +0 -1
  733. package/cjs/Schedule/Schedule.js +0 -78
  734. package/cjs/Schedule/Schedule.js.map +0 -1
  735. package/cjs/Schedule/ScheduleState.d.ts +0 -48
  736. package/cjs/Schedule/ScheduleState.d.ts.map +0 -1
  737. package/cjs/Schedule/ScheduleState.js +0 -61
  738. package/cjs/Schedule/ScheduleState.js.map +0 -1
  739. package/cjs/Schedule/index.d.ts +0 -4
  740. package/cjs/Schedule/index.d.ts.map +0 -1
  741. package/cjs/Schedule/index.js +0 -20
  742. package/cjs/Schedule/index.js.map +0 -1
  743. package/cjs/Scheduler/RootScheduler.d.ts +0 -4
  744. package/cjs/Scheduler/RootScheduler.d.ts.map +0 -1
  745. package/cjs/Scheduler/RootScheduler.js +0 -57
  746. package/cjs/Scheduler/RootScheduler.js.map +0 -1
  747. package/cjs/Scheduler/Scheduler.d.ts +0 -15
  748. package/cjs/Scheduler/Scheduler.d.ts.map +0 -1
  749. package/cjs/Scheduler/Scheduler.js +0 -6
  750. package/cjs/Scheduler/Scheduler.js.map +0 -1
  751. package/cjs/Scheduler/callbackScheduler.d.ts +0 -5
  752. package/cjs/Scheduler/callbackScheduler.d.ts.map +0 -1
  753. package/cjs/Scheduler/callbackScheduler.js +0 -60
  754. package/cjs/Scheduler/callbackScheduler.js.map +0 -1
  755. package/cjs/Scheduler/index.d.ts +0 -3
  756. package/cjs/Scheduler/index.d.ts.map +0 -1
  757. package/cjs/Scheduler/index.js +0 -19
  758. package/cjs/Scheduler/index.js.map +0 -1
  759. package/cjs/Scheduler/runSchedule.d.ts +0 -10
  760. package/cjs/Scheduler/runSchedule.d.ts.map +0 -1
  761. package/cjs/Scheduler/runSchedule.js +0 -26
  762. package/cjs/Scheduler/runSchedule.js.map +0 -1
  763. package/cjs/Scope/Closeable.d.ts +0 -11
  764. package/cjs/Scope/Closeable.d.ts.map +0 -1
  765. package/cjs/Scope/Closeable.js +0 -25
  766. package/cjs/Scope/Closeable.js.map +0 -1
  767. package/cjs/Scope/GlobalScope.d.ts +0 -3
  768. package/cjs/Scope/GlobalScope.d.ts.map +0 -1
  769. package/cjs/Scope/GlobalScope.js +0 -15
  770. package/cjs/Scope/GlobalScope.js.map +0 -1
  771. package/cjs/Scope/LocalScope.d.ts +0 -24
  772. package/cjs/Scope/LocalScope.d.ts.map +0 -1
  773. package/cjs/Scope/LocalScope.js +0 -91
  774. package/cjs/Scope/LocalScope.js.map +0 -1
  775. package/cjs/Scope/ReleaseMap.d.ts +0 -19
  776. package/cjs/Scope/ReleaseMap.d.ts.map +0 -1
  777. package/cjs/Scope/ReleaseMap.js +0 -103
  778. package/cjs/Scope/ReleaseMap.js.map +0 -1
  779. package/cjs/Scope/Scope.d.ts +0 -11
  780. package/cjs/Scope/Scope.d.ts.map +0 -1
  781. package/cjs/Scope/Scope.js +0 -6
  782. package/cjs/Scope/Scope.js.map +0 -1
  783. package/cjs/Scope/ScopeState.d.ts +0 -19
  784. package/cjs/Scope/ScopeState.d.ts.map +0 -1
  785. package/cjs/Scope/ScopeState.js +0 -30
  786. package/cjs/Scope/ScopeState.js.map +0 -1
  787. package/cjs/Scope/index.d.ts +0 -7
  788. package/cjs/Scope/index.d.ts.map +0 -1
  789. package/cjs/Scope/index.js +0 -23
  790. package/cjs/Scope/index.js.map +0 -1
  791. package/cjs/Semaphore/Semaphore.d.ts +0 -39
  792. package/cjs/Semaphore/Semaphore.d.ts.map +0 -1
  793. package/cjs/Semaphore/Semaphore.js +0 -106
  794. package/cjs/Semaphore/Semaphore.js.map +0 -1
  795. package/cjs/Semaphore/index.d.ts +0 -2
  796. package/cjs/Semaphore/index.d.ts.map +0 -1
  797. package/cjs/Semaphore/index.js +0 -18
  798. package/cjs/Semaphore/index.js.map +0 -1
  799. package/cjs/Service/Id.d.ts +0 -70
  800. package/cjs/Service/Id.d.ts.map +0 -1
  801. package/cjs/Service/Id.js +0 -100
  802. package/cjs/Service/Id.js.map +0 -1
  803. package/cjs/Service/Service.d.ts +0 -20
  804. package/cjs/Service/Service.d.ts.map +0 -1
  805. package/cjs/Service/Service.js +0 -19
  806. package/cjs/Service/Service.js.map +0 -1
  807. package/cjs/Service/fn.d.ts +0 -47
  808. package/cjs/Service/fn.d.ts.map +0 -1
  809. package/cjs/Service/fn.js +0 -19
  810. package/cjs/Service/fn.js.map +0 -1
  811. package/cjs/Service/index.d.ts +0 -5
  812. package/cjs/Service/index.d.ts.map +0 -1
  813. package/cjs/Service/index.js +0 -21
  814. package/cjs/Service/index.js.map +0 -1
  815. package/cjs/Service/tagged.d.ts +0 -31
  816. package/cjs/Service/tagged.d.ts.map +0 -1
  817. package/cjs/Service/tagged.js +0 -13
  818. package/cjs/Service/tagged.js.map +0 -1
  819. package/cjs/Sink/Sink.d.ts +0 -23
  820. package/cjs/Sink/Sink.d.ts.map +0 -1
  821. package/cjs/Sink/Sink.js +0 -45
  822. package/cjs/Sink/Sink.js.map +0 -1
  823. package/cjs/Sink/index.d.ts +0 -1
  824. package/cjs/Sink/index.d.ts.map +0 -1
  825. package/cjs/Sink/index.js +0 -2
  826. package/cjs/Sink/index.js.map +0 -1
  827. package/cjs/Stack/index.d.ts +0 -20
  828. package/cjs/Stack/index.d.ts.map +0 -1
  829. package/cjs/Stack/index.js +0 -103
  830. package/cjs/Stack/index.js.map +0 -1
  831. package/cjs/StackFrame/StackFrame.d.ts +0 -29
  832. package/cjs/StackFrame/StackFrame.d.ts.map +0 -1
  833. package/cjs/StackFrame/StackFrame.js +0 -61
  834. package/cjs/StackFrame/StackFrame.js.map +0 -1
  835. package/cjs/StackFrame/getStackFrames.d.ts +0 -7
  836. package/cjs/StackFrame/getStackFrames.d.ts.map +0 -1
  837. package/cjs/StackFrame/getStackFrames.js +0 -56
  838. package/cjs/StackFrame/getStackFrames.js.map +0 -1
  839. package/cjs/StackFrame/index.d.ts +0 -3
  840. package/cjs/StackFrame/index.d.ts.map +0 -1
  841. package/cjs/StackFrame/index.js +0 -19
  842. package/cjs/StackFrame/index.js.map +0 -1
  843. package/cjs/StackFrame/parseChromeStack.d.ts +0 -3
  844. package/cjs/StackFrame/parseChromeStack.d.ts.map +0 -1
  845. package/cjs/StackFrame/parseChromeStack.js +0 -36
  846. package/cjs/StackFrame/parseChromeStack.js.map +0 -1
  847. package/cjs/StackFrame/parseGeckoStackFrame.d.ts +0 -3
  848. package/cjs/StackFrame/parseGeckoStackFrame.d.ts.map +0 -1
  849. package/cjs/StackFrame/parseGeckoStackFrame.js +0 -28
  850. package/cjs/StackFrame/parseGeckoStackFrame.js.map +0 -1
  851. package/cjs/Stream/Stream.d.ts +0 -42
  852. package/cjs/Stream/Stream.d.ts.map +0 -1
  853. package/cjs/Stream/Stream.js +0 -8
  854. package/cjs/Stream/Stream.js.map +0 -1
  855. package/cjs/Stream/acquirePermit.d.ts +0 -15
  856. package/cjs/Stream/acquirePermit.d.ts.map +0 -1
  857. package/cjs/Stream/acquirePermit.js +0 -43
  858. package/cjs/Stream/acquirePermit.js.map +0 -1
  859. package/cjs/Stream/bimap.d.ts +0 -44
  860. package/cjs/Stream/bimap.d.ts.map +0 -1
  861. package/cjs/Stream/bimap.js +0 -171
  862. package/cjs/Stream/bimap.js.map +0 -1
  863. package/cjs/Stream/continueWith.d.ts +0 -28
  864. package/cjs/Stream/continueWith.d.ts.map +0 -1
  865. package/cjs/Stream/continueWith.js +0 -69
  866. package/cjs/Stream/continueWith.js.map +0 -1
  867. package/cjs/Stream/delay.d.ts +0 -4
  868. package/cjs/Stream/delay.d.ts.map +0 -1
  869. package/cjs/Stream/delay.js +0 -30
  870. package/cjs/Stream/delay.js.map +0 -1
  871. package/cjs/Stream/drain.d.ts +0 -12
  872. package/cjs/Stream/drain.d.ts.map +0 -1
  873. package/cjs/Stream/drain.js +0 -51
  874. package/cjs/Stream/drain.js.map +0 -1
  875. package/cjs/Stream/empty.d.ts +0 -3
  876. package/cjs/Stream/empty.d.ts.map +0 -1
  877. package/cjs/Stream/empty.js +0 -30
  878. package/cjs/Stream/empty.js.map +0 -1
  879. package/cjs/Stream/flatMap.d.ts +0 -17
  880. package/cjs/Stream/flatMap.d.ts.map +0 -1
  881. package/cjs/Stream/flatMap.js +0 -116
  882. package/cjs/Stream/flatMap.js.map +0 -1
  883. package/cjs/Stream/flatMapConcurrently.d.ts +0 -6
  884. package/cjs/Stream/flatMapConcurrently.d.ts.map +0 -1
  885. package/cjs/Stream/flatMapConcurrently.js +0 -25
  886. package/cjs/Stream/flatMapConcurrently.js.map +0 -1
  887. package/cjs/Stream/flatMapFx.d.ts +0 -8
  888. package/cjs/Stream/flatMapFx.d.ts.map +0 -1
  889. package/cjs/Stream/flatMapFx.js +0 -26
  890. package/cjs/Stream/flatMapFx.js.map +0 -1
  891. package/cjs/Stream/foldMap.d.ts +0 -11
  892. package/cjs/Stream/foldMap.d.ts.map +0 -1
  893. package/cjs/Stream/foldMap.js +0 -67
  894. package/cjs/Stream/foldMap.js.map +0 -1
  895. package/cjs/Stream/fromArray.d.ts +0 -2
  896. package/cjs/Stream/fromArray.d.ts.map +0 -1
  897. package/cjs/Stream/fromArray.js +0 -12
  898. package/cjs/Stream/fromArray.js.map +0 -1
  899. package/cjs/Stream/fromCallback.d.ts +0 -22
  900. package/cjs/Stream/fromCallback.d.ts.map +0 -1
  901. package/cjs/Stream/fromCallback.js +0 -65
  902. package/cjs/Stream/fromCallback.js.map +0 -1
  903. package/cjs/Stream/fromFx.d.ts +0 -30
  904. package/cjs/Stream/fromFx.d.ts.map +0 -1
  905. package/cjs/Stream/fromFx.js +0 -68
  906. package/cjs/Stream/fromFx.js.map +0 -1
  907. package/cjs/Stream/hkt.d.ts +0 -38
  908. package/cjs/Stream/hkt.d.ts.map +0 -1
  909. package/cjs/Stream/hkt.js +0 -80
  910. package/cjs/Stream/hkt.js.map +0 -1
  911. package/cjs/Stream/hold.d.ts +0 -27
  912. package/cjs/Stream/hold.d.ts.map +0 -1
  913. package/cjs/Stream/hold.js +0 -94
  914. package/cjs/Stream/hold.js.map +0 -1
  915. package/cjs/Stream/index.d.ts +0 -28
  916. package/cjs/Stream/index.d.ts.map +0 -1
  917. package/cjs/Stream/index.js +0 -44
  918. package/cjs/Stream/index.js.map +0 -1
  919. package/cjs/Stream/lazy.d.ts +0 -3
  920. package/cjs/Stream/lazy.d.ts.map +0 -1
  921. package/cjs/Stream/lazy.js +0 -9
  922. package/cjs/Stream/lazy.js.map +0 -1
  923. package/cjs/Stream/merge.d.ts +0 -18
  924. package/cjs/Stream/merge.d.ts.map +0 -1
  925. package/cjs/Stream/merge.js +0 -84
  926. package/cjs/Stream/merge.js.map +0 -1
  927. package/cjs/Stream/multicast.d.ts +0 -27
  928. package/cjs/Stream/multicast.d.ts.map +0 -1
  929. package/cjs/Stream/multicast.js +0 -83
  930. package/cjs/Stream/multicast.js.map +0 -1
  931. package/cjs/Stream/orElse.d.ts +0 -17
  932. package/cjs/Stream/orElse.d.ts.map +0 -1
  933. package/cjs/Stream/orElse.js +0 -105
  934. package/cjs/Stream/orElse.js.map +0 -1
  935. package/cjs/Stream/periodic.d.ts +0 -4
  936. package/cjs/Stream/periodic.d.ts.map +0 -1
  937. package/cjs/Stream/periodic.js +0 -32
  938. package/cjs/Stream/periodic.js.map +0 -1
  939. package/cjs/Stream/provide.d.ts +0 -8
  940. package/cjs/Stream/provide.d.ts.map +0 -1
  941. package/cjs/Stream/provide.js +0 -42
  942. package/cjs/Stream/provide.js.map +0 -1
  943. package/cjs/Stream/run.d.ts +0 -6
  944. package/cjs/Stream/run.d.ts.map +0 -1
  945. package/cjs/Stream/run.js +0 -37
  946. package/cjs/Stream/run.js.map +0 -1
  947. package/cjs/Stream/scan.d.ts +0 -17
  948. package/cjs/Stream/scan.d.ts.map +0 -1
  949. package/cjs/Stream/scan.js +0 -32
  950. package/cjs/Stream/scan.js.map +0 -1
  951. package/cjs/Stream/scheduled.d.ts +0 -14
  952. package/cjs/Stream/scheduled.d.ts.map +0 -1
  953. package/cjs/Stream/scheduled.js +0 -52
  954. package/cjs/Stream/scheduled.js.map +0 -1
  955. package/cjs/Stream/setFiberRefLocally.d.ts +0 -15
  956. package/cjs/Stream/setFiberRefLocally.d.ts.map +0 -1
  957. package/cjs/Stream/setFiberRefLocally.js +0 -53
  958. package/cjs/Stream/setFiberRefLocally.js.map +0 -1
  959. package/cjs/Stream/skipRepeats.d.ts +0 -5
  960. package/cjs/Stream/skipRepeats.d.ts.map +0 -1
  961. package/cjs/Stream/skipRepeats.js +0 -36
  962. package/cjs/Stream/skipRepeats.js.map +0 -1
  963. package/cjs/Stream/switchMap.d.ts +0 -18
  964. package/cjs/Stream/switchMap.d.ts.map +0 -1
  965. package/cjs/Stream/switchMap.js +0 -124
  966. package/cjs/Stream/switchMap.js.map +0 -1
  967. package/cjs/Stream/tap.d.ts +0 -5
  968. package/cjs/Stream/tap.d.ts.map +0 -1
  969. package/cjs/Stream/tap.js +0 -11
  970. package/cjs/Stream/tap.js.map +0 -1
  971. package/cjs/Supervisor/Supervisor.d.ts +0 -539
  972. package/cjs/Supervisor/Supervisor.d.ts.map +0 -1
  973. package/cjs/Supervisor/Supervisor.js +0 -47
  974. package/cjs/Supervisor/Supervisor.js.map +0 -1
  975. package/cjs/Supervisor/index.d.ts +0 -5
  976. package/cjs/Supervisor/index.d.ts.map +0 -1
  977. package/cjs/Supervisor/index.js +0 -21
  978. package/cjs/Supervisor/index.js.map +0 -1
  979. package/cjs/Supervisor/inheritFiberRefs.d.ts +0 -2
  980. package/cjs/Supervisor/inheritFiberRefs.d.ts.map +0 -1
  981. package/cjs/Supervisor/inheritFiberRefs.js +0 -17
  982. package/cjs/Supervisor/inheritFiberRefs.js.map +0 -1
  983. package/cjs/Supervisor/maxFailures.d.ts +0 -18
  984. package/cjs/Supervisor/maxFailures.d.ts.map +0 -1
  985. package/cjs/Supervisor/maxFailures.js +0 -72
  986. package/cjs/Supervisor/maxFailures.js.map +0 -1
  987. package/cjs/Supervisor/trackIn.d.ts +0 -6
  988. package/cjs/Supervisor/trackIn.d.ts.map +0 -1
  989. package/cjs/Supervisor/trackIn.js +0 -16
  990. package/cjs/Supervisor/trackIn.js.map +0 -1
  991. package/cjs/Tagged/index.d.ts +0 -79
  992. package/cjs/Tagged/index.d.ts.map +0 -1
  993. package/cjs/Tagged/index.js +0 -71
  994. package/cjs/Tagged/index.js.map +0 -1
  995. package/cjs/Time/index.d.ts +0 -95
  996. package/cjs/Time/index.d.ts.map +0 -1
  997. package/cjs/Time/index.js +0 -59
  998. package/cjs/Time/index.js.map +0 -1
  999. package/cjs/Timeline/index.d.ts +0 -27
  1000. package/cjs/Timeline/index.d.ts.map +0 -1
  1001. package/cjs/Timeline/index.js +0 -102
  1002. package/cjs/Timeline/index.js.map +0 -1
  1003. package/cjs/Timer/SetTimeoutTimer.d.ts +0 -4
  1004. package/cjs/Timer/SetTimeoutTimer.d.ts.map +0 -1
  1005. package/cjs/Timer/SetTimeoutTimer.js +0 -18
  1006. package/cjs/Timer/SetTimeoutTimer.js.map +0 -1
  1007. package/cjs/Timer/TestTimer.d.ts +0 -9
  1008. package/cjs/Timer/TestTimer.d.ts.map +0 -1
  1009. package/cjs/Timer/TestTimer.js +0 -52
  1010. package/cjs/Timer/TestTimer.js.map +0 -1
  1011. package/cjs/Timer/Timer.d.ts +0 -11
  1012. package/cjs/Timer/Timer.d.ts.map +0 -1
  1013. package/cjs/Timer/Timer.js +0 -44
  1014. package/cjs/Timer/Timer.js.map +0 -1
  1015. package/cjs/Timer/index.d.ts +0 -4
  1016. package/cjs/Timer/index.d.ts.map +0 -1
  1017. package/cjs/Timer/index.js +0 -20
  1018. package/cjs/Timer/index.js.map +0 -1
  1019. package/cjs/Trace/Trace.d.ts +0 -38
  1020. package/cjs/Trace/Trace.d.ts.map +0 -1
  1021. package/cjs/Trace/Trace.js +0 -156
  1022. package/cjs/Trace/Trace.js.map +0 -1
  1023. package/cjs/Trace/index.d.ts +0 -2
  1024. package/cjs/Trace/index.d.ts.map +0 -1
  1025. package/cjs/Trace/index.js +0 -18
  1026. package/cjs/Trace/index.js.map +0 -1
  1027. package/cjs/Tracing/plugin.d.ts +0 -10
  1028. package/cjs/Tracing/plugin.d.ts.map +0 -1
  1029. package/cjs/Tracing/plugin.js +0 -130
  1030. package/cjs/Tracing/plugin.js.map +0 -1
  1031. package/cjs/Tracing/vite.d.ts +0 -10
  1032. package/cjs/Tracing/vite.d.ts.map +0 -1
  1033. package/cjs/Tracing/vite.js +0 -54
  1034. package/cjs/Tracing/vite.js.map +0 -1
  1035. package/cjs/_internal/suite.d.ts +0 -12
  1036. package/cjs/_internal/suite.d.ts.map +0 -1
  1037. package/cjs/_internal/suite.js +0 -13
  1038. package/cjs/_internal/suite.js.map +0 -1
  1039. package/coverage/tmp/coverage-14409-1663382601663-0.json +0 -1
  1040. package/coverage/tmp/coverage-14414-1663382601571-0.json +0 -1
  1041. package/coverage/tmp/coverage-14432-1663382601494-0.json +0 -1
  1042. package/esm/Atomic/Atomic.d.ts +0 -56
  1043. package/esm/Atomic/Atomic.d.ts.map +0 -1
  1044. package/esm/Atomic/Atomic.js +0 -79
  1045. package/esm/Atomic/Atomic.js.map +0 -1
  1046. package/esm/Atomic/AtomicCounter.d.ts +0 -10
  1047. package/esm/Atomic/AtomicCounter.d.ts.map +0 -1
  1048. package/esm/Atomic/AtomicCounter.js +0 -10
  1049. package/esm/Atomic/AtomicCounter.js.map +0 -1
  1050. package/esm/Atomic/index.d.ts +0 -3
  1051. package/esm/Atomic/index.d.ts.map +0 -1
  1052. package/esm/Atomic/index.js +0 -3
  1053. package/esm/Atomic/index.js.map +0 -1
  1054. package/esm/Cause/Cause.d.ts +0 -179
  1055. package/esm/Cause/Cause.d.ts.map +0 -1
  1056. package/esm/Cause/Cause.js +0 -323
  1057. package/esm/Cause/Cause.js.map +0 -1
  1058. package/esm/Cause/CauseError.d.ts +0 -13
  1059. package/esm/Cause/CauseError.d.ts.map +0 -1
  1060. package/esm/Cause/CauseError.js +0 -44
  1061. package/esm/Cause/CauseError.js.map +0 -1
  1062. package/esm/Cause/Renderer.d.ts +0 -47
  1063. package/esm/Cause/Renderer.d.ts.map +0 -1
  1064. package/esm/Cause/Renderer.js +0 -191
  1065. package/esm/Cause/Renderer.js.map +0 -1
  1066. package/esm/Cause/index.d.ts +0 -2
  1067. package/esm/Cause/index.d.ts.map +0 -1
  1068. package/esm/Cause/index.js +0 -2
  1069. package/esm/Cause/index.js.map +0 -1
  1070. package/esm/Cause/prettyStringify.d.ts +0 -2
  1071. package/esm/Cause/prettyStringify.d.ts.map +0 -1
  1072. package/esm/Cause/prettyStringify.js +0 -7
  1073. package/esm/Cause/prettyStringify.js.map +0 -1
  1074. package/esm/Clock/Clock.d.ts +0 -26
  1075. package/esm/Clock/Clock.d.ts.map +0 -1
  1076. package/esm/Clock/Clock.js +0 -50
  1077. package/esm/Clock/Clock.js.map +0 -1
  1078. package/esm/Clock/DateClock.d.ts +0 -3
  1079. package/esm/Clock/DateClock.d.ts.map +0 -1
  1080. package/esm/Clock/DateClock.js +0 -7
  1081. package/esm/Clock/DateClock.js.map +0 -1
  1082. package/esm/Clock/TestClock.d.ts +0 -11
  1083. package/esm/Clock/TestClock.d.ts.map +0 -1
  1084. package/esm/Clock/TestClock.js +0 -15
  1085. package/esm/Clock/TestClock.js.map +0 -1
  1086. package/esm/Clock/index.d.ts +0 -4
  1087. package/esm/Clock/index.d.ts.map +0 -1
  1088. package/esm/Clock/index.js +0 -4
  1089. package/esm/Clock/index.js.map +0 -1
  1090. package/esm/Disposable/Disposable.d.ts +0 -25
  1091. package/esm/Disposable/Disposable.d.ts.map +0 -1
  1092. package/esm/Disposable/Disposable.js +0 -39
  1093. package/esm/Disposable/Disposable.js.map +0 -1
  1094. package/esm/Disposable/index.d.ts +0 -2
  1095. package/esm/Disposable/index.d.ts.map +0 -1
  1096. package/esm/Disposable/index.js +0 -2
  1097. package/esm/Disposable/index.js.map +0 -1
  1098. package/esm/Duration/Duration.d.ts +0 -27
  1099. package/esm/Duration/Duration.d.ts.map +0 -1
  1100. package/esm/Duration/Duration.js +0 -106
  1101. package/esm/Duration/Duration.js.map +0 -1
  1102. package/esm/Duration/index.d.ts +0 -2
  1103. package/esm/Duration/index.d.ts.map +0 -1
  1104. package/esm/Duration/index.js +0 -2
  1105. package/esm/Duration/index.js.map +0 -1
  1106. package/esm/Env/Env.d.ts +0 -16
  1107. package/esm/Env/Env.d.ts.map +0 -1
  1108. package/esm/Env/Env.js +0 -10
  1109. package/esm/Env/Env.js.map +0 -1
  1110. package/esm/Env/index.d.ts +0 -2
  1111. package/esm/Env/index.d.ts.map +0 -1
  1112. package/esm/Env/index.js +0 -2
  1113. package/esm/Env/index.js.map +0 -1
  1114. package/esm/Exit/Exit.d.ts +0 -21
  1115. package/esm/Exit/Exit.d.ts.map +0 -1
  1116. package/esm/Exit/Exit.js +0 -16
  1117. package/esm/Exit/Exit.js.map +0 -1
  1118. package/esm/Exit/hkt.d.ts +0 -27
  1119. package/esm/Exit/hkt.d.ts.map +0 -1
  1120. package/esm/Exit/hkt.js +0 -25
  1121. package/esm/Exit/hkt.js.map +0 -1
  1122. package/esm/Exit/index.d.ts +0 -3
  1123. package/esm/Exit/index.d.ts.map +0 -1
  1124. package/esm/Exit/index.js +0 -3
  1125. package/esm/Exit/index.js.map +0 -1
  1126. package/esm/Fiber/Fiber.d.ts +0 -36
  1127. package/esm/Fiber/Fiber.d.ts.map +0 -1
  1128. package/esm/Fiber/Fiber.js +0 -18
  1129. package/esm/Fiber/Fiber.js.map +0 -1
  1130. package/esm/Fiber/fromExit.d.ts +0 -4
  1131. package/esm/Fiber/fromExit.d.ts.map +0 -1
  1132. package/esm/Fiber/fromExit.js +0 -12
  1133. package/esm/Fiber/fromExit.js.map +0 -1
  1134. package/esm/Fiber/fromScope.d.ts +0 -5
  1135. package/esm/Fiber/fromScope.d.ts.map +0 -1
  1136. package/esm/Fiber/fromScope.js +0 -13
  1137. package/esm/Fiber/fromScope.js.map +0 -1
  1138. package/esm/Fiber/hkt.d.ts +0 -40
  1139. package/esm/Fiber/hkt.d.ts.map +0 -1
  1140. package/esm/Fiber/hkt.js +0 -75
  1141. package/esm/Fiber/hkt.js.map +0 -1
  1142. package/esm/Fiber/index.d.ts +0 -3
  1143. package/esm/Fiber/index.d.ts.map +0 -1
  1144. package/esm/Fiber/index.js +0 -3
  1145. package/esm/Fiber/index.js.map +0 -1
  1146. package/esm/FiberContext/FiberContext.d.ts +0 -20
  1147. package/esm/FiberContext/FiberContext.d.ts.map +0 -1
  1148. package/esm/FiberContext/FiberContext.js +0 -34
  1149. package/esm/FiberContext/FiberContext.js.map +0 -1
  1150. package/esm/FiberContext/index.d.ts +0 -2
  1151. package/esm/FiberContext/index.d.ts.map +0 -1
  1152. package/esm/FiberContext/index.js +0 -2
  1153. package/esm/FiberContext/index.js.map +0 -1
  1154. package/esm/FiberId/FiberId.d.ts +0 -46
  1155. package/esm/FiberId/FiberId.d.ts.map +0 -1
  1156. package/esm/FiberId/FiberId.js +0 -93
  1157. package/esm/FiberId/FiberId.js.map +0 -1
  1158. package/esm/FiberId/index.d.ts +0 -2
  1159. package/esm/FiberId/index.d.ts.map +0 -1
  1160. package/esm/FiberId/index.js +0 -2
  1161. package/esm/FiberId/index.js.map +0 -1
  1162. package/esm/FiberRef/FiberRef.d.ts +0 -22
  1163. package/esm/FiberRef/FiberRef.d.ts.map +0 -1
  1164. package/esm/FiberRef/FiberRef.js +0 -20
  1165. package/esm/FiberRef/FiberRef.js.map +0 -1
  1166. package/esm/FiberRef/builtins.d.ts +0 -25
  1167. package/esm/FiberRef/builtins.d.ts.map +0 -1
  1168. package/esm/FiberRef/builtins.js +0 -91
  1169. package/esm/FiberRef/builtins.js.map +0 -1
  1170. package/esm/FiberRef/index.d.ts +0 -3
  1171. package/esm/FiberRef/index.d.ts.map +0 -1
  1172. package/esm/FiberRef/index.js +0 -3
  1173. package/esm/FiberRef/index.js.map +0 -1
  1174. package/esm/FiberRef/operations.d.ts +0 -9
  1175. package/esm/FiberRef/operations.d.ts.map +0 -1
  1176. package/esm/FiberRef/operations.js +0 -13
  1177. package/esm/FiberRef/operations.js.map +0 -1
  1178. package/esm/FiberRefs/FiberRefs.d.ts +0 -21
  1179. package/esm/FiberRefs/FiberRefs.d.ts.map +0 -1
  1180. package/esm/FiberRefs/FiberRefs.js +0 -82
  1181. package/esm/FiberRefs/FiberRefs.js.map +0 -1
  1182. package/esm/FiberRefs/index.d.ts +0 -2
  1183. package/esm/FiberRefs/index.d.ts.map +0 -1
  1184. package/esm/FiberRefs/index.js +0 -2
  1185. package/esm/FiberRefs/index.js.map +0 -1
  1186. package/esm/FiberRuntime/FiberRuntime.d.ts +0 -154
  1187. package/esm/FiberRuntime/FiberRuntime.d.ts.map +0 -1
  1188. package/esm/FiberRuntime/FiberRuntime.js +0 -495
  1189. package/esm/FiberRuntime/FiberRuntime.js.map +0 -1
  1190. package/esm/FiberRuntime/Frame.d.ts +0 -14
  1191. package/esm/FiberRuntime/Frame.d.ts.map +0 -1
  1192. package/esm/FiberRuntime/Frame.js +0 -13
  1193. package/esm/FiberRuntime/Frame.js.map +0 -1
  1194. package/esm/FiberRuntime/index.d.ts +0 -2
  1195. package/esm/FiberRuntime/index.d.ts.map +0 -1
  1196. package/esm/FiberRuntime/index.js +0 -2
  1197. package/esm/FiberRuntime/index.js.map +0 -1
  1198. package/esm/FiberStatus/index.d.ts +0 -19
  1199. package/esm/FiberStatus/index.d.ts.map +0 -1
  1200. package/esm/FiberStatus/index.js +0 -18
  1201. package/esm/FiberStatus/index.js.map +0 -1
  1202. package/esm/Finalizer/Finalizer.d.ts +0 -39
  1203. package/esm/Finalizer/Finalizer.d.ts.map +0 -1
  1204. package/esm/Finalizer/Finalizer.js +0 -19
  1205. package/esm/Finalizer/Finalizer.js.map +0 -1
  1206. package/esm/Finalizer/index.d.ts +0 -2
  1207. package/esm/Finalizer/index.d.ts.map +0 -1
  1208. package/esm/Finalizer/index.js +0 -2
  1209. package/esm/Finalizer/index.js.map +0 -1
  1210. package/esm/Future/Future.d.ts +0 -23
  1211. package/esm/Future/Future.d.ts.map +0 -1
  1212. package/esm/Future/Future.js +0 -36
  1213. package/esm/Future/Future.js.map +0 -1
  1214. package/esm/Future/MutableFutureQueue.d.ts +0 -16
  1215. package/esm/Future/MutableFutureQueue.d.ts.map +0 -1
  1216. package/esm/Future/MutableFutureQueue.js +0 -36
  1217. package/esm/Future/MutableFutureQueue.js.map +0 -1
  1218. package/esm/Future/complete.d.ts +0 -4
  1219. package/esm/Future/complete.d.ts.map +0 -1
  1220. package/esm/Future/complete.js +0 -10
  1221. package/esm/Future/complete.js.map +0 -1
  1222. package/esm/Future/index.d.ts +0 -4
  1223. package/esm/Future/index.d.ts.map +0 -1
  1224. package/esm/Future/index.js +0 -4
  1225. package/esm/Future/index.js.map +0 -1
  1226. package/esm/Future/wait.d.ts +0 -4
  1227. package/esm/Future/wait.d.ts.map +0 -1
  1228. package/esm/Future/wait.js +0 -5
  1229. package/esm/Future/wait.js.map +0 -1
  1230. package/esm/Fx/Fx.d.ts +0 -149
  1231. package/esm/Fx/Fx.d.ts.map +0 -1
  1232. package/esm/Fx/Fx.js +0 -199
  1233. package/esm/Fx/Fx.js.map +0 -1
  1234. package/esm/Fx/Instruction.d.ts +0 -200
  1235. package/esm/Fx/Instruction.d.ts.map +0 -1
  1236. package/esm/Fx/Instruction.js +0 -376
  1237. package/esm/Fx/Instruction.js.map +0 -1
  1238. package/esm/Fx/fromLayer.d.ts +0 -5
  1239. package/esm/Fx/fromLayer.d.ts.map +0 -1
  1240. package/esm/Fx/fromLayer.js +0 -6
  1241. package/esm/Fx/fromLayer.js.map +0 -1
  1242. package/esm/Fx/index.d.ts +0 -8
  1243. package/esm/Fx/index.d.ts.map +0 -1
  1244. package/esm/Fx/index.js +0 -8
  1245. package/esm/Fx/index.js.map +0 -1
  1246. package/esm/Fx/join.d.ts +0 -10
  1247. package/esm/Fx/join.d.ts.map +0 -1
  1248. package/esm/Fx/join.js +0 -8
  1249. package/esm/Fx/join.js.map +0 -1
  1250. package/esm/Fx/logging.d.ts +0 -11
  1251. package/esm/Fx/logging.d.ts.map +0 -1
  1252. package/esm/Fx/logging.js +0 -18
  1253. package/esm/Fx/logging.js.map +0 -1
  1254. package/esm/Fx/run.d.ts +0 -14
  1255. package/esm/Fx/run.d.ts.map +0 -1
  1256. package/esm/Fx/run.js +0 -23
  1257. package/esm/Fx/run.js.map +0 -1
  1258. package/esm/Fx/scheduler.d.ts +0 -14
  1259. package/esm/Fx/scheduler.d.ts.map +0 -1
  1260. package/esm/Fx/scheduler.js +0 -39
  1261. package/esm/Fx/scheduler.js.map +0 -1
  1262. package/esm/Fx/scoped.d.ts +0 -20
  1263. package/esm/Fx/scoped.d.ts.map +0 -1
  1264. package/esm/Fx/scoped.js +0 -32
  1265. package/esm/Fx/scoped.js.map +0 -1
  1266. package/esm/ImmutableMap/ImmutableMap.d.ts +0 -15
  1267. package/esm/ImmutableMap/ImmutableMap.d.ts.map +0 -1
  1268. package/esm/ImmutableMap/ImmutableMap.js +0 -35
  1269. package/esm/ImmutableMap/ImmutableMap.js.map +0 -1
  1270. package/esm/ImmutableMap/index.d.ts +0 -2
  1271. package/esm/ImmutableMap/index.d.ts.map +0 -1
  1272. package/esm/ImmutableMap/index.js +0 -2
  1273. package/esm/ImmutableMap/index.js.map +0 -1
  1274. package/esm/Layer/Layer.d.ts +0 -15
  1275. package/esm/Layer/Layer.d.ts.map +0 -1
  1276. package/esm/Layer/Layer.js +0 -19
  1277. package/esm/Layer/Layer.js.map +0 -1
  1278. package/esm/Layer/index.d.ts +0 -2
  1279. package/esm/Layer/index.d.ts.map +0 -1
  1280. package/esm/Layer/index.js +0 -2
  1281. package/esm/Layer/index.js.map +0 -1
  1282. package/esm/Logger/Console.d.ts +0 -3
  1283. package/esm/Logger/Console.d.ts.map +0 -1
  1284. package/esm/Logger/Console.js +0 -77
  1285. package/esm/Logger/Console.js.map +0 -1
  1286. package/esm/Logger/LogAnnotation.d.ts +0 -6
  1287. package/esm/Logger/LogAnnotation.d.ts.map +0 -1
  1288. package/esm/Logger/LogAnnotation.js +0 -4
  1289. package/esm/Logger/LogAnnotation.js.map +0 -1
  1290. package/esm/Logger/LogLevel.d.ts +0 -11
  1291. package/esm/Logger/LogLevel.d.ts.map +0 -1
  1292. package/esm/Logger/LogLevel.js +0 -12
  1293. package/esm/Logger/LogLevel.js.map +0 -1
  1294. package/esm/Logger/LogSpan.d.ts +0 -7
  1295. package/esm/Logger/LogSpan.d.ts.map +0 -1
  1296. package/esm/Logger/LogSpan.js +0 -4
  1297. package/esm/Logger/LogSpan.js.map +0 -1
  1298. package/esm/Logger/Logger.d.ts +0 -32
  1299. package/esm/Logger/Logger.d.ts.map +0 -1
  1300. package/esm/Logger/Logger.js +0 -36
  1301. package/esm/Logger/Logger.js.map +0 -1
  1302. package/esm/Logger/index.d.ts +0 -2
  1303. package/esm/Logger/index.d.ts.map +0 -1
  1304. package/esm/Logger/index.js +0 -2
  1305. package/esm/Logger/index.js.map +0 -1
  1306. package/esm/Node/Runtime.d.ts +0 -9
  1307. package/esm/Node/Runtime.d.ts.map +0 -1
  1308. package/esm/Node/Runtime.js +0 -17
  1309. package/esm/Node/Runtime.js.map +0 -1
  1310. package/esm/Node/gracefulShutdown.d.ts +0 -5
  1311. package/esm/Node/gracefulShutdown.d.ts.map +0 -1
  1312. package/esm/Node/gracefulShutdown.js +0 -36
  1313. package/esm/Node/gracefulShutdown.js.map +0 -1
  1314. package/esm/Node/index.d.ts +0 -3
  1315. package/esm/Node/index.d.ts.map +0 -1
  1316. package/esm/Node/index.js +0 -3
  1317. package/esm/Node/index.js.map +0 -1
  1318. package/esm/Platform/Platform.d.ts +0 -16
  1319. package/esm/Platform/Platform.d.ts.map +0 -1
  1320. package/esm/Platform/Platform.js +0 -21
  1321. package/esm/Platform/Platform.js.map +0 -1
  1322. package/esm/Platform/TestPlatform.d.ts +0 -7
  1323. package/esm/Platform/TestPlatform.d.ts.map +0 -1
  1324. package/esm/Platform/TestPlatform.js +0 -9
  1325. package/esm/Platform/TestPlatform.js.map +0 -1
  1326. package/esm/Platform/index.d.ts +0 -3
  1327. package/esm/Platform/index.d.ts.map +0 -1
  1328. package/esm/Platform/index.js +0 -3
  1329. package/esm/Platform/index.js.map +0 -1
  1330. package/esm/Runtime/Runtime.d.ts +0 -11
  1331. package/esm/Runtime/Runtime.d.ts.map +0 -1
  1332. package/esm/Runtime/Runtime.js +0 -25
  1333. package/esm/Runtime/Runtime.js.map +0 -1
  1334. package/esm/Runtime/index.d.ts +0 -2
  1335. package/esm/Runtime/index.d.ts.map +0 -1
  1336. package/esm/Runtime/index.js +0 -2
  1337. package/esm/Runtime/index.js.map +0 -1
  1338. package/esm/Schedule/Decision.d.ts +0 -15
  1339. package/esm/Schedule/Decision.d.ts.map +0 -1
  1340. package/esm/Schedule/Decision.js +0 -34
  1341. package/esm/Schedule/Decision.js.map +0 -1
  1342. package/esm/Schedule/Schedule.d.ts +0 -30
  1343. package/esm/Schedule/Schedule.d.ts.map +0 -1
  1344. package/esm/Schedule/Schedule.js +0 -64
  1345. package/esm/Schedule/Schedule.js.map +0 -1
  1346. package/esm/Schedule/ScheduleState.d.ts +0 -48
  1347. package/esm/Schedule/ScheduleState.d.ts.map +0 -1
  1348. package/esm/Schedule/ScheduleState.js +0 -57
  1349. package/esm/Schedule/ScheduleState.js.map +0 -1
  1350. package/esm/Schedule/index.d.ts +0 -4
  1351. package/esm/Schedule/index.d.ts.map +0 -1
  1352. package/esm/Schedule/index.js +0 -4
  1353. package/esm/Schedule/index.js.map +0 -1
  1354. package/esm/Scheduler/RootScheduler.d.ts +0 -4
  1355. package/esm/Scheduler/RootScheduler.d.ts.map +0 -1
  1356. package/esm/Scheduler/RootScheduler.js +0 -53
  1357. package/esm/Scheduler/RootScheduler.js.map +0 -1
  1358. package/esm/Scheduler/Scheduler.d.ts +0 -15
  1359. package/esm/Scheduler/Scheduler.d.ts.map +0 -1
  1360. package/esm/Scheduler/Scheduler.js +0 -3
  1361. package/esm/Scheduler/Scheduler.js.map +0 -1
  1362. package/esm/Scheduler/callbackScheduler.d.ts +0 -5
  1363. package/esm/Scheduler/callbackScheduler.d.ts.map +0 -1
  1364. package/esm/Scheduler/callbackScheduler.js +0 -33
  1365. package/esm/Scheduler/callbackScheduler.js.map +0 -1
  1366. package/esm/Scheduler/index.d.ts +0 -3
  1367. package/esm/Scheduler/index.d.ts.map +0 -1
  1368. package/esm/Scheduler/index.js +0 -3
  1369. package/esm/Scheduler/index.js.map +0 -1
  1370. package/esm/Scheduler/runSchedule.d.ts +0 -10
  1371. package/esm/Scheduler/runSchedule.d.ts.map +0 -1
  1372. package/esm/Scheduler/runSchedule.js +0 -22
  1373. package/esm/Scheduler/runSchedule.js.map +0 -1
  1374. package/esm/Scope/Closeable.d.ts +0 -11
  1375. package/esm/Scope/Closeable.d.ts.map +0 -1
  1376. package/esm/Scope/Closeable.js +0 -20
  1377. package/esm/Scope/Closeable.js.map +0 -1
  1378. package/esm/Scope/GlobalScope.d.ts +0 -3
  1379. package/esm/Scope/GlobalScope.d.ts.map +0 -1
  1380. package/esm/Scope/GlobalScope.js +0 -12
  1381. package/esm/Scope/GlobalScope.js.map +0 -1
  1382. package/esm/Scope/LocalScope.d.ts +0 -24
  1383. package/esm/Scope/LocalScope.d.ts.map +0 -1
  1384. package/esm/Scope/LocalScope.js +0 -64
  1385. package/esm/Scope/LocalScope.js.map +0 -1
  1386. package/esm/Scope/ReleaseMap.d.ts +0 -19
  1387. package/esm/Scope/ReleaseMap.d.ts.map +0 -1
  1388. package/esm/Scope/ReleaseMap.js +0 -76
  1389. package/esm/Scope/ReleaseMap.js.map +0 -1
  1390. package/esm/Scope/Scope.d.ts +0 -11
  1391. package/esm/Scope/Scope.d.ts.map +0 -1
  1392. package/esm/Scope/Scope.js +0 -3
  1393. package/esm/Scope/Scope.js.map +0 -1
  1394. package/esm/Scope/ScopeState.d.ts +0 -19
  1395. package/esm/Scope/ScopeState.d.ts.map +0 -1
  1396. package/esm/Scope/ScopeState.js +0 -24
  1397. package/esm/Scope/ScopeState.js.map +0 -1
  1398. package/esm/Scope/index.d.ts +0 -7
  1399. package/esm/Scope/index.d.ts.map +0 -1
  1400. package/esm/Scope/index.js +0 -7
  1401. package/esm/Scope/index.js.map +0 -1
  1402. package/esm/Semaphore/Semaphore.d.ts +0 -39
  1403. package/esm/Semaphore/Semaphore.d.ts.map +0 -1
  1404. package/esm/Semaphore/Semaphore.js +0 -74
  1405. package/esm/Semaphore/Semaphore.js.map +0 -1
  1406. package/esm/Semaphore/index.d.ts +0 -2
  1407. package/esm/Semaphore/index.d.ts.map +0 -1
  1408. package/esm/Semaphore/index.js +0 -2
  1409. package/esm/Semaphore/index.js.map +0 -1
  1410. package/esm/Service/Id.d.ts +0 -70
  1411. package/esm/Service/Id.d.ts.map +0 -1
  1412. package/esm/Service/Id.js +0 -72
  1413. package/esm/Service/Id.js.map +0 -1
  1414. package/esm/Service/Service.d.ts +0 -20
  1415. package/esm/Service/Service.d.ts.map +0 -1
  1416. package/esm/Service/Service.js +0 -14
  1417. package/esm/Service/Service.js.map +0 -1
  1418. package/esm/Service/fn.d.ts +0 -47
  1419. package/esm/Service/fn.d.ts.map +0 -1
  1420. package/esm/Service/fn.js +0 -15
  1421. package/esm/Service/fn.js.map +0 -1
  1422. package/esm/Service/index.d.ts +0 -5
  1423. package/esm/Service/index.d.ts.map +0 -1
  1424. package/esm/Service/index.js +0 -5
  1425. package/esm/Service/index.js.map +0 -1
  1426. package/esm/Service/tagged.d.ts +0 -31
  1427. package/esm/Service/tagged.d.ts.map +0 -1
  1428. package/esm/Service/tagged.js +0 -9
  1429. package/esm/Service/tagged.js.map +0 -1
  1430. package/esm/Sink/Sink.d.ts +0 -23
  1431. package/esm/Sink/Sink.d.ts.map +0 -1
  1432. package/esm/Sink/Sink.js +0 -39
  1433. package/esm/Sink/Sink.js.map +0 -1
  1434. package/esm/Sink/index.d.ts +0 -1
  1435. package/esm/Sink/index.d.ts.map +0 -1
  1436. package/esm/Sink/index.js +0 -2
  1437. package/esm/Sink/index.js.map +0 -1
  1438. package/esm/Stack/index.d.ts +0 -20
  1439. package/esm/Stack/index.d.ts.map +0 -1
  1440. package/esm/Stack/index.js +0 -70
  1441. package/esm/Stack/index.js.map +0 -1
  1442. package/esm/StackFrame/StackFrame.d.ts +0 -29
  1443. package/esm/StackFrame/StackFrame.d.ts.map +0 -1
  1444. package/esm/StackFrame/StackFrame.js +0 -35
  1445. package/esm/StackFrame/StackFrame.js.map +0 -1
  1446. package/esm/StackFrame/getStackFrames.d.ts +0 -7
  1447. package/esm/StackFrame/getStackFrames.d.ts.map +0 -1
  1448. package/esm/StackFrame/getStackFrames.js +0 -51
  1449. package/esm/StackFrame/getStackFrames.js.map +0 -1
  1450. package/esm/StackFrame/index.d.ts +0 -3
  1451. package/esm/StackFrame/index.d.ts.map +0 -1
  1452. package/esm/StackFrame/index.js +0 -3
  1453. package/esm/StackFrame/index.js.map +0 -1
  1454. package/esm/StackFrame/parseChromeStack.d.ts +0 -3
  1455. package/esm/StackFrame/parseChromeStack.d.ts.map +0 -1
  1456. package/esm/StackFrame/parseChromeStack.js +0 -32
  1457. package/esm/StackFrame/parseChromeStack.js.map +0 -1
  1458. package/esm/StackFrame/parseGeckoStackFrame.d.ts +0 -3
  1459. package/esm/StackFrame/parseGeckoStackFrame.d.ts.map +0 -1
  1460. package/esm/StackFrame/parseGeckoStackFrame.js +0 -24
  1461. package/esm/StackFrame/parseGeckoStackFrame.js.map +0 -1
  1462. package/esm/Stream/Stream.d.ts +0 -42
  1463. package/esm/Stream/Stream.d.ts.map +0 -1
  1464. package/esm/Stream/Stream.js +0 -4
  1465. package/esm/Stream/Stream.js.map +0 -1
  1466. package/esm/Stream/acquirePermit.d.ts +0 -15
  1467. package/esm/Stream/acquirePermit.d.ts.map +0 -1
  1468. package/esm/Stream/acquirePermit.js +0 -15
  1469. package/esm/Stream/acquirePermit.js.map +0 -1
  1470. package/esm/Stream/bimap.d.ts +0 -44
  1471. package/esm/Stream/bimap.d.ts.map +0 -1
  1472. package/esm/Stream/bimap.js +0 -137
  1473. package/esm/Stream/bimap.js.map +0 -1
  1474. package/esm/Stream/continueWith.d.ts +0 -28
  1475. package/esm/Stream/continueWith.d.ts.map +0 -1
  1476. package/esm/Stream/continueWith.js +0 -39
  1477. package/esm/Stream/continueWith.js.map +0 -1
  1478. package/esm/Stream/delay.d.ts +0 -4
  1479. package/esm/Stream/delay.d.ts.map +0 -1
  1480. package/esm/Stream/delay.js +0 -26
  1481. package/esm/Stream/delay.js.map +0 -1
  1482. package/esm/Stream/drain.d.ts +0 -12
  1483. package/esm/Stream/drain.d.ts.map +0 -1
  1484. package/esm/Stream/drain.js +0 -21
  1485. package/esm/Stream/drain.js.map +0 -1
  1486. package/esm/Stream/empty.d.ts +0 -3
  1487. package/esm/Stream/empty.d.ts.map +0 -1
  1488. package/esm/Stream/empty.js +0 -4
  1489. package/esm/Stream/empty.js.map +0 -1
  1490. package/esm/Stream/flatMap.d.ts +0 -17
  1491. package/esm/Stream/flatMap.d.ts.map +0 -1
  1492. package/esm/Stream/flatMap.js +0 -87
  1493. package/esm/Stream/flatMap.js.map +0 -1
  1494. package/esm/Stream/flatMapConcurrently.d.ts +0 -6
  1495. package/esm/Stream/flatMapConcurrently.d.ts.map +0 -1
  1496. package/esm/Stream/flatMapConcurrently.js +0 -19
  1497. package/esm/Stream/flatMapConcurrently.js.map +0 -1
  1498. package/esm/Stream/flatMapFx.d.ts +0 -8
  1499. package/esm/Stream/flatMapFx.d.ts.map +0 -1
  1500. package/esm/Stream/flatMapFx.js +0 -19
  1501. package/esm/Stream/flatMapFx.js.map +0 -1
  1502. package/esm/Stream/foldMap.d.ts +0 -11
  1503. package/esm/Stream/foldMap.d.ts.map +0 -1
  1504. package/esm/Stream/foldMap.js +0 -38
  1505. package/esm/Stream/foldMap.js.map +0 -1
  1506. package/esm/Stream/fromArray.d.ts +0 -2
  1507. package/esm/Stream/fromArray.d.ts.map +0 -1
  1508. package/esm/Stream/fromArray.js +0 -8
  1509. package/esm/Stream/fromArray.js.map +0 -1
  1510. package/esm/Stream/fromCallback.d.ts +0 -22
  1511. package/esm/Stream/fromCallback.d.ts.map +0 -1
  1512. package/esm/Stream/fromCallback.js +0 -37
  1513. package/esm/Stream/fromCallback.js.map +0 -1
  1514. package/esm/Stream/fromFx.d.ts +0 -30
  1515. package/esm/Stream/fromFx.d.ts.map +0 -1
  1516. package/esm/Stream/fromFx.js +0 -31
  1517. package/esm/Stream/fromFx.js.map +0 -1
  1518. package/esm/Stream/hkt.d.ts +0 -38
  1519. package/esm/Stream/hkt.d.ts.map +0 -1
  1520. package/esm/Stream/hkt.js +0 -53
  1521. package/esm/Stream/hkt.js.map +0 -1
  1522. package/esm/Stream/hold.d.ts +0 -27
  1523. package/esm/Stream/hold.d.ts.map +0 -1
  1524. package/esm/Stream/hold.js +0 -66
  1525. package/esm/Stream/hold.js.map +0 -1
  1526. package/esm/Stream/index.d.ts +0 -28
  1527. package/esm/Stream/index.d.ts.map +0 -1
  1528. package/esm/Stream/index.js +0 -28
  1529. package/esm/Stream/index.js.map +0 -1
  1530. package/esm/Stream/lazy.d.ts +0 -3
  1531. package/esm/Stream/lazy.d.ts.map +0 -1
  1532. package/esm/Stream/lazy.js +0 -5
  1533. package/esm/Stream/lazy.js.map +0 -1
  1534. package/esm/Stream/merge.d.ts +0 -18
  1535. package/esm/Stream/merge.d.ts.map +0 -1
  1536. package/esm/Stream/merge.js +0 -55
  1537. package/esm/Stream/merge.js.map +0 -1
  1538. package/esm/Stream/multicast.d.ts +0 -27
  1539. package/esm/Stream/multicast.d.ts.map +0 -1
  1540. package/esm/Stream/multicast.js +0 -55
  1541. package/esm/Stream/multicast.js.map +0 -1
  1542. package/esm/Stream/orElse.d.ts +0 -17
  1543. package/esm/Stream/orElse.d.ts.map +0 -1
  1544. package/esm/Stream/orElse.js +0 -77
  1545. package/esm/Stream/orElse.js.map +0 -1
  1546. package/esm/Stream/periodic.d.ts +0 -4
  1547. package/esm/Stream/periodic.d.ts.map +0 -1
  1548. package/esm/Stream/periodic.js +0 -5
  1549. package/esm/Stream/periodic.js.map +0 -1
  1550. package/esm/Stream/provide.d.ts +0 -8
  1551. package/esm/Stream/provide.d.ts.map +0 -1
  1552. package/esm/Stream/provide.js +0 -13
  1553. package/esm/Stream/provide.js.map +0 -1
  1554. package/esm/Stream/run.d.ts +0 -6
  1555. package/esm/Stream/run.d.ts.map +0 -1
  1556. package/esm/Stream/run.js +0 -9
  1557. package/esm/Stream/run.js.map +0 -1
  1558. package/esm/Stream/scan.d.ts +0 -17
  1559. package/esm/Stream/scan.d.ts.map +0 -1
  1560. package/esm/Stream/scan.js +0 -27
  1561. package/esm/Stream/scan.js.map +0 -1
  1562. package/esm/Stream/scheduled.d.ts +0 -14
  1563. package/esm/Stream/scheduled.d.ts.map +0 -1
  1564. package/esm/Stream/scheduled.js +0 -19
  1565. package/esm/Stream/scheduled.js.map +0 -1
  1566. package/esm/Stream/setFiberRefLocally.d.ts +0 -15
  1567. package/esm/Stream/setFiberRefLocally.d.ts.map +0 -1
  1568. package/esm/Stream/setFiberRefLocally.js +0 -25
  1569. package/esm/Stream/setFiberRefLocally.js.map +0 -1
  1570. package/esm/Stream/skipRepeats.d.ts +0 -5
  1571. package/esm/Stream/skipRepeats.d.ts.map +0 -1
  1572. package/esm/Stream/skipRepeats.js +0 -31
  1573. package/esm/Stream/skipRepeats.js.map +0 -1
  1574. package/esm/Stream/switchMap.d.ts +0 -18
  1575. package/esm/Stream/switchMap.d.ts.map +0 -1
  1576. package/esm/Stream/switchMap.js +0 -95
  1577. package/esm/Stream/switchMap.js.map +0 -1
  1578. package/esm/Stream/tap.d.ts +0 -5
  1579. package/esm/Stream/tap.d.ts.map +0 -1
  1580. package/esm/Stream/tap.js +0 -6
  1581. package/esm/Stream/tap.js.map +0 -1
  1582. package/esm/Supervisor/Supervisor.d.ts +0 -539
  1583. package/esm/Supervisor/Supervisor.d.ts.map +0 -1
  1584. package/esm/Supervisor/Supervisor.js +0 -41
  1585. package/esm/Supervisor/Supervisor.js.map +0 -1
  1586. package/esm/Supervisor/index.d.ts +0 -5
  1587. package/esm/Supervisor/index.d.ts.map +0 -1
  1588. package/esm/Supervisor/index.js +0 -5
  1589. package/esm/Supervisor/index.js.map +0 -1
  1590. package/esm/Supervisor/inheritFiberRefs.d.ts +0 -2
  1591. package/esm/Supervisor/inheritFiberRefs.d.ts.map +0 -1
  1592. package/esm/Supervisor/inheritFiberRefs.js +0 -14
  1593. package/esm/Supervisor/inheritFiberRefs.js.map +0 -1
  1594. package/esm/Supervisor/maxFailures.d.ts +0 -18
  1595. package/esm/Supervisor/maxFailures.d.ts.map +0 -1
  1596. package/esm/Supervisor/maxFailures.js +0 -45
  1597. package/esm/Supervisor/maxFailures.js.map +0 -1
  1598. package/esm/Supervisor/trackIn.d.ts +0 -6
  1599. package/esm/Supervisor/trackIn.d.ts.map +0 -1
  1600. package/esm/Supervisor/trackIn.js +0 -12
  1601. package/esm/Supervisor/trackIn.js.map +0 -1
  1602. package/esm/Tagged/index.d.ts +0 -79
  1603. package/esm/Tagged/index.d.ts.map +0 -1
  1604. package/esm/Tagged/index.js +0 -43
  1605. package/esm/Tagged/index.js.map +0 -1
  1606. package/esm/Time/index.d.ts +0 -95
  1607. package/esm/Time/index.d.ts.map +0 -1
  1608. package/esm/Time/index.js +0 -33
  1609. package/esm/Time/index.js.map +0 -1
  1610. package/esm/Timeline/index.d.ts +0 -27
  1611. package/esm/Timeline/index.d.ts.map +0 -1
  1612. package/esm/Timeline/index.js +0 -98
  1613. package/esm/Timeline/index.js.map +0 -1
  1614. package/esm/Timer/SetTimeoutTimer.d.ts +0 -4
  1615. package/esm/Timer/SetTimeoutTimer.d.ts.map +0 -1
  1616. package/esm/Timer/SetTimeoutTimer.js +0 -14
  1617. package/esm/Timer/SetTimeoutTimer.js.map +0 -1
  1618. package/esm/Timer/TestTimer.d.ts +0 -9
  1619. package/esm/Timer/TestTimer.d.ts.map +0 -1
  1620. package/esm/Timer/TestTimer.js +0 -25
  1621. package/esm/Timer/TestTimer.js.map +0 -1
  1622. package/esm/Timer/Timer.d.ts +0 -11
  1623. package/esm/Timer/Timer.d.ts.map +0 -1
  1624. package/esm/Timer/Timer.js +0 -16
  1625. package/esm/Timer/Timer.js.map +0 -1
  1626. package/esm/Timer/index.d.ts +0 -4
  1627. package/esm/Timer/index.d.ts.map +0 -1
  1628. package/esm/Timer/index.js +0 -4
  1629. package/esm/Timer/index.js.map +0 -1
  1630. package/esm/Trace/Trace.d.ts +0 -38
  1631. package/esm/Trace/Trace.d.ts.map +0 -1
  1632. package/esm/Trace/Trace.js +0 -125
  1633. package/esm/Trace/Trace.js.map +0 -1
  1634. package/esm/Trace/index.d.ts +0 -2
  1635. package/esm/Trace/index.d.ts.map +0 -1
  1636. package/esm/Trace/index.js +0 -2
  1637. package/esm/Trace/index.js.map +0 -1
  1638. package/esm/Tracing/plugin.d.ts +0 -10
  1639. package/esm/Tracing/plugin.d.ts.map +0 -1
  1640. package/esm/Tracing/plugin.js +0 -123
  1641. package/esm/Tracing/plugin.js.map +0 -1
  1642. package/esm/Tracing/vite.d.ts +0 -10
  1643. package/esm/Tracing/vite.d.ts.map +0 -1
  1644. package/esm/Tracing/vite.js +0 -50
  1645. package/esm/Tracing/vite.js.map +0 -1
  1646. package/esm/_internal/suite.d.ts +0 -12
  1647. package/esm/_internal/suite.d.ts.map +0 -1
  1648. package/esm/_internal/suite.js +0 -8
  1649. package/esm/_internal/suite.js.map +0 -1
  1650. package/perf/Stream-filter-map-reduce.test.ts +0 -103
  1651. package/src/Atomic/Atomic.test.ts +0 -33
  1652. package/src/Atomic/Atomic.ts +0 -122
  1653. package/src/Atomic/AtomicCounter.ts +0 -23
  1654. package/src/Atomic/index.ts +0 -2
  1655. package/src/Cause/Cause.ts +0 -488
  1656. package/src/Cause/CauseError.ts +0 -55
  1657. package/src/Cause/Renderer.ts +0 -289
  1658. package/src/Cause/index.ts +0 -1
  1659. package/src/Cause/prettyStringify.ts +0 -8
  1660. package/src/Clock/Clock.ts +0 -82
  1661. package/src/Clock/DateClock.ts +0 -9
  1662. package/src/Clock/TestClock.ts +0 -25
  1663. package/src/Clock/index.ts +0 -3
  1664. package/src/Disposable/Disposable.ts +0 -63
  1665. package/src/Disposable/index.ts +0 -1
  1666. package/src/Duration/Duration.ts +0 -125
  1667. package/src/Duration/index.ts +0 -1
  1668. package/src/Env/Env.ts +0 -24
  1669. package/src/Env/index.ts +0 -1
  1670. package/src/Exit/Exit.ts +0 -50
  1671. package/src/Exit/hkt.ts +0 -44
  1672. package/src/Exit/index.ts +0 -2
  1673. package/src/Fiber/Fiber.ts +0 -86
  1674. package/src/Fiber/fromExit.ts +0 -14
  1675. package/src/Fiber/fromScope.ts +0 -19
  1676. package/src/Fiber/hkt.ts +0 -125
  1677. package/src/Fiber/index.ts +0 -2
  1678. package/src/FiberContext/FiberContext.ts +0 -68
  1679. package/src/FiberContext/index.ts +0 -1
  1680. package/src/FiberId/FiberId.ts +0 -122
  1681. package/src/FiberId/index.ts +0 -1
  1682. package/src/FiberRef/FiberRef.ts +0 -34
  1683. package/src/FiberRef/builtins.ts +0 -166
  1684. package/src/FiberRef/index.ts +0 -2
  1685. package/src/FiberRef/operations.ts +0 -19
  1686. package/src/FiberRefs/FiberRefs.ts +0 -147
  1687. package/src/FiberRefs/index.ts +0 -1
  1688. package/src/FiberRuntime/FiberRuntime.ts +0 -767
  1689. package/src/FiberRuntime/Frame.ts +0 -28
  1690. package/src/FiberRuntime/index.ts +0 -1
  1691. package/src/FiberStatus/index.ts +0 -37
  1692. package/src/Finalizer/Finalizer.ts +0 -48
  1693. package/src/Finalizer/index.ts +0 -1
  1694. package/src/Future/Future.ts +0 -72
  1695. package/src/Future/MutableFutureQueue.ts +0 -58
  1696. package/src/Future/complete.ts +0 -16
  1697. package/src/Future/index.ts +0 -3
  1698. package/src/Future/wait.ts +0 -8
  1699. package/src/Fx/Fx.test.ts +0 -131
  1700. package/src/Fx/Fx.ts +0 -710
  1701. package/src/Fx/Instruction.ts +0 -511
  1702. package/src/Fx/fromLayer.ts +0 -8
  1703. package/src/Fx/index.ts +0 -7
  1704. package/src/Fx/join.ts +0 -30
  1705. package/src/Fx/logging.ts +0 -72
  1706. package/src/Fx/run.ts +0 -33
  1707. package/src/Fx/scheduler.ts +0 -76
  1708. package/src/Fx/scoped.ts +0 -66
  1709. package/src/ImmutableMap/ImmutableMap.ts +0 -55
  1710. package/src/ImmutableMap/index.ts +0 -1
  1711. package/src/Layer/Layer.ts +0 -50
  1712. package/src/Layer/index.ts +0 -1
  1713. package/src/Logger/Console.test.ts +0 -14
  1714. package/src/Logger/Console.ts +0 -100
  1715. package/src/Logger/LogAnnotation.ts +0 -8
  1716. package/src/Logger/LogLevel.ts +0 -10
  1717. package/src/Logger/LogSpan.ts +0 -10
  1718. package/src/Logger/Logger.ts +0 -85
  1719. package/src/Logger/index.ts +0 -1
  1720. package/src/Node/Runtime.ts +0 -26
  1721. package/src/Node/gracefulShutdown.ts +0 -54
  1722. package/src/Node/index.ts +0 -2
  1723. package/src/Platform/Platform.ts +0 -48
  1724. package/src/Platform/TestPlatform.ts +0 -14
  1725. package/src/Platform/index.ts +0 -2
  1726. package/src/Runtime/Runtime.ts +0 -46
  1727. package/src/Runtime/index.ts +0 -1
  1728. package/src/Schedule/Decision.ts +0 -44
  1729. package/src/Schedule/Schedule.ts +0 -148
  1730. package/src/Schedule/ScheduleState.ts +0 -83
  1731. package/src/Schedule/index.ts +0 -3
  1732. package/src/Scheduler/RootScheduler.ts +0 -90
  1733. package/src/Scheduler/Scheduler.ts +0 -27
  1734. package/src/Scheduler/callbackScheduler.ts +0 -44
  1735. package/src/Scheduler/index.ts +0 -2
  1736. package/src/Scheduler/runSchedule.ts +0 -35
  1737. package/src/Scope/Closeable.test.ts +0 -102
  1738. package/src/Scope/Closeable.ts +0 -35
  1739. package/src/Scope/GlobalScope.ts +0 -15
  1740. package/src/Scope/LocalScope.ts +0 -96
  1741. package/src/Scope/ReleaseMap.ts +0 -113
  1742. package/src/Scope/Scope.ts +0 -13
  1743. package/src/Scope/ScopeState.ts +0 -45
  1744. package/src/Scope/index.ts +0 -6
  1745. package/src/Semaphore/Semaphore.ts +0 -102
  1746. package/src/Semaphore/index.ts +0 -1
  1747. package/src/Service/Id.ts +0 -119
  1748. package/src/Service/Service.ts +0 -31
  1749. package/src/Service/fn.ts +0 -41
  1750. package/src/Service/index.ts +0 -4
  1751. package/src/Service/tagged.ts +0 -10
  1752. package/src/Sink/Sink.ts +0 -89
  1753. package/src/Sink/index.ts +0 -0
  1754. package/src/Stack/index.ts +0 -88
  1755. package/src/StackFrame/StackFrame.ts +0 -68
  1756. package/src/StackFrame/getStackFrames.test.ts +0 -30
  1757. package/src/StackFrame/getStackFrames.ts +0 -70
  1758. package/src/StackFrame/index.ts +0 -2
  1759. package/src/StackFrame/parseChromeStack.ts +0 -43
  1760. package/src/StackFrame/parseGeckoStackFrame.ts +0 -31
  1761. package/src/Stream/Stream.ts +0 -51
  1762. package/src/Stream/_internal.test.ts +0 -12
  1763. package/src/Stream/acquirePermit.ts +0 -32
  1764. package/src/Stream/bimap.ts +0 -211
  1765. package/src/Stream/continueWith.test.ts +0 -23
  1766. package/src/Stream/continueWith.ts +0 -69
  1767. package/src/Stream/delay.ts +0 -43
  1768. package/src/Stream/drain.ts +0 -60
  1769. package/src/Stream/empty.ts +0 -7
  1770. package/src/Stream/flatMap.test.ts +0 -30
  1771. package/src/Stream/flatMap.ts +0 -124
  1772. package/src/Stream/flatMapConcurrently.test.ts +0 -77
  1773. package/src/Stream/flatMapConcurrently.ts +0 -34
  1774. package/src/Stream/flatMapFx.ts +0 -45
  1775. package/src/Stream/foldMap.ts +0 -88
  1776. package/src/Stream/fromArray.ts +0 -8
  1777. package/src/Stream/fromCallback.test.ts +0 -22
  1778. package/src/Stream/fromCallback.ts +0 -84
  1779. package/src/Stream/fromFx.test.ts +0 -17
  1780. package/src/Stream/fromFx.ts +0 -71
  1781. package/src/Stream/hkt.ts +0 -85
  1782. package/src/Stream/hold.test.ts +0 -52
  1783. package/src/Stream/hold.ts +0 -117
  1784. package/src/Stream/index.ts +0 -27
  1785. package/src/Stream/lazy.ts +0 -5
  1786. package/src/Stream/logging.test.ts +0 -29
  1787. package/src/Stream/merge.test.ts +0 -31
  1788. package/src/Stream/merge.ts +0 -76
  1789. package/src/Stream/multicast.test.ts +0 -32
  1790. package/src/Stream/multicast.ts +0 -114
  1791. package/src/Stream/orElse.ts +0 -107
  1792. package/src/Stream/periodic.ts +0 -9
  1793. package/src/Stream/provide.test.ts +0 -78
  1794. package/src/Stream/provide.ts +0 -34
  1795. package/src/Stream/run.ts +0 -17
  1796. package/src/Stream/scan.test.ts +0 -28
  1797. package/src/Stream/scan.ts +0 -46
  1798. package/src/Stream/scheduled.test.ts +0 -42
  1799. package/src/Stream/scheduled.ts +0 -55
  1800. package/src/Stream/setFiberRefLocally.ts +0 -38
  1801. package/src/Stream/skipRepeats.ts +0 -41
  1802. package/src/Stream/switchMap.test.ts +0 -43
  1803. package/src/Stream/switchMap.ts +0 -145
  1804. package/src/Stream/tap.ts +0 -24
  1805. package/src/Supervisor/Supervisor.ts +0 -63
  1806. package/src/Supervisor/index.ts +0 -4
  1807. package/src/Supervisor/inheritFiberRefs.ts +0 -17
  1808. package/src/Supervisor/maxFailures.ts +0 -86
  1809. package/src/Supervisor/trackIn.ts +0 -33
  1810. package/src/Tagged/index.ts +0 -127
  1811. package/src/Time/index.ts +0 -62
  1812. package/src/Timeline/index.ts +0 -158
  1813. package/src/Timer/SetTimeoutTimer.ts +0 -19
  1814. package/src/Timer/TestTimer.ts +0 -39
  1815. package/src/Timer/Timer.ts +0 -24
  1816. package/src/Timer/index.ts +0 -3
  1817. package/src/Trace/Trace.ts +0 -176
  1818. package/src/Trace/index.ts +0 -1
  1819. package/src/Tracing/plugin.ts +0 -199
  1820. package/src/Tracing/vite.ts +0 -72
  1821. package/src/_internal/suite.ts +0 -24
  1822. package/tsconfig.build.tracing.json +0 -16
  1823. 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/Fx/logging.ts":"108","/Users/TylorSteinberger/code/tylors/fx/src/Logger/Console.test.ts":"109","/Users/TylorSteinberger/code/tylors/fx/src/Logger/Console.ts":"110","/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogAnnotation.ts":"111","/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogLevel.ts":"112","/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogSpan.ts":"113","/Users/TylorSteinberger/code/tylors/fx/src/Tracing/plugin.ts":"114","/Users/TylorSteinberger/code/tylors/fx/src/Fx/run.ts":"115","/Users/TylorSteinberger/code/tylors/fx/src/Fx/scheduler.ts":"116","/Users/TylorSteinberger/code/tylors/fx/src/Runtime/Runtime.ts":"117","/Users/TylorSteinberger/code/tylors/fx/src/Runtime/index.ts":"118","/Users/TylorSteinberger/code/tylors/fx/src/Atomic/Atomic.test.ts":"119","/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/builtins.ts":"120","/Users/TylorSteinberger/code/tylors/fx/src/Fx/fromLayer.ts":"121","/Users/TylorSteinberger/code/tylors/fx/src/Node/Runtime.ts":"122","/Users/TylorSteinberger/code/tylors/fx/src/Node/gracefulShutdown.ts":"123","/Users/TylorSteinberger/code/tylors/fx/src/Node/index.ts":"124","/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/maxFailures.ts":"125","/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/trackIn.ts":"126","/Users/TylorSteinberger/code/tylors/fx/src/_internal/suite.ts":"127","/Users/TylorSteinberger/code/tylors/fx/src/Fiber/fromExit.ts":"128","/Users/TylorSteinberger/code/tylors/fx/src/Fiber/hkt.ts":"129","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/runSchedule.ts":"130","/Users/TylorSteinberger/code/tylors/fx/src/Service/fn.ts":"131","/Users/TylorSteinberger/code/tylors/fx/src/Stream/_internal.test.ts":"132","/Users/TylorSteinberger/code/tylors/fx/src/Stream/bimap.ts":"133","/Users/TylorSteinberger/code/tylors/fx/src/Stream/continueWith.test.ts":"134","/Users/TylorSteinberger/code/tylors/fx/src/Stream/continueWith.ts":"135","/Users/TylorSteinberger/code/tylors/fx/src/Stream/empty.ts":"136","/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMap.test.ts":"137","/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMap.ts":"138","/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMapFx.ts":"139","/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromCallback.test.ts":"140","/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromCallback.ts":"141","/Users/TylorSteinberger/code/tylors/fx/src/Stream/hkt.ts":"142","/Users/TylorSteinberger/code/tylors/fx/src/Stream/logging.test.ts":"143","/Users/TylorSteinberger/code/tylors/fx/src/Stream/periodic.ts":"144","/Users/TylorSteinberger/code/tylors/fx/src/Stream/run.ts":"145","/Users/TylorSteinberger/code/tylors/fx/src/Stream/scheduled.test.ts":"146","/Users/TylorSteinberger/code/tylors/fx/src/Stream/scheduled.ts":"147","/Users/TylorSteinberger/code/tylors/fx/src/Stream/tap.ts":"148","/Users/TylorSteinberger/code/tylors/fx/src/Fiber/fromScope.ts":"149","/Users/TylorSteinberger/code/tylors/fx/src/Stream/acquirePermit.ts":"150","/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMapConcurrently.test.ts":"151","/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMapConcurrently.ts":"152","/Users/TylorSteinberger/code/tylors/fx/src/Stream/hold.test.ts":"153","/Users/TylorSteinberger/code/tylors/fx/src/Stream/hold.ts":"154","/Users/TylorSteinberger/code/tylors/fx/src/Stream/lazy.ts":"155","/Users/TylorSteinberger/code/tylors/fx/src/Stream/merge.test.ts":"156","/Users/TylorSteinberger/code/tylors/fx/src/Stream/merge.ts":"157","/Users/TylorSteinberger/code/tylors/fx/src/Stream/multicast.test.ts":"158","/Users/TylorSteinberger/code/tylors/fx/src/Stream/multicast.ts":"159","/Users/TylorSteinberger/code/tylors/fx/src/Stream/orElse.ts":"160","/Users/TylorSteinberger/code/tylors/fx/src/Stream/scan.test.ts":"161","/Users/TylorSteinberger/code/tylors/fx/src/Stream/scan.ts":"162","/Users/TylorSteinberger/code/tylors/fx/src/Stream/setFiberRefLocally.ts":"163","/Users/TylorSteinberger/code/tylors/fx/src/Stream/switchMap.test.ts":"164","/Users/TylorSteinberger/code/tylors/fx/src/Stream/switchMap.ts":"165","/Users/TylorSteinberger/code/tylors/fx/src/Stream/delay.ts":"166","/Users/TylorSteinberger/code/tylors/fx/src/Stream/foldMap.ts":"167","/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromArray.ts":"168","/Users/TylorSteinberger/code/tylors/fx/src/Stream/provide.test.ts":"169","/Users/TylorSteinberger/code/tylors/fx/src/Stream/provide.ts":"170","/Users/TylorSteinberger/code/tylors/fx/src/Stream/skipRepeats.ts":"171","/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/inheritFiberRefs.ts":"172"},{"size":3040,"mtime":1663380528680,"results":"173","hashOfConfig":"174"},{"size":985,"mtime":1659927160430,"results":"175","hashOfConfig":"174"},{"size":63,"mtime":1659325010230,"results":"176","hashOfConfig":"174"},{"size":2339,"mtime":1662770721170,"results":"177","hashOfConfig":"174"},{"size":89,"mtime":1658980296886,"results":"178","hashOfConfig":"174"},{"size":896,"mtime":1658980296926,"results":"179","hashOfConfig":"174"},{"size":4275,"mtime":1660455773998,"results":"180","hashOfConfig":"174"},{"size":2687,"mtime":1663703965008,"results":"181","hashOfConfig":"174"},{"size":95,"mtime":1658980296928,"results":"182","hashOfConfig":"174"},{"size":105,"mtime":1663047349730,"results":"183","hashOfConfig":"174"},{"size":2410,"mtime":1662770721193,"results":"184","hashOfConfig":"174"},{"size":1611,"mtime":1662770721194,"results":"185","hashOfConfig":"174"},{"size":853,"mtime":1659469295256,"results":"186","hashOfConfig":"174"},{"size":1599,"mtime":1659469249199,"results":"187","hashOfConfig":"174"},{"size":68,"mtime":1658980296931,"results":"188","hashOfConfig":"174"},{"size":1190,"mtime":1659469198043,"results":"189","hashOfConfig":"174"},{"size":882,"mtime":1658980296932,"results":"190","hashOfConfig":"174"},{"size":3940,"mtime":1659325639662,"results":"191","hashOfConfig":"174"},{"size":272,"mtime":1660527271085,"results":"192","hashOfConfig":"174"},{"size":3400,"mtime":1661637246156,"results":"193","hashOfConfig":"174"},{"size":30,"mtime":1658980296887,"results":"194","hashOfConfig":"174"},{"size":2545,"mtime":1660612922970,"results":"195","hashOfConfig":"174"},{"size":1996,"mtime":1661638601441,"results":"196","hashOfConfig":"174"},{"size":635,"mtime":1660527192685,"results":"197","hashOfConfig":"174"},{"size":194,"mtime":1662770721182,"results":"198","hashOfConfig":"174"},{"size":14285,"mtime":1663867599878,"results":"199","hashOfConfig":"174"},{"size":1613,"mtime":1661357165577,"results":"200","hashOfConfig":"174"},{"size":7794,"mtime":1663708967181,"results":"201","hashOfConfig":"174"},{"size":27,"mtime":1661357165580,"results":"202","hashOfConfig":"174"},{"size":320,"mtime":1659312463453,"results":"203","hashOfConfig":"174"},{"size":1321,"mtime":1661357165580,"results":"204","hashOfConfig":"174"},{"size":32,"mtime":1659315413200,"results":"205","hashOfConfig":"174"},{"size":882,"mtime":1663885911045,"results":"206","hashOfConfig":"174"},{"size":25,"mtime":1662770721171,"results":"207","hashOfConfig":"174"},{"size":1950,"mtime":1660840550518,"results":"208","hashOfConfig":"174"},{"size":1310,"mtime":1663470915892,"results":"209","hashOfConfig":"174"},{"size":51,"mtime":1659312609951,"results":"210","hashOfConfig":"174"},{"size":2652,"mtime":1663811403871,"results":"211","hashOfConfig":"174"},{"size":52,"mtime":1663474339835,"results":"212","hashOfConfig":"174"},{"size":2233,"mtime":1663879364891,"results":"213","hashOfConfig":"174"},{"size":34,"mtime":1662770721174,"results":"214","hashOfConfig":"174"},{"size":3531,"mtime":1663709787514,"results":"215","hashOfConfig":"174"},{"size":29,"mtime":1662396650428,"results":"216","hashOfConfig":"174"},{"size":1181,"mtime":1663469161690,"results":"217","hashOfConfig":"174"},{"size":62,"mtime":1662770721175,"results":"218","hashOfConfig":"174"},{"size":4220,"mtime":1663364522490,"results":"219","hashOfConfig":"174"},{"size":31,"mtime":1662770721176,"results":"220","hashOfConfig":"174"},{"size":803,"mtime":1662770721179,"results":"221","hashOfConfig":"174"},{"size":1405,"mtime":1662770721179,"results":"222","hashOfConfig":"174"},{"size":31,"mtime":1662770721180,"results":"223","hashOfConfig":"174"},{"size":1846,"mtime":1662770721180,"results":"224","hashOfConfig":"174"},{"size":1445,"mtime":1662770721180,"results":"225","hashOfConfig":"174"},{"size":378,"mtime":1662770721180,"results":"226","hashOfConfig":"174"},{"size":84,"mtime":1662770721180,"results":"227","hashOfConfig":"174"},{"size":223,"mtime":1662770721181,"results":"228","hashOfConfig":"174"},{"size":3482,"mtime":1663867514481,"results":"229","hashOfConfig":"174"},{"size":20270,"mtime":1663885987972,"results":"230","hashOfConfig":"174"},{"size":1916,"mtime":1663689420223,"results":"231","hashOfConfig":"174"},{"size":1425,"mtime":1662770721183,"results":"232","hashOfConfig":"174"},{"size":27,"mtime":1662770721183,"results":"233","hashOfConfig":"174"},{"size":1575,"mtime":1663520478075,"results":"234","hashOfConfig":"174"},{"size":64,"mtime":1660195624397,"results":"235","hashOfConfig":"174"},{"size":2781,"mtime":1663886073183,"results":"236","hashOfConfig":"174"},{"size":883,"mtime":1663886084479,"results":"237","hashOfConfig":"174"},{"size":66,"mtime":1663471954937,"results":"238","hashOfConfig":"174"},{"size":2665,"mtime":1662770721189,"results":"239","hashOfConfig":"174"},{"size":1021,"mtime":1662770721189,"results":"240","hashOfConfig":"174"},{"size":520,"mtime":1662770721189,"results":"241","hashOfConfig":"174"},{"size":2669,"mtime":1663821962123,"results":"242","hashOfConfig":"174"},{"size":2913,"mtime":1662770721189,"results":"243","hashOfConfig":"174"},{"size":440,"mtime":1662770721189,"results":"244","hashOfConfig":"174"},{"size":816,"mtime":1662770721190,"results":"245","hashOfConfig":"174"},{"size":187,"mtime":1662770721190,"results":"246","hashOfConfig":"174"},{"size":2637,"mtime":1663699527243,"results":"247","hashOfConfig":"174"},{"size":31,"mtime":1662770721190,"results":"248","hashOfConfig":"174"},{"size":2278,"mtime":1663712799419,"results":"249","hashOfConfig":"174"},{"size":0,"mtime":1662770721191,"results":"250","hashOfConfig":"174"},{"size":1545,"mtime":1663887433114,"results":"251","hashOfConfig":"174"},{"size":1990,"mtime":1663812199070,"results":"252","hashOfConfig":"174"},{"size":439,"mtime":1663825205798,"results":"253","hashOfConfig":"174"},{"size":2307,"mtime":1663885966725,"results":"254","hashOfConfig":"174"},{"size":802,"mtime":1663888562048,"results":"255","hashOfConfig":"174"},{"size":3445,"mtime":1663815503767,"results":"256","hashOfConfig":"174"},{"size":523,"mtime":1663519475611,"results":"257","hashOfConfig":"174"},{"size":1206,"mtime":1661367297467,"results":"258","hashOfConfig":"174"},{"size":569,"mtime":1662770721198,"results":"259","hashOfConfig":"174"},{"size":95,"mtime":1659315443619,"results":"260","hashOfConfig":"174"},{"size":4696,"mtime":1663520662920,"results":"261","hashOfConfig":"174"},{"size":27,"mtime":1658980296923,"results":"262","hashOfConfig":"174"},{"size":23865,"mtime":1663887190746,"results":"263","hashOfConfig":"174"},{"size":34,"mtime":1662770721178,"results":"264","hashOfConfig":"174"},{"size":2459,"mtime":1662770721185,"results":"265","hashOfConfig":"174"},{"size":28,"mtime":1662770721186,"results":"266","hashOfConfig":"174"},{"size":334,"mtime":1660195613096,"results":"267","hashOfConfig":"174"},{"size":1438,"mtime":1663815428564,"results":"268","hashOfConfig":"174"},{"size":2987,"mtime":1663048079843,"results":"269","hashOfConfig":"174"},{"size":694,"mtime":1662770721191,"results":"270","hashOfConfig":"174"},{"size":302,"mtime":1663046928501,"results":"271","hashOfConfig":"174"},{"size":2270,"mtime":1662770721195,"results":"272","hashOfConfig":"174"},{"size":132,"mtime":1663879509734,"results":"273","hashOfConfig":"174"},{"size":1652,"mtime":1663471929521,"results":"274","hashOfConfig":"174"},{"size":535,"mtime":1662770721175,"results":"275","hashOfConfig":"174"},{"size":552,"mtime":1662770721178,"results":"276","hashOfConfig":"174"},{"size":12522,"mtime":1663886057733,"results":"277","hashOfConfig":"174"},{"size":911,"mtime":1663693338987,"results":"278","hashOfConfig":"174"},{"size":1666,"mtime":1662743560438,"results":"279","hashOfConfig":"174"},{"size":34,"mtime":1661357165594,"results":"280","hashOfConfig":"174"},{"size":2253,"mtime":1662770721182,"results":"281","hashOfConfig":"174"},{"size":448,"mtime":1663046624921,"results":"282","hashOfConfig":"174"},{"size":2655,"mtime":1663481102058,"results":"283","hashOfConfig":"174"},{"size":191,"mtime":1662770721185,"results":"284","hashOfConfig":"174"},{"size":92,"mtime":1662770721185,"results":"285","hashOfConfig":"174"},{"size":209,"mtime":1662770721185,"results":"286","hashOfConfig":"174"},{"size":7445,"mtime":1661820277737,"results":"287","hashOfConfig":"174"},{"size":1089,"mtime":1663363592922,"results":"288","hashOfConfig":"174"},{"size":2281,"mtime":1663478325400,"results":"289","hashOfConfig":"174"},{"size":1346,"mtime":1663823353122,"results":"290","hashOfConfig":"174"},{"size":29,"mtime":1662770721188,"results":"291","hashOfConfig":"174"},{"size":801,"mtime":1661784325943,"results":"292","hashOfConfig":"174"},{"size":4607,"mtime":1663885923753,"results":"293","hashOfConfig":"174"},{"size":248,"mtime":1662770721182,"results":"294","hashOfConfig":"174"},{"size":823,"mtime":1663363599077,"results":"295","hashOfConfig":"174"},{"size":1707,"mtime":1663363524744,"results":"296","hashOfConfig":"174"},{"size":67,"mtime":1662770721186,"results":"297","hashOfConfig":"174"},{"size":2591,"mtime":1663823362326,"results":"298","hashOfConfig":"174"},{"size":883,"mtime":1663363536545,"results":"299","hashOfConfig":"174"},{"size":765,"mtime":1662770721201,"results":"300","hashOfConfig":"174"},{"size":385,"mtime":1663811391116,"results":"301","hashOfConfig":"174"},{"size":4141,"mtime":1663811372974,"results":"302","hashOfConfig":"174"},{"size":1054,"mtime":1663823275429,"results":"303","hashOfConfig":"174"},{"size":1116,"mtime":1663047836640,"results":"304","hashOfConfig":"174"},{"size":442,"mtime":1663636433650,"results":"305","hashOfConfig":"174"},{"size":5460,"mtime":1663880892038,"results":"306","hashOfConfig":"174"},{"size":573,"mtime":1663473603578,"results":"307","hashOfConfig":"174"},{"size":1920,"mtime":1663886113346,"results":"308","hashOfConfig":"174"},{"size":216,"mtime":1663867618831,"results":"309","hashOfConfig":"174"},{"size":854,"mtime":1663825168927,"results":"310","hashOfConfig":"174"},{"size":3305,"mtime":1663886102678,"results":"311","hashOfConfig":"174"},{"size":1309,"mtime":1663705340202,"results":"312","hashOfConfig":"174"},{"size":613,"mtime":1663825200120,"results":"313","hashOfConfig":"174"},{"size":2514,"mtime":1663706532635,"results":"314","hashOfConfig":"174"},{"size":2405,"mtime":1663881173755,"results":"315","hashOfConfig":"174"},{"size":811,"mtime":1663523647001,"results":"316","hashOfConfig":"174"},{"size":349,"mtime":1663522626191,"results":"317","hashOfConfig":"174"},{"size":573,"mtime":1663888795291,"results":"318","hashOfConfig":"174"},{"size":1162,"mtime":1663812777577,"results":"319","hashOfConfig":"174"},{"size":1906,"mtime":1663886036254,"results":"320","hashOfConfig":"174"},{"size":594,"mtime":1663605493499,"results":"321","hashOfConfig":"174"},{"size":589,"mtime":1663811387469,"results":"322","hashOfConfig":"174"},{"size":1100,"mtime":1663702114866,"results":"323","hashOfConfig":"174"},{"size":1999,"mtime":1663825190604,"results":"324","hashOfConfig":"174"},{"size":1088,"mtime":1663883027254,"results":"325","hashOfConfig":"174"},{"size":1637,"mtime":1663825126237,"results":"326","hashOfConfig":"174"},{"size":3109,"mtime":1663885818929,"results":"327","hashOfConfig":"174"},{"size":197,"mtime":1663700818781,"results":"328","hashOfConfig":"174"},{"size":767,"mtime":1663825220687,"results":"329","hashOfConfig":"174"},{"size":2457,"mtime":1663824099579,"results":"330","hashOfConfig":"174"},{"size":895,"mtime":1663825154052,"results":"331","hashOfConfig":"174"},{"size":3070,"mtime":1663697906378,"results":"332","hashOfConfig":"174"},{"size":2890,"mtime":1663886048889,"results":"333","hashOfConfig":"174"},{"size":686,"mtime":1663523657614,"results":"334","hashOfConfig":"174"},{"size":1220,"mtime":1663692327087,"results":"335","hashOfConfig":"174"},{"size":1363,"mtime":1663882828130,"results":"336","hashOfConfig":"174"},{"size":1215,"mtime":1663820497440,"results":"337","hashOfConfig":"174"},{"size":4097,"mtime":1663886119493,"results":"338","hashOfConfig":"174"},{"size":1204,"mtime":1663886002750,"results":"339","hashOfConfig":"174"},{"size":2190,"mtime":1663888448845,"results":"340","hashOfConfig":"174"},{"size":229,"mtime":1663888114718,"results":"341","hashOfConfig":"174"},{"size":1845,"mtime":1663886662690,"results":"342","hashOfConfig":"174"},{"size":1217,"mtime":1663887277109,"results":"343","hashOfConfig":"174"},{"size":1079,"mtime":1663882711983,"results":"344","hashOfConfig":"174"},{"size":477,"mtime":1663879449153,"results":"345","hashOfConfig":"174"},{"filePath":"346","messages":"347","suppressedMessages":"348","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"f2rawx",{"filePath":"349","messages":"350","suppressedMessages":"351","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"352","messages":"353","suppressedMessages":"354","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"355","messages":"356","suppressedMessages":"357","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"358","messages":"359","suppressedMessages":"360","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"361","messages":"362","suppressedMessages":"363","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"364","messages":"365","suppressedMessages":"366","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"367","messages":"368","suppressedMessages":"369","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"370","messages":"371","suppressedMessages":"372","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"373","messages":"374","suppressedMessages":"375","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"376","messages":"377","suppressedMessages":"378","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"379","messages":"380","suppressedMessages":"381","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"382","messages":"383","suppressedMessages":"384","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"385","messages":"386","suppressedMessages":"387","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"388","messages":"389","suppressedMessages":"390","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"391","messages":"392","suppressedMessages":"393","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"394","messages":"395","suppressedMessages":"396","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"397","messages":"398","suppressedMessages":"399","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"400","messages":"401","suppressedMessages":"402","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"403","messages":"404","suppressedMessages":"405","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"406","messages":"407","suppressedMessages":"408","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"409","messages":"410","suppressedMessages":"411","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"412","messages":"413","suppressedMessages":"414","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"415","messages":"416","suppressedMessages":"417","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"418","messages":"419","suppressedMessages":"420","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"421","messages":"422","suppressedMessages":"423","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"424","messages":"425","suppressedMessages":"426","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"427","messages":"428","suppressedMessages":"429","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"430","messages":"431","suppressedMessages":"432","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"433","messages":"434","suppressedMessages":"435","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"436","messages":"437","suppressedMessages":"438","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"439","messages":"440","suppressedMessages":"441","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"442","messages":"443","suppressedMessages":"444","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"445","messages":"446","suppressedMessages":"447","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"448","messages":"449","suppressedMessages":"450","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"451","messages":"452","suppressedMessages":"453","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"454","messages":"455","suppressedMessages":"456","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"457","messages":"458","suppressedMessages":"459","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"460","messages":"461","suppressedMessages":"462","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"463","messages":"464","suppressedMessages":"465","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"466","messages":"467","suppressedMessages":"468","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"469","messages":"470","suppressedMessages":"471","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"472","messages":"473","suppressedMessages":"474","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"475","messages":"476","suppressedMessages":"477","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"478","messages":"479","suppressedMessages":"480","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"481","messages":"482","suppressedMessages":"483","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"484","messages":"485","suppressedMessages":"486","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"487","messages":"488","suppressedMessages":"489","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"490","messages":"491","suppressedMessages":"492","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"493","messages":"494","suppressedMessages":"495","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"496","messages":"497","suppressedMessages":"498","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"499","messages":"500","suppressedMessages":"501","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"502","messages":"503","suppressedMessages":"504","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"505","messages":"506","suppressedMessages":"507","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"508","messages":"509","suppressedMessages":"510","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"511","messages":"512","suppressedMessages":"513","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"514","messages":"515","suppressedMessages":"516","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"517","messages":"518","suppressedMessages":"519","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"520","messages":"521","suppressedMessages":"522","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"523","messages":"524","suppressedMessages":"525","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"526","messages":"527","suppressedMessages":"528","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"529","messages":"530","suppressedMessages":"531","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"532","messages":"533","suppressedMessages":"534","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"535","messages":"536","suppressedMessages":"537","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"538","messages":"539","suppressedMessages":"540","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"541","messages":"542","suppressedMessages":"543","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"544","messages":"545","suppressedMessages":"546","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"547","messages":"548","suppressedMessages":"549","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"550","messages":"551","suppressedMessages":"552","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"553","messages":"554","suppressedMessages":"555","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"556","messages":"557","suppressedMessages":"558","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"559","messages":"560","suppressedMessages":"561","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"562","messages":"563","suppressedMessages":"564","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"565","messages":"566","suppressedMessages":"567","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"568","messages":"569","suppressedMessages":"570","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"571","messages":"572","suppressedMessages":"573","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"574","messages":"575","suppressedMessages":"576","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"577","messages":"578","suppressedMessages":"579","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"580","messages":"581","suppressedMessages":"582","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"583","messages":"584","suppressedMessages":"585","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"586","messages":"587","suppressedMessages":"588","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"589","messages":"590","suppressedMessages":"591","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"592","messages":"593","suppressedMessages":"594","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"595","messages":"596","suppressedMessages":"597","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"598","messages":"599","suppressedMessages":"600","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"601","messages":"602","suppressedMessages":"603","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"604","messages":"605","suppressedMessages":"606","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"607","messages":"608","suppressedMessages":"609","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"610","messages":"611","suppressedMessages":"612","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"613","messages":"614","suppressedMessages":"615","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"616","messages":"617","suppressedMessages":"618","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"619","messages":"620","suppressedMessages":"621","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"622","messages":"623","suppressedMessages":"624","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"625","messages":"626","suppressedMessages":"627","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"628","messages":"629","suppressedMessages":"630","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"631","messages":"632","suppressedMessages":"633","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"634","messages":"635","suppressedMessages":"636","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"637","messages":"638","suppressedMessages":"639","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"640","messages":"641","suppressedMessages":"642","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"643","messages":"644","suppressedMessages":"645","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"646","messages":"647","suppressedMessages":"648","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"649","messages":"650","suppressedMessages":"651","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"652","messages":"653","suppressedMessages":"654","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"655","messages":"656","suppressedMessages":"657","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"658","messages":"659","suppressedMessages":"660","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"661","messages":"662","suppressedMessages":"663","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"664","messages":"665","suppressedMessages":"666","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"667","messages":"668","suppressedMessages":"669","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"670","messages":"671","suppressedMessages":"672","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"673","messages":"674","suppressedMessages":"675","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"676","messages":"677","suppressedMessages":"678","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"679","messages":"680","suppressedMessages":"681","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"682","messages":"683","suppressedMessages":"684","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"685","messages":"686","suppressedMessages":"687","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"688","messages":"689","suppressedMessages":"690","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"691","messages":"692","suppressedMessages":"693","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"694","messages":"695","suppressedMessages":"696","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"697","messages":"698","suppressedMessages":"699","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"700","messages":"701","suppressedMessages":"702","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"703","messages":"704","suppressedMessages":"705","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"706","messages":"707","suppressedMessages":"708","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"709","messages":"710","suppressedMessages":"711","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"712","messages":"713","suppressedMessages":"714","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"715","messages":"716","suppressedMessages":"717","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"718","messages":"719","suppressedMessages":"720","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"721","messages":"722","suppressedMessages":"723","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"724","messages":"725","suppressedMessages":"726","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"727","messages":"728","suppressedMessages":"729","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"730","messages":"731","suppressedMessages":"732","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"733","messages":"734","suppressedMessages":"735","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"736","messages":"737","suppressedMessages":"738","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"739","messages":"740","suppressedMessages":"741","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"742","messages":"743","suppressedMessages":"744","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"745","messages":"746","suppressedMessages":"747","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"748","messages":"749","suppressedMessages":"750","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"751","messages":"752","suppressedMessages":"753","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"754","messages":"755","suppressedMessages":"756","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"757","messages":"758","suppressedMessages":"759","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"760","messages":"761","suppressedMessages":"762","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"763","messages":"764","suppressedMessages":"765","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"766","messages":"767","suppressedMessages":"768","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"769","messages":"770","suppressedMessages":"771","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"772","messages":"773","suppressedMessages":"774","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"775","messages":"776","suppressedMessages":"777","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"778","messages":"779","suppressedMessages":"780","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"781","messages":"782","suppressedMessages":"783","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"784","messages":"785","suppressedMessages":"786","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"787","messages":"788","suppressedMessages":"789","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"790","messages":"791","suppressedMessages":"792","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"793","messages":"794","suppressedMessages":"795","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"796","messages":"797","suppressedMessages":"798","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"799","messages":"800","suppressedMessages":"801","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"802","messages":"803","suppressedMessages":"804","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"805","messages":"806","suppressedMessages":"807","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"808","messages":"809","suppressedMessages":"810","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"811","messages":"812","suppressedMessages":"813","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"814","messages":"815","suppressedMessages":"816","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"817","messages":"818","suppressedMessages":"819","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"820","messages":"821","suppressedMessages":"822","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"823","messages":"824","suppressedMessages":"825","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"826","messages":"827","suppressedMessages":"828","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"829","messages":"830","suppressedMessages":"831","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"832","messages":"833","suppressedMessages":"834","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"835","messages":"836","suppressedMessages":"837","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"838","messages":"839","suppressedMessages":"840","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"841","messages":"842","suppressedMessages":"843","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"844","messages":"845","suppressedMessages":"846","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"847","messages":"848","suppressedMessages":"849","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"850","messages":"851","suppressedMessages":"852","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"853","messages":"854","suppressedMessages":"855","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"856","messages":"857","suppressedMessages":"858","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"859","messages":"860","suppressedMessages":"861","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",[],["862","863"],"/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",[],["864","865"],"/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",[],["866","867"],"/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",[],["868","869","870","871","872","873"],"/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",[],["874"],"/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",[],["875","876"],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/Fx.ts",[],["877","878","879","880","881","882","883","884","885","886","887","888","889","890","891"],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/scoped.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Layer/Layer.ts",[],["892","893","894","895","896","897"],"/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",[],["898","899"],"/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",[],["900"],"/Users/TylorSteinberger/code/tylors/fx/src/Semaphore/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Sink/Sink.ts",[],["901"],"/Users/TylorSteinberger/code/tylors/fx/src/Sink/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/Stream.ts",[],["902","903","904","905","906","907"],"/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",[],["908","909"],"/Users/TylorSteinberger/code/tylors/fx/src/Trace/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/FiberRuntime.ts",[],["910","911","912"],"/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/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",[],["913","914","915","916","917","918","919","920","921","922","923","924","925","926","927","928","929","930","931"],"/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/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",[],["932"],"/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",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/delay.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/foldMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromArray.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/provide.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/provide.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/skipRepeats.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/inheritFiberRefs.ts",[],[],{"ruleId":"933","severity":2,"message":"934","line":10,"column":18,"nodeType":"935","messageId":"936","endLine":10,"endColumn":26,"suppressions":"937"},{"ruleId":"933","severity":2,"message":"934","line":42,"column":18,"nodeType":"935","messageId":"936","endLine":42,"endColumn":26,"suppressions":"938"},{"ruleId":"939","severity":1,"message":"940","line":18,"column":18,"nodeType":"935","messageId":"941","endLine":18,"endColumn":19,"suppressions":"942"},{"ruleId":"939","severity":1,"message":"943","line":34,"column":63,"nodeType":"935","messageId":"941","endLine":34,"endColumn":64,"suppressions":"944"},{"ruleId":"939","severity":1,"message":"945","line":16,"column":61,"nodeType":"935","messageId":"941","endLine":16,"endColumn":63,"suppressions":"946"},{"ruleId":"939","severity":1,"message":"947","line":18,"column":52,"nodeType":"935","messageId":"941","endLine":18,"endColumn":54,"suppressions":"948"},{"ruleId":"939","severity":1,"message":"947","line":19,"column":65,"nodeType":"935","messageId":"941","endLine":19,"endColumn":67,"suppressions":"949"},{"ruleId":"939","severity":1,"message":"945","line":19,"column":75,"nodeType":"935","messageId":"941","endLine":19,"endColumn":77,"suppressions":"950"},{"ruleId":"939","severity":1,"message":"951","line":20,"column":52,"nodeType":"935","messageId":"941","endLine":20,"endColumn":54,"suppressions":"952"},{"ruleId":"939","severity":1,"message":"945","line":20,"column":72,"nodeType":"935","messageId":"941","endLine":20,"endColumn":74,"suppressions":"953"},{"ruleId":"939","severity":1,"message":"951","line":21,"column":52,"nodeType":"935","messageId":"941","endLine":21,"endColumn":54,"suppressions":"954"},{"ruleId":"939","severity":1,"message":"947","line":21,"column":62,"nodeType":"935","messageId":"941","endLine":21,"endColumn":64,"suppressions":"955"},{"ruleId":"956","severity":1,"message":"957","line":27,"column":32,"nodeType":"958","messageId":"959","endLine":27,"endColumn":46,"suppressions":"960"},{"ruleId":"961","severity":2,"message":"962","line":30,"column":17,"nodeType":"963","messageId":"964","endLine":38,"endColumn":12,"suppressions":"965"},{"ruleId":"961","severity":2,"message":"962","line":51,"column":21,"nodeType":"963","messageId":"964","endLine":53,"endColumn":16,"suppressions":"966"},{"ruleId":"939","severity":1,"message":"947","line":72,"column":40,"nodeType":"935","messageId":"941","endLine":72,"endColumn":42,"suppressions":"967"},{"ruleId":"939","severity":1,"message":"945","line":72,"column":50,"nodeType":"935","messageId":"941","endLine":72,"endColumn":52,"suppressions":"968"},{"ruleId":"939","severity":1,"message":"947","line":74,"column":37,"nodeType":"935","messageId":"941","endLine":74,"endColumn":39,"suppressions":"969"},{"ruleId":"939","severity":1,"message":"945","line":74,"column":47,"nodeType":"935","messageId":"941","endLine":74,"endColumn":49,"suppressions":"970"},{"ruleId":"939","severity":1,"message":"951","line":80,"column":30,"nodeType":"935","messageId":"941","endLine":80,"endColumn":32,"suppressions":"971"},{"ruleId":"939","severity":1,"message":"945","line":80,"column":50,"nodeType":"935","messageId":"941","endLine":80,"endColumn":52,"suppressions":"972"},{"ruleId":"939","severity":1,"message":"951","line":82,"column":27,"nodeType":"935","messageId":"941","endLine":82,"endColumn":29,"suppressions":"973"},{"ruleId":"939","severity":1,"message":"945","line":82,"column":47,"nodeType":"935","messageId":"941","endLine":82,"endColumn":49,"suppressions":"974"},{"ruleId":"939","severity":1,"message":"951","line":86,"column":49,"nodeType":"935","messageId":"941","endLine":86,"endColumn":51,"suppressions":"975"},{"ruleId":"939","severity":1,"message":"947","line":86,"column":59,"nodeType":"935","messageId":"941","endLine":86,"endColumn":61,"suppressions":"976"},{"ruleId":"939","severity":1,"message":"951","line":413,"column":58,"nodeType":"935","messageId":"941","endLine":413,"endColumn":60,"suppressions":"977"},{"ruleId":"939","severity":1,"message":"978","line":413,"column":68,"nodeType":"935","messageId":"941","endLine":413,"endColumn":70,"suppressions":"979"},{"ruleId":"939","severity":1,"message":"980","line":415,"column":49,"nodeType":"935","messageId":"941","endLine":415,"endColumn":51,"suppressions":"981"},{"ruleId":"939","severity":1,"message":"978","line":415,"column":69,"nodeType":"935","messageId":"941","endLine":415,"endColumn":71,"suppressions":"982"},{"ruleId":"939","severity":1,"message":"943","line":475,"column":36,"nodeType":"935","messageId":"941","endLine":475,"endColumn":54,"suppressions":"983"},{"ruleId":"939","severity":1,"message":"947","line":19,"column":62,"nodeType":"935","messageId":"941","endLine":19,"endColumn":64,"suppressions":"984"},{"ruleId":"939","severity":1,"message":"945","line":19,"column":72,"nodeType":"935","messageId":"941","endLine":19,"endColumn":74,"suppressions":"985"},{"ruleId":"939","severity":1,"message":"951","line":20,"column":49,"nodeType":"935","messageId":"941","endLine":20,"endColumn":51,"suppressions":"986"},{"ruleId":"939","severity":1,"message":"945","line":20,"column":69,"nodeType":"935","messageId":"941","endLine":20,"endColumn":71,"suppressions":"987"},{"ruleId":"939","severity":1,"message":"951","line":21,"column":49,"nodeType":"935","messageId":"941","endLine":21,"endColumn":51,"suppressions":"988"},{"ruleId":"939","severity":1,"message":"947","line":21,"column":59,"nodeType":"935","messageId":"941","endLine":21,"endColumn":61,"suppressions":"989"},{"ruleId":"956","severity":1,"message":"957","line":47,"column":23,"nodeType":"958","messageId":"959","endLine":47,"endColumn":48,"suppressions":"990"},{"ruleId":"956","severity":1,"message":"957","line":58,"column":30,"nodeType":"958","messageId":"959","endLine":58,"endColumn":55,"suggestions":"991","suppressions":"992"},{"ruleId":"993","severity":2,"message":"994","line":38,"column":11,"nodeType":"935","messageId":"995","endLine":38,"endColumn":15,"suppressions":"996"},{"ruleId":"956","severity":1,"message":"957","line":62,"column":17,"nodeType":"958","messageId":"959","endLine":62,"endColumn":26,"suggestions":"997","suppressions":"998"},{"ruleId":"939","severity":1,"message":"943","line":40,"column":62,"nodeType":"935","messageId":"941","endLine":40,"endColumn":63,"suppressions":"999"},{"ruleId":"939","severity":1,"message":"1000","line":40,"column":71,"nodeType":"935","messageId":"941","endLine":40,"endColumn":73,"suppressions":"1001"},{"ruleId":"939","severity":1,"message":"943","line":41,"column":50,"nodeType":"935","messageId":"941","endLine":41,"endColumn":51,"suppressions":"1002"},{"ruleId":"939","severity":1,"message":"1000","line":41,"column":68,"nodeType":"935","messageId":"941","endLine":41,"endColumn":70,"suppressions":"1003"},{"ruleId":"939","severity":1,"message":"943","line":42,"column":50,"nodeType":"935","messageId":"941","endLine":42,"endColumn":51,"suppressions":"1004"},{"ruleId":"939","severity":1,"message":"1000","line":42,"column":59,"nodeType":"935","messageId":"941","endLine":42,"endColumn":61,"suppressions":"1005"},{"ruleId":"933","severity":2,"message":"934","line":26,"column":20,"nodeType":"935","messageId":"936","endLine":26,"endColumn":28,"suppressions":"1006"},{"ruleId":"933","severity":2,"message":"934","line":166,"column":18,"nodeType":"935","messageId":"936","endLine":166,"endColumn":26,"suppressions":"1007"},{"ruleId":"939","severity":1,"message":"943","line":218,"column":27,"nodeType":"935","messageId":"941","endLine":218,"endColumn":81,"suppressions":"1008"},{"ruleId":"939","severity":1,"message":"943","line":369,"column":5,"nodeType":"935","messageId":"941","endLine":369,"endColumn":71,"suppressions":"1009"},{"ruleId":"939","severity":1,"message":"943","line":375,"column":29,"nodeType":"935","messageId":"941","endLine":375,"endColumn":85,"suppressions":"1010"},{"ruleId":"1011","severity":1,"message":"1012","line":30,"column":28,"nodeType":"1013","endLine":30,"endColumn":38,"suppressions":"1014"},{"ruleId":"1011","severity":1,"message":"1012","line":31,"column":11,"nodeType":"1013","endLine":31,"endColumn":21,"suppressions":"1015"},{"ruleId":"1011","severity":1,"message":"1012","line":34,"column":11,"nodeType":"1013","endLine":34,"endColumn":21,"suppressions":"1016"},{"ruleId":"1011","severity":1,"message":"1017","line":34,"column":34,"nodeType":"1013","endLine":34,"endColumn":47,"suppressions":"1018"},{"ruleId":"1011","severity":1,"message":"1012","line":35,"column":11,"nodeType":"1013","endLine":35,"endColumn":21,"suppressions":"1019"},{"ruleId":"1011","severity":1,"message":"1020","line":44,"column":13,"nodeType":"1013","endLine":44,"endColumn":32,"suppressions":"1021"},{"ruleId":"1011","severity":1,"message":"1022","line":46,"column":38,"nodeType":"1013","endLine":46,"endColumn":51,"suppressions":"1023"},{"ruleId":"1011","severity":1,"message":"1012","line":71,"column":18,"nodeType":"1013","endLine":71,"endColumn":28,"suppressions":"1024"},{"ruleId":"1011","severity":1,"message":"1025","line":73,"column":13,"nodeType":"1013","endLine":73,"endColumn":25,"suppressions":"1026"},{"ruleId":"1011","severity":1,"message":"1027","line":87,"column":13,"nodeType":"1013","endLine":87,"endColumn":31,"suppressions":"1028"},{"ruleId":"1011","severity":1,"message":"1022","line":89,"column":38,"nodeType":"1013","endLine":89,"endColumn":51,"suppressions":"1029"},{"ruleId":"1011","severity":1,"message":"1012","line":115,"column":18,"nodeType":"1013","endLine":115,"endColumn":28,"suppressions":"1030"},{"ruleId":"1011","severity":1,"message":"1025","line":117,"column":13,"nodeType":"1013","endLine":117,"endColumn":25,"suppressions":"1031"},{"ruleId":"956","severity":1,"message":"957","line":125,"column":47,"nodeType":"958","messageId":"959","endLine":125,"endColumn":61,"suggestions":"1032","suppressions":"1033"},{"ruleId":"1011","severity":1,"message":"1034","line":132,"column":13,"nodeType":"1013","endLine":132,"endColumn":37,"suppressions":"1035"},{"ruleId":"1011","severity":1,"message":"1012","line":133,"column":18,"nodeType":"1013","endLine":133,"endColumn":28,"suppressions":"1036"},{"ruleId":"1011","severity":1,"message":"1037","line":138,"column":13,"nodeType":"1013","endLine":138,"endColumn":30,"suppressions":"1038"},{"ruleId":"1011","severity":1,"message":"1037","line":143,"column":16,"nodeType":"1013","endLine":143,"endColumn":33,"suppressions":"1039"},{"ruleId":"1011","severity":1,"message":"1037","line":146,"column":14,"nodeType":"1013","endLine":146,"endColumn":31,"suppressions":"1040"},{"ruleId":"993","severity":2,"message":"994","line":69,"column":11,"nodeType":"935","messageId":"995","endLine":69,"endColumn":15,"suppressions":"1041"},"@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",["1042"],["1043"],"@typescript-eslint/no-unused-vars","'T' is defined but never used.","unusedVar",["1044"],"'_' is defined but never used.",["1045"],"'_A' is defined but never used.",["1046"],"'_E' is defined but never used.",["1047"],["1048"],["1049"],"'_R' is defined but never used.",["1050"],["1051"],["1052"],["1053"],"@typescript-eslint/no-non-null-assertion","Forbidden non-null assertion.","TSNonNullExpression","noNonNull",["1054"],"require-yield","This generator function does not have 'yield'.","FunctionExpression","missingYield",["1055"],["1056"],["1057"],["1058"],["1059"],["1060"],["1061"],["1062"],["1063"],["1064"],["1065"],["1066"],["1067"],"'_N' is defined but never used.",["1068"],"'_Y' is defined but never used.",["1069"],["1070"],["1071"],["1072"],["1073"],["1074"],["1075"],["1076"],["1077"],["1078"],["1079"],["1080"],"@typescript-eslint/no-this-alias","Unexpected aliasing of 'this' to local variable.","thisAssignment",["1081"],["1082"],["1083"],["1084"],"'__' is defined but never used.",["1085"],["1086"],["1087"],["1088"],["1089"],["1090"],["1091"],["1092"],["1093"],["1094"],"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",["1095"],["1096"],["1097"],"Caution: `ts` also has a named export `SyntaxKind`. Check if you meant to write `import {SyntaxKind} from 'typescript'` instead.",["1098"],["1099"],"Caution: `ts` also has a named export `isCallExpression`. Check if you meant to write `import {isCallExpression} from 'typescript'` instead.",["1100"],"Caution: `ts` also has a named export `visitNodes`. Check if you meant to write `import {visitNodes} from 'typescript'` instead.",["1101"],["1102"],"Caution: `ts` also has a named export `visitNode`. Check if you meant to write `import {visitNode} from 'typescript'` instead.",["1103"],"Caution: `ts` also has a named export `isNewExpression`. Check if you meant to write `import {isNewExpression} from 'typescript'` instead.",["1104"],["1105"],["1106"],["1107"],["1108"],["1109"],"Caution: `ts` also has a named export `isVariableDeclaration`. Check if you meant to write `import {isVariableDeclaration} from 'typescript'` instead.",["1110"],["1111"],"Caution: `ts` also has a named export `visitEachChild`. Check if you meant to write `import {visitEachChild} from 'typescript'` instead.",["1112"],["1113"],["1114"],["1115"],{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"messageId":"1118","fix":"1119","desc":"1120"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"messageId":"1118","fix":"1121","desc":"1120"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"messageId":"1118","fix":"1122","desc":"1120"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},{"kind":"1116","justification":"1117"},"directive","","suggestOptionalChain",{"range":"1123","text":"1124"},"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":"1125","text":"1124"},{"range":"1126","text":"1127"},[1685,1686],"?.",[1640,1641],[5961,5962],"?"]
1
+ [{"/Users/TylorSteinberger/code/tylors/fx/src/Fx.ts":"1","/Users/TylorSteinberger/code/tylors/fx/src/_internal.ts":"2","/Users/TylorSteinberger/code/tylors/fx/src/combine.test.ts":"3","/Users/TylorSteinberger/code/tylors/fx/src/combine.ts":"4","/Users/TylorSteinberger/code/tylors/fx/src/continueWith.ts":"5","/Users/TylorSteinberger/code/tylors/fx/src/debounce.test.ts":"6","/Users/TylorSteinberger/code/tylors/fx/src/debounce.ts":"7","/Users/TylorSteinberger/code/tylors/fx/src/delay.test.ts":"8","/Users/TylorSteinberger/code/tylors/fx/src/delay.ts":"9","/Users/TylorSteinberger/code/tylors/fx/src/during.ts":"10","/Users/TylorSteinberger/code/tylors/fx/src/flatMap.test.ts":"11","/Users/TylorSteinberger/code/tylors/fx/src/flatMap.ts":"12","/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.ts":"13","/Users/TylorSteinberger/code/tylors/fx/src/fromEffect.ts":"14","/Users/TylorSteinberger/code/tylors/fx/src/hold.test.ts":"15","/Users/TylorSteinberger/code/tylors/fx/src/hold.ts":"16","/Users/TylorSteinberger/code/tylors/fx/src/index.ts":"17","/Users/TylorSteinberger/code/tylors/fx/src/merge.test.ts":"18","/Users/TylorSteinberger/code/tylors/fx/src/merge.ts":"19","/Users/TylorSteinberger/code/tylors/fx/src/multicast.test.ts":"20","/Users/TylorSteinberger/code/tylors/fx/src/multicast.ts":"21","/Users/TylorSteinberger/code/tylors/fx/src/orElse.ts":"22","/Users/TylorSteinberger/code/tylors/fx/src/periodic.test.ts":"23","/Users/TylorSteinberger/code/tylors/fx/src/periodic.ts":"24","/Users/TylorSteinberger/code/tylors/fx/src/provide.ts":"25","/Users/TylorSteinberger/code/tylors/fx/src/scheduled.ts":"26","/Users/TylorSteinberger/code/tylors/fx/src/since.ts":"27","/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.ts":"28","/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.ts":"29","/Users/TylorSteinberger/code/tylors/fx/src/slice.test.ts":"30","/Users/TylorSteinberger/code/tylors/fx/src/slice.ts":"31","/Users/TylorSteinberger/code/tylors/fx/src/snapshot.ts":"32","/Users/TylorSteinberger/code/tylors/fx/src/suspendSucceed.ts":"33","/Users/TylorSteinberger/code/tylors/fx/src/switchMap.test.ts":"34","/Users/TylorSteinberger/code/tylors/fx/src/switchMap.ts":"35","/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.ts":"36","/Users/TylorSteinberger/code/tylors/fx/src/throttle.test.ts":"37","/Users/TylorSteinberger/code/tylors/fx/src/throttle.ts":"38","/Users/TylorSteinberger/code/tylors/fx/src/transform.ts":"39","/Users/TylorSteinberger/code/tylors/fx/src/until.test.ts":"40","/Users/TylorSteinberger/code/tylors/fx/src/until.ts":"41","/Users/TylorSteinberger/code/tylors/fx/src/zip.test.ts":"42","/Users/TylorSteinberger/code/tylors/fx/src/zip.ts":"43","/Users/TylorSteinberger/code/tylors/fx/src/continueWith.test.ts":"44","/Users/TylorSteinberger/code/tylors/fx/src/during.test.ts":"45","/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.test.ts":"46","/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.ts":"47","/Users/TylorSteinberger/code/tylors/fx/src/filterMap.test.ts":"48","/Users/TylorSteinberger/code/tylors/fx/src/filterMap.ts":"49","/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.test.ts":"50","/Users/TylorSteinberger/code/tylors/fx/src/fromIterable.ts":"51","/Users/TylorSteinberger/code/tylors/fx/src/mapCause.test.ts":"52","/Users/TylorSteinberger/code/tylors/fx/src/mapCause.ts":"53","/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.test.ts":"54","/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.ts":"55","/Users/TylorSteinberger/code/tylors/fx/src/orElse.test.ts":"56","/Users/TylorSteinberger/code/tylors/fx/src/provide.test.ts":"57","/Users/TylorSteinberger/code/tylors/fx/src/runCollect.ts":"58","/Users/TylorSteinberger/code/tylors/fx/src/runDrain.ts":"59","/Users/TylorSteinberger/code/tylors/fx/src/runObserve.ts":"60","/Users/TylorSteinberger/code/tylors/fx/src/runReduce.ts":"61","/Users/TylorSteinberger/code/tylors/fx/src/since.test.ts":"62","/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.test.ts":"63","/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.test.ts":"64","/Users/TylorSteinberger/code/tylors/fx/src/snapshot.test.ts":"65","/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.test.ts":"66","/Users/TylorSteinberger/code/tylors/fx/src/tapEffect.ts":"67","/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.test.ts":"68","/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.ts":"69","/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.test.ts":"70","/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.ts":"71"},{"size":1348,"mtime":1666901407822,"results":"72","hashOfConfig":"73"},{"size":2390,"mtime":1666909836963,"results":"74","hashOfConfig":"73"},{"size":919,"mtime":1666901217496,"results":"75","hashOfConfig":"73"},{"size":2060,"mtime":1666901217496,"results":"76","hashOfConfig":"73"},{"size":591,"mtime":1666901217497,"results":"77","hashOfConfig":"73"},{"size":522,"mtime":1666901217497,"results":"78","hashOfConfig":"73"},{"size":1617,"mtime":1666901217497,"results":"79","hashOfConfig":"73"},{"size":701,"mtime":1666901217498,"results":"80","hashOfConfig":"73"},{"size":557,"mtime":1666909013033,"results":"81","hashOfConfig":"73"},{"size":1674,"mtime":1666909765898,"results":"82","hashOfConfig":"73"},{"size":1506,"mtime":1666901217500,"results":"83","hashOfConfig":"73"},{"size":1186,"mtime":1666902358042,"results":"84","hashOfConfig":"73"},{"size":706,"mtime":1666906589152,"results":"85","hashOfConfig":"73"},{"size":3805,"mtime":1666901217501,"results":"86","hashOfConfig":"73"},{"size":1443,"mtime":1666901217502,"results":"87","hashOfConfig":"73"},{"size":3387,"mtime":1666909078898,"results":"88","hashOfConfig":"73"},{"size":1215,"mtime":1666902477327,"results":"89","hashOfConfig":"73"},{"size":530,"mtime":1666901217504,"results":"90","hashOfConfig":"73"},{"size":977,"mtime":1666901217505,"results":"91","hashOfConfig":"73"},{"size":1293,"mtime":1666901217505,"results":"92","hashOfConfig":"73"},{"size":3290,"mtime":1666909109055,"results":"93","hashOfConfig":"73"},{"size":1034,"mtime":1666901391894,"results":"94","hashOfConfig":"73"},{"size":648,"mtime":1666901217507,"results":"95","hashOfConfig":"73"},{"size":429,"mtime":1666900225601,"results":"96","hashOfConfig":"73"},{"size":2095,"mtime":1666901217508,"results":"97","hashOfConfig":"73"},{"size":2515,"mtime":1666901217509,"results":"98","hashOfConfig":"73"},{"size":1010,"mtime":1666909377506,"results":"99","hashOfConfig":"73"},{"size":959,"mtime":1666901217510,"results":"100","hashOfConfig":"73"},{"size":1300,"mtime":1666901217511,"results":"101","hashOfConfig":"73"},{"size":530,"mtime":1666901217511,"results":"102","hashOfConfig":"73"},{"size":1145,"mtime":1666901217511,"results":"103","hashOfConfig":"73"},{"size":1607,"mtime":1666909839710,"results":"104","hashOfConfig":"73"},{"size":152,"mtime":1666901217512,"results":"105","hashOfConfig":"73"},{"size":976,"mtime":1666901217513,"results":"106","hashOfConfig":"73"},{"size":1628,"mtime":1666901217513,"results":"107","hashOfConfig":"73"},{"size":777,"mtime":1666901217514,"results":"108","hashOfConfig":"73"},{"size":527,"mtime":1666901217515,"results":"109","hashOfConfig":"73"},{"size":1810,"mtime":1666901217515,"results":"110","hashOfConfig":"73"},{"size":1672,"mtime":1666901217516,"results":"111","hashOfConfig":"73"},{"size":577,"mtime":1666910433646,"results":"112","hashOfConfig":"73"},{"size":859,"mtime":1666909733301,"results":"113","hashOfConfig":"73"},{"size":832,"mtime":1666901217517,"results":"114","hashOfConfig":"73"},{"size":2163,"mtime":1666901217517,"results":"115","hashOfConfig":"73"},{"size":654,"mtime":1666901217496,"results":"116","hashOfConfig":"73"},{"size":982,"mtime":1666910428351,"results":"117","hashOfConfig":"73"},{"size":2106,"mtime":1666901217498,"results":"118","hashOfConfig":"73"},{"size":3443,"mtime":1666905987476,"results":"119","hashOfConfig":"73"},{"size":917,"mtime":1666901217499,"results":"120","hashOfConfig":"73"},{"size":2108,"mtime":1666901217499,"results":"121","hashOfConfig":"73"},{"size":715,"mtime":1666901217501,"results":"122","hashOfConfig":"73"},{"size":460,"mtime":1666901217502,"results":"123","hashOfConfig":"73"},{"size":988,"mtime":1666901217503,"results":"124","hashOfConfig":"73"},{"size":615,"mtime":1666901217504,"results":"125","hashOfConfig":"73"},{"size":557,"mtime":1666901217504,"results":"126","hashOfConfig":"73"},{"size":474,"mtime":1666901217504,"results":"127","hashOfConfig":"73"},{"size":578,"mtime":1666901217506,"results":"128","hashOfConfig":"73"},{"size":1519,"mtime":1666901217507,"results":"129","hashOfConfig":"73"},{"size":502,"mtime":1666901217508,"results":"130","hashOfConfig":"73"},{"size":619,"mtime":1666901217508,"results":"131","hashOfConfig":"73"},{"size":915,"mtime":1666901217508,"results":"132","hashOfConfig":"73"},{"size":1535,"mtime":1666901217509,"results":"133","hashOfConfig":"73"},{"size":993,"mtime":1666910431162,"results":"134","hashOfConfig":"73"},{"size":770,"mtime":1666901217510,"results":"135","hashOfConfig":"73"},{"size":1116,"mtime":1666901217510,"results":"136","hashOfConfig":"73"},{"size":1270,"mtime":1666901217512,"results":"137","hashOfConfig":"73"},{"size":1080,"mtime":1666901217513,"results":"138","hashOfConfig":"73"},{"size":656,"mtime":1666901217514,"results":"139","hashOfConfig":"73"},{"size":671,"mtime":1666902216590,"results":"140","hashOfConfig":"73"},{"size":1681,"mtime":1666902176888,"results":"141","hashOfConfig":"73"},{"size":597,"mtime":1666901217517,"results":"142","hashOfConfig":"73"},{"size":1364,"mtime":1666901217517,"results":"143","hashOfConfig":"73"},{"filePath":"144","messages":"145","suppressedMessages":"146","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"f2rawx",{"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},{"filePath":"297","messages":"298","suppressedMessages":"299","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"300","messages":"301","suppressedMessages":"302","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"303","messages":"304","suppressedMessages":"305","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"306","messages":"307","suppressedMessages":"308","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"309","messages":"310","suppressedMessages":"311","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"312","messages":"313","suppressedMessages":"314","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"315","messages":"316","suppressedMessages":"317","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"318","messages":"319","suppressedMessages":"320","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"321","messages":"322","suppressedMessages":"323","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"324","messages":"325","suppressedMessages":"326","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"327","messages":"328","suppressedMessages":"329","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"330","messages":"331","suppressedMessages":"332","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"333","messages":"334","suppressedMessages":"335","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"336","messages":"337","suppressedMessages":"338","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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},"/Users/TylorSteinberger/code/tylors/fx/src/Fx.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/_internal.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/combine.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/combine.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/continueWith.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/debounce.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/debounce.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/delay.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/delay.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/during.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/hold.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/hold.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/merge.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/merge.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/multicast.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/multicast.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/orElse.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/periodic.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/periodic.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/provide.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/scheduled.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/since.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/slice.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/slice.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/snapshot.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/suspendSucceed.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/switchMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/switchMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/throttle.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/throttle.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/transform.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/until.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/until.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zip.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zip.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/continueWith.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/during.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterLoop.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/filterMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/flatMapConcurrently.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/fromIterable.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapCause.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapCause.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/mapEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/orElse.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/provide.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runCollect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runDrain.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runObserve.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/runReduce.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/since.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipRepeats.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/skipWhile.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/snapshot.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/takeWhile.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/tapEffect.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/withEmitter.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/zipIterable.ts",[],[]]
package/cjs/Fx.d.ts ADDED
@@ -0,0 +1,30 @@
1
+ import { Cause } from '@effect/core/io/Cause';
2
+ import * as Effect from '@effect/core/io/Effect';
3
+ import { Scope } from '@effect/core/io/Scope';
4
+ /**
5
+ * TODOS:
6
+ * until
7
+ * since
8
+ * during
9
+ */
10
+ export interface Fx<R, E, A> {
11
+ run<R2>(emitter: Emitter<R2, E, A>): Effect.Effect<R | R2 | Scope, never, unknown>;
12
+ }
13
+ export declare function Fx<R, E, A>(run: Fx<R, E, A>['run']): Fx<R, E, A>;
14
+ export declare namespace Fx {
15
+ type ResourcesOf<T> = T extends Fx<infer R, any, any> ? R : never;
16
+ type ErrorsOf<T> = T extends Fx<any, infer E, any> ? E : never;
17
+ type OutputOf<T> = T extends Fx<any, any, infer A> ? A : never;
18
+ }
19
+ export interface Emitter<R, E, A> {
20
+ readonly emit: (a: A) => Effect.Effect<R, never, unknown>;
21
+ readonly failCause: (e: Cause<E>) => Effect.Effect<R, never, unknown>;
22
+ readonly end: Effect.Effect<R, never, unknown>;
23
+ }
24
+ export declare function Emitter<R, E, A>(emit: Emitter<R, E, A>['emit'], failCause: Emitter<R, E, A>['failCause'], end: Emitter<R, E, A>['end']): Emitter<R, E, A>;
25
+ export declare namespace Emitter {
26
+ type ResourcesOf<T> = T extends Emitter<infer R, any, any> ? R : never;
27
+ type ErrorsOf<T> = T extends Emitter<any, infer E, any> ? E : never;
28
+ type OutputOf<T> = T extends Emitter<any, any, infer A> ? A : never;
29
+ }
30
+ //# sourceMappingURL=Fx.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Fx.d.ts","sourceRoot":"","sources":["../src/Fx.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAA;AAC7C,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAA;AAE7C;;;;;GAKG;AAEH,MAAM,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;IACzB,GAAG,CAAC,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,GAAG,KAAK,EAAE,KAAK,EAAE,OAAO,CAAC,CAAA;CACnF;AAED,wBAAgB,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAIhE;AAED,yBAAiB,EAAE,CAAC;IAClB,KAAY,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;IACxE,KAAY,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,GAAG,EAAE,MAAM,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;IACrE,KAAY,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;CACtE;AAED,MAAM,WAAW,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;IAC9B,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAA;IACzD,QAAQ,CAAC,SAAS,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAA;IACrE,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAA;CAC/C;AAED,wBAAgB,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAC7B,IAAI,EAAE,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,EAC9B,SAAS,EAAE,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,CAAC,EACxC,GAAG,EAAE,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,GAC3B,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAMlB;AAED,yBAAiB,OAAO,CAAC;IACvB,KAAY,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,OAAO,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;IAC7E,KAAY,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS,OAAO,CAAC,GAAG,EAAE,MAAM,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;IAC1E,KAAY,QAAQ,CAAC,CAAC,IAAI,CAAC,SAAS,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,KAAK,CAAA;CAC3E"}
package/cjs/Fx.js ADDED
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Emitter = exports.Fx = void 0;
4
+ function Fx(run) {
5
+ return {
6
+ run,
7
+ };
8
+ }
9
+ exports.Fx = Fx;
10
+ function Emitter(emit, failCause, end) {
11
+ return {
12
+ emit,
13
+ failCause,
14
+ end,
15
+ };
16
+ }
17
+ exports.Emitter = Emitter;
18
+ //# sourceMappingURL=Fx.js.map
package/cjs/Fx.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Fx.js","sourceRoot":"","sources":["../src/Fx.ts"],"names":[],"mappings":";;;AAeA,SAAgB,EAAE,CAAU,GAAuB;IACjD,OAAO;QACL,GAAG;KACJ,CAAA;AACH,CAAC;AAJD,gBAIC;AAcD,SAAgB,OAAO,CACrB,IAA8B,EAC9B,SAAwC,EACxC,GAA4B;IAE5B,OAAO;QACL,IAAI;QACJ,SAAS;QACT,GAAG;KACJ,CAAA;AACH,CAAC;AAVD,0BAUC"}
@@ -0,0 +1,21 @@
1
+ import { CountdownLatch } from '@effect/core/concurrent/CountdownLatch/definition';
2
+ import * as Effect from '@effect/core/io/Effect';
3
+ export declare const EARLY_EXIT_FAILURE: unique symbol;
4
+ export interface EarlyExitFailure {
5
+ readonly sym: typeof EARLY_EXIT_FAILURE;
6
+ }
7
+ export declare const EarlyExitFailure: EarlyExitFailure;
8
+ export declare function isEarlyExitFailure(u: unknown): u is EarlyExitFailure;
9
+ export declare const exitEarly: Effect.Effect<never, never, never>;
10
+ export declare const onEarlyExitFailure: <R2, E2, B>(handler: Effect.Effect<R2, E2, B>) => <R, E, A>(effect: Effect.Effect<R, E, A>) => Effect.Effect<R2 | R, E2 | E, B | A>;
11
+ /**
12
+ * A small wrapper around CountdownLatch which enables incrementing
13
+ * the latch count dynamically
14
+ */
15
+ export declare type DynamicCountdownLatch = {
16
+ readonly increment: Effect.Effect<never, never, void>;
17
+ readonly latch: CountdownLatch;
18
+ };
19
+ export declare function makeDynamicCountdownLatch(initialCount: number): Effect.Effect<never, never, DynamicCountdownLatch>;
20
+ export declare function withDynamicCountdownLatch<R, E, A, R2, E2, B>(initialCount: number, f: (latch: DynamicCountdownLatch) => Effect.Effect<R, E, A>, onEnd: Effect.Effect<R2, E2, B>): Effect.Effect<R | R2, E | E2, B>;
21
+ //# sourceMappingURL=_internal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_internal.d.ts","sourceRoot":"","sources":["../src/_internal.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EAEf,MAAM,mDAAmD,CAAA;AAG1D,OAAO,KAAK,MAAM,MAAM,wBAAwB,CAAA;AAKhD,eAAO,MAAM,kBAAkB,eAA6B,CAAA;AAC5D,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,GAAG,EAAE,OAAO,kBAAkB,CAAA;CACxC;AACD,eAAO,MAAM,gBAAgB,EAAE,gBAA8C,CAAA;AAE7E,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,OAAO,GAAG,CAAC,IAAI,gBAAgB,CAEpE;AAED,eAAO,MAAM,SAAS,oCAA+B,CAAA;AAErD,eAAO,MAAM,kBAAkB,qIAiB1B,CAAA;AAEL;;;GAGG;AACH,oBAAY,qBAAqB,GAAG;IAClC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,CAAC,CAAA;IACrD,QAAQ,CAAC,KAAK,EAAE,cAAc,CAAA;CAC/B,CAAA;AAED,wBAAgB,yBAAyB,CACvC,YAAY,EAAE,MAAM,GACnB,MAAM,CAAC,MAAM,CAAC,KAAK,EAAE,KAAK,EAAE,qBAAqB,CAAC,CAQpD;AAED,wBAAgB,yBAAyB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAC1D,YAAY,EAAE,MAAM,EACpB,CAAC,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAC3D,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,GAC9B,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAMlC"}
@@ -0,0 +1,54 @@
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.withDynamicCountdownLatch = exports.makeDynamicCountdownLatch = exports.onEarlyExitFailure = exports.exitEarly = exports.isEarlyExitFailure = exports.EarlyExitFailure = exports.EARLY_EXIT_FAILURE = void 0;
27
+ const definition_1 = require("@effect/core/concurrent/CountdownLatch/definition");
28
+ const Cause = __importStar(require("@effect/core/io/Cause"));
29
+ const Deferred = __importStar(require("@effect/core/io/Deferred"));
30
+ const Effect = __importStar(require("@effect/core/io/Effect"));
31
+ const Ref = __importStar(require("@effect/core/io/Ref"));
32
+ const Function_1 = require("@fp-ts/data/Function");
33
+ const Maybe = __importStar(require("@tsplus/stdlib/data/Maybe"));
34
+ exports.EARLY_EXIT_FAILURE = Symbol('EarlyExitFailure');
35
+ exports.EarlyExitFailure = { sym: exports.EARLY_EXIT_FAILURE };
36
+ function isEarlyExitFailure(u) {
37
+ return typeof u === 'object' && u !== null && u.sym === exports.EARLY_EXIT_FAILURE;
38
+ }
39
+ exports.isEarlyExitFailure = isEarlyExitFailure;
40
+ exports.exitEarly = Effect.die(exports.EarlyExitFailure);
41
+ const onEarlyExitFailure = (handler) => (effect) => (0, Function_1.pipe)(effect, Effect.foldCauseEffect((e) => (0, Function_1.pipe)(e, Cause.dieMaybe, Maybe.fold(() => Effect.failCause(e), (d) => (isEarlyExitFailure(d) ? handler : Effect.failCause(e)))), Effect.succeed));
42
+ exports.onEarlyExitFailure = onEarlyExitFailure;
43
+ function makeDynamicCountdownLatch(initialCount) {
44
+ return (0, Function_1.pipe)(Ref.makeRef(() => initialCount), Effect.zipWith(Deferred.make(), (ref, deferred) => ({
45
+ increment: ref.update((x) => x + 1),
46
+ latch: new definition_1.CountdownLatchInternal(ref, deferred),
47
+ })));
48
+ }
49
+ exports.makeDynamicCountdownLatch = makeDynamicCountdownLatch;
50
+ function withDynamicCountdownLatch(initialCount, f, onEnd) {
51
+ return (0, Function_1.pipe)(makeDynamicCountdownLatch(initialCount), Effect.tap(f), Effect.flatMap(({ latch }) => (0, Function_1.pipe)(latch.await, Effect.zipRight(onEnd))));
52
+ }
53
+ exports.withDynamicCountdownLatch = withDynamicCountdownLatch;
54
+ //# sourceMappingURL=_internal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_internal.js","sourceRoot":"","sources":["../src/_internal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kFAG0D;AAC1D,6DAA8C;AAC9C,mEAAoD;AACpD,+DAAgD;AAChD,yDAA0C;AAC1C,mDAA2C;AAC3C,iEAAkD;AAErC,QAAA,kBAAkB,GAAG,MAAM,CAAC,kBAAkB,CAAC,CAAA;AAI/C,QAAA,gBAAgB,GAAqB,EAAE,GAAG,EAAE,0BAAkB,EAAE,CAAA;AAE7E,SAAgB,kBAAkB,CAAC,CAAU;IAC3C,OAAO,OAAO,CAAC,KAAK,QAAQ,IAAI,CAAC,KAAK,IAAI,IAAK,CAAS,CAAC,GAAG,KAAK,0BAAkB,CAAA;AACrF,CAAC;AAFD,gDAEC;AAEY,QAAA,SAAS,GAAG,MAAM,CAAC,GAAG,CAAC,wBAAgB,CAAC,CAAA;AAE9C,MAAM,kBAAkB,GAC7B,CAAY,OAAiC,EAAE,EAAE,CACjD,CAAU,MAA8B,EAAwC,EAAE,CAChF,IAAA,eAAI,EACF,MAAM,EACN,MAAM,CAAC,eAAe,CACpB,CAAC,CAAC,EAAE,EAAE,CACJ,IAAA,eAAI,EACF,CAAC,EACD,KAAK,CAAC,QAAQ,EACd,KAAK,CAAC,IAAI,CACR,GAAG,EAAE,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,EACzB,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAC/D,CACF,EACH,MAAM,CAAC,OAAO,CACf,CACF,CAAA;AAjBQ,QAAA,kBAAkB,sBAiB1B;AAWL,SAAgB,yBAAyB,CACvC,YAAoB;IAEpB,OAAO,IAAA,eAAI,EACT,GAAG,CAAC,OAAO,CAAS,GAAG,EAAE,CAAC,YAAY,CAAC,EACvC,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,EAAe,EAAE,CAAC,GAAG,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC;QAC/D,SAAS,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC;QACnC,KAAK,EAAE,IAAI,mCAAsB,CAAC,GAAG,EAAE,QAAQ,CAAC;KACjD,CAAC,CAAC,CACJ,CAAA;AACH,CAAC;AAVD,8DAUC;AAED,SAAgB,yBAAyB,CACvC,YAAoB,EACpB,CAA2D,EAC3D,KAA+B;IAE/B,OAAO,IAAA,eAAI,EACT,yBAAyB,CAAC,YAAY,CAAC,EACvC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EACb,MAAM,CAAC,OAAO,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,IAAA,eAAI,EAAC,KAAK,CAAC,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,CACzE,CAAA;AACH,CAAC;AAVD,8DAUC"}
@@ -0,0 +1,7 @@
1
+ import { Fx } from './Fx.js';
2
+ export declare function combine<R2, E2, B>(second: Fx<R2, E2, B>): <R, E, A>(first: Fx<R, E, A>) => Fx<R2 | R, E2 | E, readonly [A, B]>;
3
+ export declare function combineAll<FX extends ReadonlyArray<Fx<any, any, any>>>(fx: readonly [...FX]): Fx<Fx.ResourcesOf<FX[number]>, Fx.ErrorsOf<FX[number]>, {
4
+ readonly [K in keyof FX]: Fx.OutputOf<FX[K]>;
5
+ }>;
6
+ export declare function combineAll<R, E, A>(iterable: Iterable<Fx<R, E, A>>): Fx<R, E, ReadonlyArray<A>>;
7
+ //# sourceMappingURL=combine.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"combine.d.ts","sourceRoot":"","sources":["../src/combine.ts"],"names":[],"mappings":"AAIA,OAAO,EAAW,EAAE,EAAE,MAAM,SAAS,CAAA;AAGrC,wBAAgB,OAAO,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,wEAGvD;AAED,wBAAgB,UAAU,CAAC,EAAE,SAAS,aAAa,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,EACpE,EAAE,EAAE,SAAS,CAAC,GAAG,EAAE,CAAC,GACnB,EAAE,CACH,EAAE,CAAC,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,EAC1B,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,EACvB;IAAE,QAAQ,EAAE,CAAC,IAAI,MAAM,EAAE,GAAG,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;CAAE,CACjD,CAAA;AAED,wBAAgB,UAAU,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,QAAQ,EAAE,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC,CAAA"}