@typed/fx 0.0.2 → 0.0.4

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 (656) hide show
  1. package/.eslintcache +1 -1
  2. package/.tracing-plugin/plugin.cjs +30 -0
  3. package/.tracing-plugin/plugin.d.ts.map +1 -1
  4. package/.tracing-plugin/plugin.js.map +1 -1
  5. package/cjs/Atomic/Atomic.d.ts +2 -2
  6. package/cjs/Atomic/Atomic.d.ts.map +1 -1
  7. package/cjs/Atomic/Atomic.js +1 -1
  8. package/cjs/Atomic/Atomic.js.map +1 -1
  9. package/cjs/Effect/Effect.d.ts +199 -0
  10. package/cjs/Effect/Effect.d.ts.map +1 -0
  11. package/cjs/Effect/Effect.js +66 -0
  12. package/cjs/Effect/Effect.js.map +1 -0
  13. package/cjs/Env/Env.d.ts.map +1 -1
  14. package/cjs/Env/Env.js +2 -55
  15. package/cjs/Env/Env.js.map +1 -1
  16. package/cjs/Exit/hkt.d.ts +11 -1
  17. package/cjs/Exit/hkt.d.ts.map +1 -1
  18. package/cjs/Exit/hkt.js +9 -3
  19. package/cjs/Exit/hkt.js.map +1 -1
  20. package/cjs/Fiber/Fiber.d.ts +8 -8
  21. package/cjs/Fiber/Fiber.d.ts.map +1 -1
  22. package/cjs/Fiber/Fiber.js +2 -9
  23. package/cjs/Fiber/Fiber.js.map +1 -1
  24. package/cjs/Fiber/fromExit.d.ts +4 -0
  25. package/cjs/Fiber/fromExit.d.ts.map +1 -0
  26. package/cjs/Fiber/fromExit.js +16 -0
  27. package/cjs/Fiber/fromExit.js.map +1 -0
  28. package/cjs/Fiber/hkt.d.ts +40 -0
  29. package/cjs/Fiber/hkt.d.ts.map +1 -0
  30. package/cjs/Fiber/hkt.js +101 -0
  31. package/cjs/Fiber/hkt.js.map +1 -0
  32. package/cjs/Fiber/index.d.ts +1 -0
  33. package/cjs/Fiber/index.d.ts.map +1 -1
  34. package/cjs/Fiber/index.js +1 -0
  35. package/cjs/Fiber/index.js.map +1 -1
  36. package/cjs/FiberContext/FiberContext.d.ts +5 -7
  37. package/cjs/FiberContext/FiberContext.d.ts.map +1 -1
  38. package/cjs/FiberContext/FiberContext.js +3 -5
  39. package/cjs/FiberContext/FiberContext.js.map +1 -1
  40. package/cjs/FiberId/FiberId.d.ts +1 -1
  41. package/cjs/FiberId/FiberId.d.ts.map +1 -1
  42. package/cjs/FiberRef/FiberRef.d.ts +2 -18
  43. package/cjs/FiberRef/FiberRef.d.ts.map +1 -1
  44. package/cjs/FiberRef/FiberRef.js +1 -33
  45. package/cjs/FiberRef/FiberRef.js.map +1 -1
  46. package/cjs/FiberRef/builtins.d.ts +22 -0
  47. package/cjs/FiberRef/builtins.d.ts.map +1 -0
  48. package/cjs/FiberRef/builtins.js +94 -0
  49. package/cjs/FiberRef/builtins.js.map +1 -0
  50. package/cjs/FiberRef/index.d.ts.map +1 -1
  51. package/cjs/FiberRef/index.js +0 -1
  52. package/cjs/FiberRef/index.js.map +1 -1
  53. package/cjs/FiberRefs/FiberRefs.d.ts +3 -1
  54. package/cjs/FiberRefs/FiberRefs.d.ts.map +1 -1
  55. package/cjs/FiberRefs/FiberRefs.js +5 -18
  56. package/cjs/FiberRefs/FiberRefs.js.map +1 -1
  57. package/cjs/FiberRuntime/FiberRuntime.d.ts +14 -14
  58. package/cjs/FiberRuntime/FiberRuntime.d.ts.map +1 -1
  59. package/cjs/FiberRuntime/FiberRuntime.js +159 -152
  60. package/cjs/FiberRuntime/FiberRuntime.js.map +1 -1
  61. package/cjs/Fx/Fx.d.ts +23 -11
  62. package/cjs/Fx/Fx.d.ts.map +1 -1
  63. package/cjs/Fx/Fx.js +53 -26
  64. package/cjs/Fx/Fx.js.map +1 -1
  65. package/cjs/Fx/Instruction.d.ts +33 -35
  66. package/cjs/Fx/Instruction.d.ts.map +1 -1
  67. package/cjs/Fx/Instruction.js +44 -26
  68. package/cjs/Fx/Instruction.js.map +1 -1
  69. package/cjs/Fx/fromLayer.d.ts +5 -0
  70. package/cjs/Fx/fromLayer.d.ts.map +1 -0
  71. package/cjs/Fx/fromLayer.js +33 -0
  72. package/cjs/Fx/fromLayer.js.map +1 -0
  73. package/cjs/Fx/index.d.ts +3 -0
  74. package/cjs/Fx/index.d.ts.map +1 -1
  75. package/cjs/Fx/index.js +3 -0
  76. package/cjs/Fx/index.js.map +1 -1
  77. package/cjs/Fx/join.d.ts +8 -2
  78. package/cjs/Fx/join.d.ts.map +1 -1
  79. package/cjs/Fx/join.js +9 -10
  80. package/cjs/Fx/join.js.map +1 -1
  81. package/cjs/Fx/logging.d.ts.map +1 -1
  82. package/cjs/Fx/logging.js +5 -4
  83. package/cjs/Fx/logging.js.map +1 -1
  84. package/cjs/Fx/run.d.ts +14 -0
  85. package/cjs/Fx/run.d.ts.map +1 -0
  86. package/cjs/Fx/run.js +27 -0
  87. package/cjs/Fx/run.js.map +1 -0
  88. package/cjs/Fx/scheduler.d.ts +14 -0
  89. package/cjs/Fx/scheduler.d.ts.map +1 -0
  90. package/cjs/Fx/scheduler.js +69 -0
  91. package/cjs/Fx/scheduler.js.map +1 -0
  92. package/cjs/Fx/scoped.d.ts +5 -5
  93. package/cjs/Fx/scoped.d.ts.map +1 -1
  94. package/cjs/Fx/scoped.js +30 -20
  95. package/cjs/Fx/scoped.js.map +1 -1
  96. package/cjs/Layer/Layer.d.ts +1 -0
  97. package/cjs/Layer/Layer.d.ts.map +1 -1
  98. package/cjs/Layer/Layer.js +7 -1
  99. package/cjs/Layer/Layer.js.map +1 -1
  100. package/cjs/Logger/Console.d.ts.map +1 -1
  101. package/cjs/Logger/Console.js +45 -17
  102. package/cjs/Logger/Console.js.map +1 -1
  103. package/cjs/Logger/Logger.d.ts +2 -1
  104. package/cjs/Logger/Logger.d.ts.map +1 -1
  105. package/cjs/Logger/Logger.js +2 -2
  106. package/cjs/Logger/Logger.js.map +1 -1
  107. package/cjs/Node/Runtime.d.ts +9 -0
  108. package/cjs/Node/Runtime.d.ts.map +1 -0
  109. package/cjs/Node/Runtime.js +20 -0
  110. package/cjs/Node/Runtime.js.map +1 -0
  111. package/cjs/Node/gracefulShutdown.d.ts +5 -0
  112. package/cjs/Node/gracefulShutdown.d.ts.map +1 -0
  113. package/cjs/Node/gracefulShutdown.js +66 -0
  114. package/cjs/Node/gracefulShutdown.js.map +1 -0
  115. package/cjs/Node/index.d.ts +3 -0
  116. package/cjs/Node/index.d.ts.map +1 -0
  117. package/cjs/Node/index.js +19 -0
  118. package/cjs/Node/index.js.map +1 -0
  119. package/cjs/Platform/Platform.d.ts +4 -2
  120. package/cjs/Platform/Platform.d.ts.map +1 -1
  121. package/cjs/Platform/Platform.js +5 -3
  122. package/cjs/Platform/Platform.js.map +1 -1
  123. package/cjs/Runtime/Runtime.d.ts +11 -0
  124. package/cjs/Runtime/Runtime.d.ts.map +1 -0
  125. package/cjs/Runtime/Runtime.js +29 -0
  126. package/cjs/Runtime/Runtime.js.map +1 -0
  127. package/cjs/Runtime/index.d.ts +2 -0
  128. package/cjs/Runtime/index.d.ts.map +1 -0
  129. package/cjs/{Ref → Runtime}/index.js +1 -2
  130. package/cjs/Runtime/index.js.map +1 -0
  131. package/cjs/Scheduler/RootScheduler.d.ts.map +1 -1
  132. package/cjs/Scheduler/RootScheduler.js +9 -8
  133. package/cjs/Scheduler/RootScheduler.js.map +1 -1
  134. package/cjs/Scheduler/Scheduler.d.ts +3 -2
  135. package/cjs/Scheduler/Scheduler.d.ts.map +1 -1
  136. package/cjs/Scheduler/Scheduler.js.map +1 -1
  137. package/cjs/Scheduler/index.d.ts +2 -0
  138. package/cjs/Scheduler/index.d.ts.map +1 -1
  139. package/cjs/Scheduler/index.js +17 -0
  140. package/cjs/Scheduler/index.js.map +1 -1
  141. package/cjs/Scheduler/{scheduled.d.ts → runSchedule.d.ts} +2 -2
  142. package/cjs/Scheduler/runSchedule.d.ts.map +1 -0
  143. package/cjs/Scheduler/{scheduled.js → runSchedule.js} +5 -5
  144. package/cjs/Scheduler/runSchedule.js.map +1 -0
  145. package/cjs/Scope/LocalScope.d.ts.map +1 -1
  146. package/cjs/Scope/LocalScope.js +4 -10
  147. package/cjs/Scope/LocalScope.js.map +1 -1
  148. package/cjs/Scope/ReleaseMap.d.ts +3 -3
  149. package/cjs/Scope/ReleaseMap.d.ts.map +1 -1
  150. package/cjs/Scope/ReleaseMap.js +45 -8
  151. package/cjs/Scope/ReleaseMap.js.map +1 -1
  152. package/cjs/Semaphore/Semaphore.d.ts +2 -1
  153. package/cjs/Semaphore/Semaphore.d.ts.map +1 -1
  154. package/cjs/Semaphore/Semaphore.js +14 -23
  155. package/cjs/Semaphore/Semaphore.js.map +1 -1
  156. package/cjs/Service/Id.d.ts +12 -1
  157. package/cjs/Service/Id.d.ts.map +1 -1
  158. package/cjs/Service/Id.js +11 -1
  159. package/cjs/Service/Id.js.map +1 -1
  160. package/cjs/Service/fn.d.ts +47 -0
  161. package/cjs/Service/fn.d.ts.map +1 -0
  162. package/cjs/Service/fn.js +19 -0
  163. package/cjs/Service/fn.js.map +1 -0
  164. package/cjs/Service/index.d.ts +1 -0
  165. package/cjs/Service/index.d.ts.map +1 -1
  166. package/cjs/Service/index.js +1 -0
  167. package/cjs/Service/index.js.map +1 -1
  168. package/cjs/Service/tagged.d.ts +10 -2
  169. package/cjs/Service/tagged.d.ts.map +1 -1
  170. package/cjs/Sink/Sink.d.ts +5 -5
  171. package/cjs/Sink/Sink.d.ts.map +1 -1
  172. package/cjs/Sink/Sink.js +11 -7
  173. package/cjs/Sink/Sink.js.map +1 -1
  174. package/cjs/Stream/Stream.d.ts +39 -6
  175. package/cjs/Stream/Stream.d.ts.map +1 -1
  176. package/cjs/Stream/Stream.js.map +1 -1
  177. package/cjs/Stream/bimap.d.ts +15 -0
  178. package/cjs/Stream/bimap.d.ts.map +1 -0
  179. package/cjs/Stream/bimap.js +74 -0
  180. package/cjs/Stream/bimap.js.map +1 -0
  181. package/cjs/Stream/continueWith.d.ts +27 -0
  182. package/cjs/Stream/continueWith.d.ts.map +1 -0
  183. package/cjs/Stream/continueWith.js +66 -0
  184. package/cjs/Stream/continueWith.js.map +1 -0
  185. package/cjs/Stream/drain.d.ts +3 -2
  186. package/cjs/Stream/drain.d.ts.map +1 -1
  187. package/cjs/Stream/drain.js +6 -6
  188. package/cjs/Stream/drain.js.map +1 -1
  189. package/cjs/Stream/empty.d.ts +3 -0
  190. package/cjs/Stream/empty.d.ts.map +1 -0
  191. package/cjs/Stream/empty.js +31 -0
  192. package/cjs/Stream/empty.js.map +1 -0
  193. package/cjs/Stream/flatMap.d.ts +15 -0
  194. package/cjs/Stream/flatMap.d.ts.map +1 -0
  195. package/cjs/Stream/flatMap.js +102 -0
  196. package/cjs/Stream/flatMap.js.map +1 -0
  197. package/cjs/Stream/flatMapFx.d.ts +4 -0
  198. package/cjs/Stream/flatMapFx.d.ts.map +1 -0
  199. package/cjs/Stream/flatMapFx.js +11 -0
  200. package/cjs/Stream/flatMapFx.js.map +1 -0
  201. package/cjs/Stream/fromCallback.d.ts +21 -0
  202. package/cjs/Stream/fromCallback.d.ts.map +1 -0
  203. package/cjs/Stream/fromCallback.js +65 -0
  204. package/cjs/Stream/fromCallback.js.map +1 -0
  205. package/cjs/Stream/fromFx.d.ts +12 -1
  206. package/cjs/Stream/fromFx.d.ts.map +1 -1
  207. package/cjs/Stream/fromFx.js +18 -4
  208. package/cjs/Stream/fromFx.js.map +1 -1
  209. package/cjs/Stream/hkt.d.ts +15 -0
  210. package/cjs/Stream/hkt.d.ts.map +1 -0
  211. package/cjs/Stream/hkt.js +42 -0
  212. package/cjs/Stream/hkt.js.map +1 -0
  213. package/cjs/Stream/index.d.ts +11 -0
  214. package/cjs/Stream/index.d.ts.map +1 -1
  215. package/cjs/Stream/index.js +11 -0
  216. package/cjs/Stream/index.js.map +1 -1
  217. package/cjs/Stream/map.d.ts +14 -0
  218. package/cjs/Stream/map.d.ts.map +1 -0
  219. package/cjs/Stream/map.js +30 -0
  220. package/cjs/Stream/map.js.map +1 -0
  221. package/cjs/Stream/periodic.d.ts +4 -0
  222. package/cjs/Stream/periodic.d.ts.map +1 -0
  223. package/cjs/Stream/periodic.js +32 -0
  224. package/cjs/Stream/periodic.js.map +1 -0
  225. package/cjs/Stream/run.d.ts +6 -0
  226. package/cjs/Stream/run.d.ts.map +1 -0
  227. package/cjs/{Ref/Ref.js → Stream/run.js} +10 -30
  228. package/cjs/Stream/run.js.map +1 -0
  229. package/cjs/Stream/scheduled.d.ts +5 -0
  230. package/cjs/Stream/scheduled.d.ts.map +1 -0
  231. package/cjs/Stream/scheduled.js +34 -0
  232. package/cjs/Stream/scheduled.js.map +1 -0
  233. package/cjs/Stream/tap.d.ts +4 -0
  234. package/cjs/Stream/tap.d.ts.map +1 -0
  235. package/cjs/Stream/tap.js +9 -0
  236. package/cjs/Stream/tap.js.map +1 -0
  237. package/cjs/Supervisor/Supervisor.d.ts +507 -0
  238. package/cjs/Supervisor/Supervisor.d.ts.map +1 -1
  239. package/cjs/Supervisor/Supervisor.js +2 -1
  240. package/cjs/Supervisor/Supervisor.js.map +1 -1
  241. package/cjs/Supervisor/index.d.ts +1 -0
  242. package/cjs/Supervisor/index.d.ts.map +1 -1
  243. package/cjs/Supervisor/index.js +1 -0
  244. package/cjs/Supervisor/index.js.map +1 -1
  245. package/cjs/Supervisor/maxFailures.d.ts +18 -0
  246. package/cjs/Supervisor/maxFailures.d.ts.map +1 -0
  247. package/cjs/Supervisor/maxFailures.js +72 -0
  248. package/cjs/Supervisor/maxFailures.js.map +1 -0
  249. package/cjs/Supervisor/trackIn.d.ts +6 -0
  250. package/cjs/Supervisor/trackIn.d.ts.map +1 -0
  251. package/cjs/Supervisor/trackIn.js +16 -0
  252. package/cjs/Supervisor/trackIn.js.map +1 -0
  253. package/cjs/Trace/Trace.d.ts +1 -1
  254. package/cjs/Trace/Trace.d.ts.map +1 -1
  255. package/cjs/Trace/Trace.js +8 -35
  256. package/cjs/Trace/Trace.js.map +1 -1
  257. package/cjs/Tracing/plugin.d.ts.map +1 -1
  258. package/cjs/Tracing/plugin.js +30 -0
  259. package/cjs/Tracing/plugin.js.map +1 -1
  260. package/cjs/_internal/suite.d.ts +12 -0
  261. package/cjs/_internal/suite.d.ts.map +1 -0
  262. package/cjs/_internal/suite.js +13 -0
  263. package/cjs/_internal/suite.js.map +1 -0
  264. package/cjs/index.d.ts +3 -1
  265. package/cjs/index.d.ts.map +1 -1
  266. package/cjs/index.js +4 -2
  267. package/cjs/index.js.map +1 -1
  268. package/coverage/tmp/coverage-14409-1663382601663-0.json +1 -0
  269. package/coverage/tmp/coverage-14414-1663382601571-0.json +1 -0
  270. package/coverage/tmp/coverage-14432-1663382601494-0.json +1 -0
  271. package/esm/Atomic/Atomic.d.ts +2 -2
  272. package/esm/Atomic/Atomic.d.ts.map +1 -1
  273. package/esm/Atomic/Atomic.js +1 -1
  274. package/esm/Atomic/Atomic.js.map +1 -1
  275. package/esm/Effect/Effect.d.ts +199 -0
  276. package/esm/Effect/Effect.d.ts.map +1 -0
  277. package/esm/Effect/Effect.js +50 -0
  278. package/esm/Effect/Effect.js.map +1 -0
  279. package/esm/Env/Env.d.ts.map +1 -1
  280. package/esm/Env/Env.js +2 -32
  281. package/esm/Env/Env.js.map +1 -1
  282. package/esm/Exit/hkt.d.ts +11 -1
  283. package/esm/Exit/hkt.d.ts.map +1 -1
  284. package/esm/Exit/hkt.js +9 -3
  285. package/esm/Exit/hkt.js.map +1 -1
  286. package/esm/Fiber/Fiber.d.ts +8 -8
  287. package/esm/Fiber/Fiber.d.ts.map +1 -1
  288. package/esm/Fiber/Fiber.js +3 -10
  289. package/esm/Fiber/Fiber.js.map +1 -1
  290. package/esm/Fiber/fromExit.d.ts +4 -0
  291. package/esm/Fiber/fromExit.d.ts.map +1 -0
  292. package/esm/Fiber/fromExit.js +12 -0
  293. package/esm/Fiber/fromExit.js.map +1 -0
  294. package/esm/Fiber/hkt.d.ts +40 -0
  295. package/esm/Fiber/hkt.d.ts.map +1 -0
  296. package/esm/Fiber/hkt.js +75 -0
  297. package/esm/Fiber/hkt.js.map +1 -0
  298. package/esm/Fiber/index.d.ts +1 -0
  299. package/esm/Fiber/index.d.ts.map +1 -1
  300. package/esm/Fiber/index.js +1 -0
  301. package/esm/Fiber/index.js.map +1 -1
  302. package/esm/FiberContext/FiberContext.d.ts +5 -7
  303. package/esm/FiberContext/FiberContext.d.ts.map +1 -1
  304. package/esm/FiberContext/FiberContext.js +3 -5
  305. package/esm/FiberContext/FiberContext.js.map +1 -1
  306. package/esm/FiberId/FiberId.d.ts +1 -1
  307. package/esm/FiberId/FiberId.d.ts.map +1 -1
  308. package/esm/FiberRef/FiberRef.d.ts +2 -18
  309. package/esm/FiberRef/FiberRef.d.ts.map +1 -1
  310. package/esm/FiberRef/FiberRef.js +0 -32
  311. package/esm/FiberRef/FiberRef.js.map +1 -1
  312. package/esm/FiberRef/builtins.d.ts +22 -0
  313. package/esm/FiberRef/builtins.d.ts.map +1 -0
  314. package/esm/FiberRef/builtins.js +67 -0
  315. package/esm/FiberRef/builtins.js.map +1 -0
  316. package/esm/FiberRef/index.d.ts.map +1 -1
  317. package/esm/FiberRef/index.js +0 -1
  318. package/esm/FiberRef/index.js.map +1 -1
  319. package/esm/FiberRefs/FiberRefs.d.ts +3 -1
  320. package/esm/FiberRefs/FiberRefs.d.ts.map +1 -1
  321. package/esm/FiberRefs/FiberRefs.js +5 -18
  322. package/esm/FiberRefs/FiberRefs.js.map +1 -1
  323. package/esm/FiberRuntime/FiberRuntime.d.ts +14 -14
  324. package/esm/FiberRuntime/FiberRuntime.d.ts.map +1 -1
  325. package/esm/FiberRuntime/FiberRuntime.js +160 -153
  326. package/esm/FiberRuntime/FiberRuntime.js.map +1 -1
  327. package/esm/Fx/Fx.d.ts +23 -11
  328. package/esm/Fx/Fx.d.ts.map +1 -1
  329. package/esm/Fx/Fx.js +50 -24
  330. package/esm/Fx/Fx.js.map +1 -1
  331. package/esm/Fx/Instruction.d.ts +33 -35
  332. package/esm/Fx/Instruction.d.ts.map +1 -1
  333. package/esm/Fx/Instruction.js +42 -24
  334. package/esm/Fx/Instruction.js.map +1 -1
  335. package/esm/Fx/fromLayer.d.ts +5 -0
  336. package/esm/Fx/fromLayer.d.ts.map +1 -0
  337. package/esm/Fx/fromLayer.js +6 -0
  338. package/esm/Fx/fromLayer.js.map +1 -0
  339. package/esm/Fx/index.d.ts +3 -0
  340. package/esm/Fx/index.d.ts.map +1 -1
  341. package/esm/Fx/index.js +3 -0
  342. package/esm/Fx/index.js.map +1 -1
  343. package/esm/Fx/join.d.ts +8 -2
  344. package/esm/Fx/join.d.ts.map +1 -1
  345. package/esm/Fx/join.js +6 -10
  346. package/esm/Fx/join.js.map +1 -1
  347. package/esm/Fx/logging.d.ts.map +1 -1
  348. package/esm/Fx/logging.js +3 -2
  349. package/esm/Fx/logging.js.map +1 -1
  350. package/esm/Fx/run.d.ts +14 -0
  351. package/esm/Fx/run.d.ts.map +1 -0
  352. package/esm/Fx/run.js +23 -0
  353. package/esm/Fx/run.js.map +1 -0
  354. package/esm/Fx/scheduler.d.ts +14 -0
  355. package/esm/Fx/scheduler.d.ts.map +1 -0
  356. package/esm/Fx/scheduler.js +39 -0
  357. package/esm/Fx/scheduler.js.map +1 -0
  358. package/esm/Fx/scoped.d.ts +5 -5
  359. package/esm/Fx/scoped.d.ts.map +1 -1
  360. package/esm/Fx/scoped.js +7 -20
  361. package/esm/Fx/scoped.js.map +1 -1
  362. package/esm/Layer/Layer.d.ts +1 -0
  363. package/esm/Layer/Layer.d.ts.map +1 -1
  364. package/esm/Layer/Layer.js +5 -0
  365. package/esm/Layer/Layer.js.map +1 -1
  366. package/esm/Logger/Console.d.ts.map +1 -1
  367. package/esm/Logger/Console.js +22 -17
  368. package/esm/Logger/Console.js.map +1 -1
  369. package/esm/Logger/Logger.d.ts +2 -1
  370. package/esm/Logger/Logger.d.ts.map +1 -1
  371. package/esm/Logger/Logger.js +2 -2
  372. package/esm/Logger/Logger.js.map +1 -1
  373. package/esm/Node/Runtime.d.ts +9 -0
  374. package/esm/Node/Runtime.d.ts.map +1 -0
  375. package/esm/Node/Runtime.js +17 -0
  376. package/esm/Node/Runtime.js.map +1 -0
  377. package/esm/Node/gracefulShutdown.d.ts +5 -0
  378. package/esm/Node/gracefulShutdown.d.ts.map +1 -0
  379. package/esm/Node/gracefulShutdown.js +36 -0
  380. package/esm/Node/gracefulShutdown.js.map +1 -0
  381. package/esm/Node/index.d.ts +3 -0
  382. package/esm/Node/index.d.ts.map +1 -0
  383. package/esm/Node/index.js +3 -0
  384. package/esm/Node/index.js.map +1 -0
  385. package/esm/Platform/Platform.d.ts +4 -2
  386. package/esm/Platform/Platform.d.ts.map +1 -1
  387. package/esm/Platform/Platform.js +5 -3
  388. package/esm/Platform/Platform.js.map +1 -1
  389. package/esm/Runtime/Runtime.d.ts +11 -0
  390. package/esm/Runtime/Runtime.d.ts.map +1 -0
  391. package/esm/Runtime/Runtime.js +25 -0
  392. package/esm/Runtime/Runtime.js.map +1 -0
  393. package/esm/Runtime/index.d.ts +2 -0
  394. package/esm/Runtime/index.d.ts.map +1 -0
  395. package/esm/Runtime/index.js +2 -0
  396. package/esm/Runtime/index.js.map +1 -0
  397. package/esm/Scheduler/RootScheduler.d.ts.map +1 -1
  398. package/esm/Scheduler/RootScheduler.js +7 -6
  399. package/esm/Scheduler/RootScheduler.js.map +1 -1
  400. package/esm/Scheduler/Scheduler.d.ts +3 -2
  401. package/esm/Scheduler/Scheduler.d.ts.map +1 -1
  402. package/esm/Scheduler/Scheduler.js.map +1 -1
  403. package/esm/Scheduler/index.d.ts +2 -0
  404. package/esm/Scheduler/index.d.ts.map +1 -1
  405. package/esm/Scheduler/index.js +2 -1
  406. package/esm/Scheduler/index.js.map +1 -1
  407. package/esm/Scheduler/{scheduled.d.ts → runSchedule.d.ts} +2 -2
  408. package/esm/Scheduler/runSchedule.d.ts.map +1 -0
  409. package/esm/Scheduler/{scheduled.js → runSchedule.js} +3 -3
  410. package/esm/Scheduler/runSchedule.js.map +1 -0
  411. package/esm/Scope/LocalScope.d.ts.map +1 -1
  412. package/esm/Scope/LocalScope.js +5 -11
  413. package/esm/Scope/LocalScope.js.map +1 -1
  414. package/esm/Scope/ReleaseMap.d.ts +3 -3
  415. package/esm/Scope/ReleaseMap.d.ts.map +1 -1
  416. package/esm/Scope/ReleaseMap.js +23 -9
  417. package/esm/Scope/ReleaseMap.js.map +1 -1
  418. package/esm/Semaphore/Semaphore.d.ts +2 -1
  419. package/esm/Semaphore/Semaphore.d.ts.map +1 -1
  420. package/esm/Semaphore/Semaphore.js +16 -25
  421. package/esm/Semaphore/Semaphore.js.map +1 -1
  422. package/esm/Service/Id.d.ts +12 -1
  423. package/esm/Service/Id.d.ts.map +1 -1
  424. package/esm/Service/Id.js +12 -2
  425. package/esm/Service/Id.js.map +1 -1
  426. package/esm/Service/fn.d.ts +47 -0
  427. package/esm/Service/fn.d.ts.map +1 -0
  428. package/esm/Service/fn.js +15 -0
  429. package/esm/Service/fn.js.map +1 -0
  430. package/esm/Service/index.d.ts +1 -0
  431. package/esm/Service/index.d.ts.map +1 -1
  432. package/esm/Service/index.js +1 -0
  433. package/esm/Service/index.js.map +1 -1
  434. package/esm/Service/tagged.d.ts +10 -2
  435. package/esm/Service/tagged.d.ts.map +1 -1
  436. package/esm/Sink/Sink.d.ts +5 -5
  437. package/esm/Sink/Sink.d.ts.map +1 -1
  438. package/esm/Sink/Sink.js +12 -8
  439. package/esm/Sink/Sink.js.map +1 -1
  440. package/esm/Stream/Stream.d.ts +39 -6
  441. package/esm/Stream/Stream.d.ts.map +1 -1
  442. package/esm/Stream/Stream.js.map +1 -1
  443. package/esm/Stream/bimap.d.ts +15 -0
  444. package/esm/Stream/bimap.d.ts.map +1 -0
  445. package/esm/Stream/bimap.js +46 -0
  446. package/esm/Stream/bimap.js.map +1 -0
  447. package/esm/Stream/continueWith.d.ts +27 -0
  448. package/esm/Stream/continueWith.d.ts.map +1 -0
  449. package/esm/Stream/continueWith.js +36 -0
  450. package/esm/Stream/continueWith.js.map +1 -0
  451. package/esm/Stream/drain.d.ts +3 -2
  452. package/esm/Stream/drain.d.ts.map +1 -1
  453. package/esm/Stream/drain.js +6 -6
  454. package/esm/Stream/drain.js.map +1 -1
  455. package/esm/Stream/empty.d.ts +3 -0
  456. package/esm/Stream/empty.d.ts.map +1 -0
  457. package/esm/Stream/empty.js +5 -0
  458. package/esm/Stream/empty.js.map +1 -0
  459. package/esm/Stream/flatMap.d.ts +15 -0
  460. package/esm/Stream/flatMap.d.ts.map +1 -0
  461. package/esm/Stream/flatMap.js +74 -0
  462. package/esm/Stream/flatMap.js.map +1 -0
  463. package/esm/Stream/flatMapFx.d.ts +4 -0
  464. package/esm/Stream/flatMapFx.d.ts.map +1 -0
  465. package/esm/Stream/flatMapFx.js +7 -0
  466. package/esm/Stream/flatMapFx.js.map +1 -0
  467. package/esm/Stream/fromCallback.d.ts +21 -0
  468. package/esm/Stream/fromCallback.d.ts.map +1 -0
  469. package/esm/Stream/fromCallback.js +37 -0
  470. package/esm/Stream/fromCallback.js.map +1 -0
  471. package/esm/Stream/fromFx.d.ts +12 -1
  472. package/esm/Stream/fromFx.d.ts.map +1 -1
  473. package/esm/Stream/fromFx.js +16 -2
  474. package/esm/Stream/fromFx.js.map +1 -1
  475. package/esm/Stream/hkt.d.ts +15 -0
  476. package/esm/Stream/hkt.d.ts.map +1 -0
  477. package/esm/Stream/hkt.js +16 -0
  478. package/esm/Stream/hkt.js.map +1 -0
  479. package/esm/Stream/index.d.ts +11 -0
  480. package/esm/Stream/index.d.ts.map +1 -1
  481. package/esm/Stream/index.js +11 -0
  482. package/esm/Stream/index.js.map +1 -1
  483. package/esm/Stream/map.d.ts +14 -0
  484. package/esm/Stream/map.d.ts.map +1 -0
  485. package/esm/Stream/map.js +25 -0
  486. package/esm/Stream/map.js.map +1 -0
  487. package/esm/Stream/periodic.d.ts +4 -0
  488. package/esm/Stream/periodic.d.ts.map +1 -0
  489. package/esm/Stream/periodic.js +5 -0
  490. package/esm/Stream/periodic.js.map +1 -0
  491. package/esm/Stream/run.d.ts +6 -0
  492. package/esm/Stream/run.d.ts.map +1 -0
  493. package/esm/Stream/run.js +9 -0
  494. package/esm/Stream/run.js.map +1 -0
  495. package/esm/Stream/scheduled.d.ts +5 -0
  496. package/esm/Stream/scheduled.d.ts.map +1 -0
  497. package/esm/Stream/scheduled.js +7 -0
  498. package/esm/Stream/scheduled.js.map +1 -0
  499. package/esm/Stream/tap.d.ts +4 -0
  500. package/esm/Stream/tap.d.ts.map +1 -0
  501. package/esm/Stream/tap.js +5 -0
  502. package/esm/Stream/tap.js.map +1 -0
  503. package/esm/Supervisor/Supervisor.d.ts +507 -0
  504. package/esm/Supervisor/Supervisor.d.ts.map +1 -1
  505. package/esm/Supervisor/Supervisor.js +2 -1
  506. package/esm/Supervisor/Supervisor.js.map +1 -1
  507. package/esm/Supervisor/index.d.ts +1 -0
  508. package/esm/Supervisor/index.d.ts.map +1 -1
  509. package/esm/Supervisor/index.js +1 -0
  510. package/esm/Supervisor/index.js.map +1 -1
  511. package/esm/Supervisor/maxFailures.d.ts +18 -0
  512. package/esm/Supervisor/maxFailures.d.ts.map +1 -0
  513. package/esm/Supervisor/maxFailures.js +45 -0
  514. package/esm/Supervisor/maxFailures.js.map +1 -0
  515. package/esm/Supervisor/trackIn.d.ts +6 -0
  516. package/esm/Supervisor/trackIn.d.ts.map +1 -0
  517. package/esm/Supervisor/trackIn.js +12 -0
  518. package/esm/Supervisor/trackIn.js.map +1 -0
  519. package/esm/Trace/Trace.d.ts +1 -1
  520. package/esm/Trace/Trace.d.ts.map +1 -1
  521. package/esm/Trace/Trace.js +8 -35
  522. package/esm/Trace/Trace.js.map +1 -1
  523. package/esm/Tracing/plugin.d.ts.map +1 -1
  524. package/esm/Tracing/plugin.js +30 -0
  525. package/esm/Tracing/plugin.js.map +1 -1
  526. package/esm/_internal/suite.d.ts +12 -0
  527. package/esm/_internal/suite.d.ts.map +1 -0
  528. package/esm/_internal/suite.js +8 -0
  529. package/esm/_internal/suite.js.map +1 -0
  530. package/esm/index.d.ts +3 -1
  531. package/esm/index.d.ts.map +1 -1
  532. package/esm/index.js +6 -2
  533. package/esm/index.js.map +1 -1
  534. package/package.json +299 -28
  535. package/readme.md +1 -2
  536. package/src/Atomic/Atomic.test.ts +33 -0
  537. package/src/Atomic/Atomic.ts +3 -3
  538. package/src/Effect/Effect.ts +109 -0
  539. package/src/Env/Env.ts +3 -51
  540. package/src/Exit/hkt.ts +18 -3
  541. package/src/Fiber/Fiber.ts +17 -16
  542. package/src/Fiber/fromExit.ts +14 -0
  543. package/src/Fiber/hkt.ts +125 -0
  544. package/src/Fiber/index.ts +1 -0
  545. package/src/FiberContext/FiberContext.ts +17 -16
  546. package/src/FiberId/FiberId.ts +1 -1
  547. package/src/FiberRef/FiberRef.ts +2 -61
  548. package/src/FiberRef/builtins.ts +114 -0
  549. package/src/FiberRef/index.ts +0 -1
  550. package/src/FiberRefs/FiberRefs.ts +11 -26
  551. package/src/FiberRuntime/FiberRuntime.ts +263 -245
  552. package/src/Fx/Fx.test.ts +52 -31
  553. package/src/Fx/Fx.ts +114 -34
  554. package/src/Fx/Instruction.ts +103 -60
  555. package/src/Fx/fromLayer.ts +8 -0
  556. package/src/Fx/index.ts +3 -0
  557. package/src/Fx/join.ts +23 -10
  558. package/src/Fx/logging.ts +5 -2
  559. package/src/Fx/run.ts +33 -0
  560. package/src/Fx/scheduler.ts +76 -0
  561. package/src/Fx/scoped.ts +35 -46
  562. package/src/Layer/Layer.ts +11 -5
  563. package/src/Logger/Console.test.ts +9 -5
  564. package/src/Logger/Console.ts +32 -17
  565. package/src/Logger/Logger.ts +4 -2
  566. package/src/Node/Runtime.ts +26 -0
  567. package/src/Node/gracefulShutdown.ts +54 -0
  568. package/src/Node/index.ts +2 -0
  569. package/src/Platform/Platform.ts +11 -5
  570. package/src/Runtime/Runtime.ts +46 -0
  571. package/src/Runtime/index.ts +1 -0
  572. package/src/Scheduler/RootScheduler.ts +18 -10
  573. package/src/Scheduler/Scheduler.ts +12 -5
  574. package/src/Scheduler/index.ts +2 -0
  575. package/src/Scheduler/{scheduled.ts → runSchedule.ts} +1 -1
  576. package/src/Scope/Closeable.test.ts +5 -1
  577. package/src/Scope/LocalScope.ts +13 -12
  578. package/src/Scope/ReleaseMap.ts +27 -9
  579. package/src/Semaphore/Semaphore.ts +28 -29
  580. package/src/Service/Id.ts +34 -2
  581. package/src/Service/fn.ts +41 -0
  582. package/src/Service/index.ts +1 -0
  583. package/src/Sink/Sink.ts +35 -21
  584. package/src/Stream/Stream.ts +43 -7
  585. package/src/Stream/_internal.test.ts +12 -0
  586. package/src/Stream/bimap.ts +59 -0
  587. package/src/Stream/continueWith.test.ts +23 -0
  588. package/src/Stream/continueWith.ts +65 -0
  589. package/src/Stream/drain.ts +15 -29
  590. package/src/Stream/empty.ts +8 -0
  591. package/src/Stream/flatMap.test.ts +43 -0
  592. package/src/Stream/flatMap.ts +102 -0
  593. package/src/Stream/flatMapFx.ts +12 -0
  594. package/src/Stream/fromCallback.test.ts +35 -0
  595. package/src/Stream/fromCallback.ts +65 -0
  596. package/src/Stream/fromFx.test.ts +3 -4
  597. package/src/Stream/fromFx.ts +34 -16
  598. package/src/Stream/hkt.ts +36 -0
  599. package/src/Stream/index.ts +11 -0
  600. package/src/Stream/logging.test.ts +24 -0
  601. package/src/Stream/map.ts +35 -0
  602. package/src/Stream/periodic.ts +9 -0
  603. package/src/Stream/run.ts +14 -0
  604. package/src/Stream/scheduled.test.ts +34 -0
  605. package/src/Stream/scheduled.ts +21 -0
  606. package/src/Stream/tap.ts +21 -0
  607. package/src/Supervisor/Supervisor.ts +14 -0
  608. package/src/Supervisor/index.ts +1 -0
  609. package/src/Supervisor/maxFailures.ts +86 -0
  610. package/src/Supervisor/trackIn.ts +33 -0
  611. package/src/Trace/Trace.ts +11 -45
  612. package/src/Tracing/plugin.ts +44 -0
  613. package/src/_internal/suite.ts +24 -0
  614. package/src/index.ts +3 -1
  615. package/cjs/Ref/Ref.d.ts +0 -40
  616. package/cjs/Ref/Ref.d.ts.map +0 -1
  617. package/cjs/Ref/Ref.js.map +0 -1
  618. package/cjs/Ref/atomic.d.ts +0 -5
  619. package/cjs/Ref/atomic.d.ts.map +0 -1
  620. package/cjs/Ref/atomic.js +0 -20
  621. package/cjs/Ref/atomic.js.map +0 -1
  622. package/cjs/Ref/index.d.ts +0 -3
  623. package/cjs/Ref/index.d.ts.map +0 -1
  624. package/cjs/Ref/index.js.map +0 -1
  625. package/cjs/Scheduler/scheduled.d.ts.map +0 -1
  626. package/cjs/Scheduler/scheduled.js.map +0 -1
  627. package/cjs/internal.d.ts +0 -18
  628. package/cjs/internal.d.ts.map +0 -1
  629. package/cjs/internal.js +0 -3
  630. package/cjs/internal.js.map +0 -1
  631. package/coverage/tmp/coverage-74826-1660784295157-0.json +0 -1
  632. package/coverage/tmp/coverage-74830-1660784295115-0.json +0 -1
  633. package/coverage/tmp/coverage-74836-1660784295074-0.json +0 -1
  634. package/esm/Ref/Ref.d.ts +0 -40
  635. package/esm/Ref/Ref.d.ts.map +0 -1
  636. package/esm/Ref/Ref.js +0 -30
  637. package/esm/Ref/Ref.js.map +0 -1
  638. package/esm/Ref/atomic.d.ts +0 -5
  639. package/esm/Ref/atomic.d.ts.map +0 -1
  640. package/esm/Ref/atomic.js +0 -16
  641. package/esm/Ref/atomic.js.map +0 -1
  642. package/esm/Ref/index.d.ts +0 -3
  643. package/esm/Ref/index.d.ts.map +0 -1
  644. package/esm/Ref/index.js +0 -3
  645. package/esm/Ref/index.js.map +0 -1
  646. package/esm/Scheduler/scheduled.d.ts.map +0 -1
  647. package/esm/Scheduler/scheduled.js.map +0 -1
  648. package/esm/internal.d.ts +0 -18
  649. package/esm/internal.d.ts.map +0 -1
  650. package/esm/internal.js +0 -2
  651. package/esm/internal.js.map +0 -1
  652. package/src/Ref/Ref.test.ts +0 -34
  653. package/src/Ref/Ref.ts +0 -76
  654. package/src/Ref/atomic.ts +0 -33
  655. package/src/Ref/index.ts +0 -2
  656. package/src/internal.ts +0 -33
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/Ref/Ref.ts":"63","/Users/TylorSteinberger/code/tylors/fx/src/Ref/index.ts":"64","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/RootScheduler.ts":"65","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/Scheduler.ts":"66","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/index.ts":"67","/Users/TylorSteinberger/code/tylors/fx/src/Scope/Closeable.test.ts":"68","/Users/TylorSteinberger/code/tylors/fx/src/Scope/Closeable.ts":"69","/Users/TylorSteinberger/code/tylors/fx/src/Scope/GlobalScope.ts":"70","/Users/TylorSteinberger/code/tylors/fx/src/Scope/LocalScope.ts":"71","/Users/TylorSteinberger/code/tylors/fx/src/Scope/ReleaseMap.ts":"72","/Users/TylorSteinberger/code/tylors/fx/src/Scope/Scope.ts":"73","/Users/TylorSteinberger/code/tylors/fx/src/Scope/ScopeState.ts":"74","/Users/TylorSteinberger/code/tylors/fx/src/Scope/index.ts":"75","/Users/TylorSteinberger/code/tylors/fx/src/Semaphore/Semaphore.ts":"76","/Users/TylorSteinberger/code/tylors/fx/src/Semaphore/index.ts":"77","/Users/TylorSteinberger/code/tylors/fx/src/Sink/Sink.ts":"78","/Users/TylorSteinberger/code/tylors/fx/src/Sink/index.ts":"79","/Users/TylorSteinberger/code/tylors/fx/src/Stream/Stream.ts":"80","/Users/TylorSteinberger/code/tylors/fx/src/Stream/drain.ts":"81","/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromFx.test.ts":"82","/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromFx.ts":"83","/Users/TylorSteinberger/code/tylors/fx/src/Stream/index.ts":"84","/Users/TylorSteinberger/code/tylors/fx/src/Timeline/index.ts":"85","/Users/TylorSteinberger/code/tylors/fx/src/Timer/SetTimeoutTimer.ts":"86","/Users/TylorSteinberger/code/tylors/fx/src/Timer/TestTimer.ts":"87","/Users/TylorSteinberger/code/tylors/fx/src/Timer/Timer.ts":"88","/Users/TylorSteinberger/code/tylors/fx/src/Timer/index.ts":"89","/Users/TylorSteinberger/code/tylors/fx/src/Trace/Trace.ts":"90","/Users/TylorSteinberger/code/tylors/fx/src/Trace/index.ts":"91","/Users/TylorSteinberger/code/tylors/fx/src/internal.ts":"92","/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/FiberRuntime.ts":"93","/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/index.ts":"94","/Users/TylorSteinberger/code/tylors/fx/src/Logger/Logger.ts":"95","/Users/TylorSteinberger/code/tylors/fx/src/Logger/index.ts":"96","/Users/TylorSteinberger/code/tylors/fx/src/Platform/TestPlatform.ts":"97","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/callbackScheduler.ts":"98","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/scheduled.ts":"99","/Users/TylorSteinberger/code/tylors/fx/src/Service/Id.ts":"100","/Users/TylorSteinberger/code/tylors/fx/src/Service/Service.ts":"101","/Users/TylorSteinberger/code/tylors/fx/src/Service/tagged.ts":"102","/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/Supervisor.ts":"103","/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/index.ts":"104","/Users/TylorSteinberger/code/tylors/fx/src/index.ts":"105","/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/operations.ts":"106","/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/Frame.ts":"107","/Users/TylorSteinberger/code/tylors/fx/src/Fx/Instruction.ts":"108","/Users/TylorSteinberger/code/tylors/fx/src/Fx/join.ts":"109","/Users/TylorSteinberger/code/tylors/fx/src/ImmutableMap/ImmutableMap.ts":"110","/Users/TylorSteinberger/code/tylors/fx/src/ImmutableMap/index.ts":"111","/Users/TylorSteinberger/code/tylors/fx/src/test.ts":"112","/Users/TylorSteinberger/code/tylors/fx/src/Fx/logging.ts":"113","/Users/TylorSteinberger/code/tylors/fx/src/Logger/Console.test.ts":"114","/Users/TylorSteinberger/code/tylors/fx/src/Logger/Console.ts":"115","/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogAnnotation.ts":"116","/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogLevel.ts":"117","/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogSpan.ts":"118","/Users/TylorSteinberger/code/tylors/fx/src/Ref/Ref.test.ts":"119","/Users/TylorSteinberger/code/tylors/fx/src/Ref/atomic.ts":"120","/Users/TylorSteinberger/code/tylors/fx/src/Tracing/plugin.ts":"121"},{"size":3072,"mtime":1660877990816,"results":"122","hashOfConfig":"123"},{"size":985,"mtime":1659927160430,"results":"124","hashOfConfig":"123"},{"size":63,"mtime":1659325010230,"results":"125","hashOfConfig":"123"},{"size":2339,"mtime":1660527187547,"results":"126","hashOfConfig":"123"},{"size":89,"mtime":1658980296886,"results":"127","hashOfConfig":"123"},{"size":896,"mtime":1658980296926,"results":"128","hashOfConfig":"123"},{"size":4275,"mtime":1660455773998,"results":"129","hashOfConfig":"123"},{"size":2592,"mtime":1659325297960,"results":"130","hashOfConfig":"123"},{"size":95,"mtime":1658980296928,"results":"131","hashOfConfig":"123"},{"size":81,"mtime":1660526378954,"results":"132","hashOfConfig":"123"},{"size":2410,"mtime":1661484446106,"results":"133","hashOfConfig":"123"},{"size":1611,"mtime":1658980296929,"results":"134","hashOfConfig":"123"},{"size":853,"mtime":1659469295256,"results":"135","hashOfConfig":"123"},{"size":1599,"mtime":1659469249199,"results":"136","hashOfConfig":"123"},{"size":68,"mtime":1658980296931,"results":"137","hashOfConfig":"123"},{"size":1190,"mtime":1659469198043,"results":"138","hashOfConfig":"123"},{"size":882,"mtime":1658980296932,"results":"139","hashOfConfig":"123"},{"size":3940,"mtime":1659325639662,"results":"140","hashOfConfig":"123"},{"size":272,"mtime":1660527271085,"results":"141","hashOfConfig":"123"},{"size":3400,"mtime":1661637246156,"results":"142","hashOfConfig":"123"},{"size":30,"mtime":1658980296887,"results":"143","hashOfConfig":"123"},{"size":2545,"mtime":1660612922970,"results":"144","hashOfConfig":"123"},{"size":1996,"mtime":1661638601441,"results":"145","hashOfConfig":"123"},{"size":635,"mtime":1660527192685,"results":"146","hashOfConfig":"123"},{"size":107,"mtime":1661637034057,"results":"147","hashOfConfig":"123"},{"size":12299,"mtime":1661357165575,"results":"148","hashOfConfig":"123"},{"size":1613,"mtime":1661357165577,"results":"149","hashOfConfig":"123"},{"size":7800,"mtime":1661357165579,"results":"150","hashOfConfig":"123"},{"size":27,"mtime":1661357165580,"results":"151","hashOfConfig":"123"},{"size":320,"mtime":1659312463453,"results":"152","hashOfConfig":"123"},{"size":1321,"mtime":1661357165580,"results":"153","hashOfConfig":"123"},{"size":32,"mtime":1659315413200,"results":"154","hashOfConfig":"123"},{"size":1798,"mtime":1661638133706,"results":"155","hashOfConfig":"123"},{"size":25,"mtime":1661489989712,"results":"156","hashOfConfig":"123"},{"size":1950,"mtime":1660840550518,"results":"157","hashOfConfig":"123"},{"size":867,"mtime":1659312617637,"results":"158","hashOfConfig":"123"},{"size":51,"mtime":1659312609951,"results":"159","hashOfConfig":"123"},{"size":2708,"mtime":1661629039203,"results":"160","hashOfConfig":"123"},{"size":27,"mtime":1661367497356,"results":"161","hashOfConfig":"123"},{"size":2077,"mtime":1661638523840,"results":"162","hashOfConfig":"123"},{"size":34,"mtime":1661282041804,"results":"163","hashOfConfig":"123"},{"size":3526,"mtime":1661463749160,"results":"164","hashOfConfig":"123"},{"size":29,"mtime":1659312426162,"results":"165","hashOfConfig":"123"},{"size":3046,"mtime":1661635653278,"results":"166","hashOfConfig":"123"},{"size":106,"mtime":1661533464104,"results":"167","hashOfConfig":"123"},{"size":4820,"mtime":1661635663557,"results":"168","hashOfConfig":"123"},{"size":31,"mtime":1661279326480,"results":"169","hashOfConfig":"123"},{"size":803,"mtime":1661357165585,"results":"170","hashOfConfig":"123"},{"size":1405,"mtime":1661357165586,"results":"171","hashOfConfig":"123"},{"size":31,"mtime":1659574073443,"results":"172","hashOfConfig":"123"},{"size":1846,"mtime":1661357165587,"results":"173","hashOfConfig":"123"},{"size":1445,"mtime":1661276064347,"results":"174","hashOfConfig":"123"},{"size":378,"mtime":1661357165588,"results":"175","hashOfConfig":"123"},{"size":84,"mtime":1661118647476,"results":"176","hashOfConfig":"123"},{"size":223,"mtime":1661357165589,"results":"177","hashOfConfig":"123"},{"size":2731,"mtime":1661542376293,"results":"178","hashOfConfig":"123"},{"size":18325,"mtime":1661636683433,"results":"179","hashOfConfig":"123"},{"size":1968,"mtime":1661357165592,"results":"180","hashOfConfig":"123"},{"size":1250,"mtime":1661484446105,"results":"181","hashOfConfig":"123"},{"size":27,"mtime":1660594854397,"results":"182","hashOfConfig":"123"},{"size":1168,"mtime":1660840237797,"results":"183","hashOfConfig":"123"},{"size":64,"mtime":1660195624397,"results":"184","hashOfConfig":"123"},{"size":2254,"mtime":1661631376308,"results":"185","hashOfConfig":"123"},{"size":53,"mtime":1661630783130,"results":"186","hashOfConfig":"123"},{"size":2561,"mtime":1661490353509,"results":"187","hashOfConfig":"123"},{"size":737,"mtime":1661384333318,"results":"188","hashOfConfig":"123"},{"size":0,"mtime":1661357165599,"results":"189","hashOfConfig":"123"},{"size":2597,"mtime":1661365115129,"results":"190","hashOfConfig":"123"},{"size":1021,"mtime":1661531074766,"results":"191","hashOfConfig":"123"},{"size":520,"mtime":1661357165602,"results":"192","hashOfConfig":"123"},{"size":2618,"mtime":1661532347176,"results":"193","hashOfConfig":"123"},{"size":2329,"mtime":1661357165602,"results":"194","hashOfConfig":"123"},{"size":440,"mtime":1660526973757,"results":"195","hashOfConfig":"123"},{"size":816,"mtime":1660020572151,"results":"196","hashOfConfig":"123"},{"size":187,"mtime":1660704969573,"results":"197","hashOfConfig":"123"},{"size":2668,"mtime":1661276064522,"results":"198","hashOfConfig":"123"},{"size":31,"mtime":1660187064547,"results":"199","hashOfConfig":"123"},{"size":1735,"mtime":1661390510269,"results":"200","hashOfConfig":"123"},{"size":0,"mtime":1661371833138,"results":"201","hashOfConfig":"123"},{"size":663,"mtime":1661387986048,"results":"202","hashOfConfig":"123"},{"size":2419,"mtime":1661627792481,"results":"203","hashOfConfig":"123"},{"size":1052,"mtime":1661532327778,"results":"204","hashOfConfig":"123"},{"size":569,"mtime":1661531474923,"results":"205","hashOfConfig":"123"},{"size":83,"mtime":1661391356094,"results":"206","hashOfConfig":"123"},{"size":3444,"mtime":1661367290073,"results":"207","hashOfConfig":"123"},{"size":523,"mtime":1661204030090,"results":"208","hashOfConfig":"123"},{"size":1206,"mtime":1661367297467,"results":"209","hashOfConfig":"123"},{"size":569,"mtime":1659404779477,"results":"210","hashOfConfig":"123"},{"size":95,"mtime":1659315443619,"results":"211","hashOfConfig":"123"},{"size":5305,"mtime":1661357165608,"results":"212","hashOfConfig":"123"},{"size":27,"mtime":1658980296923,"results":"213","hashOfConfig":"123"},{"size":931,"mtime":1659315215266,"results":"214","hashOfConfig":"123"},{"size":22484,"mtime":1661639682729,"results":"215","hashOfConfig":"123"},{"size":34,"mtime":1661282060375,"results":"216","hashOfConfig":"123"},{"size":2386,"mtime":1661633187207,"results":"217","hashOfConfig":"123"},{"size":28,"mtime":1660927849309,"results":"218","hashOfConfig":"123"},{"size":334,"mtime":1660195613096,"results":"219","hashOfConfig":"123"},{"size":1415,"mtime":1661367380661,"results":"220","hashOfConfig":"123"},{"size":959,"mtime":1661371728871,"results":"221","hashOfConfig":"123"},{"size":2229,"mtime":1661488897794,"results":"222","hashOfConfig":"123"},{"size":694,"mtime":1660526384021,"results":"223","hashOfConfig":"123"},{"size":302,"mtime":1661488967302,"results":"224","hashOfConfig":"123"},{"size":1582,"mtime":1661462747710,"results":"225","hashOfConfig":"123"},{"size":32,"mtime":1660704969580,"results":"226","hashOfConfig":"123"},{"size":1538,"mtime":1661491127438,"results":"227","hashOfConfig":"123"},{"size":535,"mtime":1661482478950,"results":"228","hashOfConfig":"123"},{"size":552,"mtime":1661467676533,"results":"229","hashOfConfig":"123"},{"size":12003,"mtime":1661490109214,"results":"230","hashOfConfig":"123"},{"size":392,"mtime":1661627585038,"results":"231","hashOfConfig":"123"},{"size":1666,"mtime":1661636077830,"results":"232","hashOfConfig":"123"},{"size":34,"mtime":1661357165594,"results":"233","hashOfConfig":"123"},{"size":0,"mtime":1660618717522,"results":"234","hashOfConfig":"123"},{"size":2079,"mtime":1661637027926,"results":"235","hashOfConfig":"123"},{"size":266,"mtime":1661637054601,"results":"236","hashOfConfig":"123"},{"size":2275,"mtime":1661637356158,"results":"237","hashOfConfig":"123"},{"size":191,"mtime":1661636259261,"results":"238","hashOfConfig":"123"},{"size":92,"mtime":1661634252365,"results":"239","hashOfConfig":"123"},{"size":209,"mtime":1661636836575,"results":"240","hashOfConfig":"123"},{"size":844,"mtime":1661630425370,"results":"241","hashOfConfig":"123"},{"size":1006,"mtime":1661631383444,"results":"242","hashOfConfig":"123"},{"size":5292,"mtime":1661357165608,"results":"243","hashOfConfig":"123"},{"filePath":"244","messages":"245","suppressedMessages":"246","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"f2rawx",{"filePath":"247","messages":"248","suppressedMessages":"249","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"250","messages":"251","suppressedMessages":"252","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"253","messages":"254","suppressedMessages":"255","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"256","messages":"257","suppressedMessages":"258","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"259","messages":"260","suppressedMessages":"261","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"262","messages":"263","suppressedMessages":"264","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"265","messages":"266","suppressedMessages":"267","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"268","messages":"269","suppressedMessages":"270","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"271","messages":"272","suppressedMessages":"273","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"274","messages":"275","suppressedMessages":"276","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"277","messages":"278","suppressedMessages":"279","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"280","messages":"281","suppressedMessages":"282","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"283","messages":"284","suppressedMessages":"285","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"286","messages":"287","suppressedMessages":"288","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"289","messages":"290","suppressedMessages":"291","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"292","messages":"293","suppressedMessages":"294","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"295","messages":"296","suppressedMessages":"297","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"298","messages":"299","suppressedMessages":"300","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"301","messages":"302","suppressedMessages":"303","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"304","messages":"305","suppressedMessages":"306","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"307","messages":"308","suppressedMessages":"309","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"310","messages":"311","suppressedMessages":"312","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"313","messages":"314","suppressedMessages":"315","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"316","messages":"317","suppressedMessages":"318","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"319","messages":"320","suppressedMessages":"321","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"322","messages":"323","suppressedMessages":"324","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"325","messages":"326","suppressedMessages":"327","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"328","messages":"329","suppressedMessages":"330","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"331","messages":"332","suppressedMessages":"333","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"334","messages":"335","suppressedMessages":"336","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"337","messages":"338","suppressedMessages":"339","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"340","messages":"341","suppressedMessages":"342","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"343","messages":"344","suppressedMessages":"345","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"346","messages":"347","suppressedMessages":"348","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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},"/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",[],["607","608"],"/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",[],["609","610"],"/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",[],["611","612"],"/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",[],["613","614"],"/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",[],["615","616","617","618","619","620","621"],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/index.ts",[],["622"],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRefs/FiberRefs.ts",[],["623"],"/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",[],["624"],"/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",[],["625","626"],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/Fx.ts",[],["627","628","629","630","631","632","633","634","635","636","637","638","639","640","641"],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/scoped.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Layer/Layer.ts",[],["642","643","644","645","646","647"],"/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/Ref/Ref.ts",[],["648","649","650","651","652","653"],"/Users/TylorSteinberger/code/tylors/fx/src/Ref/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",[],["654"],"/Users/TylorSteinberger/code/tylors/fx/src/Scope/ReleaseMap.ts",[],["655","656"],"/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",[],["657"],"/Users/TylorSteinberger/code/tylors/fx/src/Semaphore/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Sink/Sink.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Sink/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/Stream.ts",[],[],"/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",[],["658"],"/Users/TylorSteinberger/code/tylors/fx/src/Trace/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/internal.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/FiberRuntime.ts",[],["659","660"],"/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/Scheduler/scheduled.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Service/Id.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Service/Service.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Service/tagged.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/Supervisor.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/operations.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/Frame.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/Instruction.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/join.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/ImmutableMap/ImmutableMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/ImmutableMap/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/logging.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/Console.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/Console.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogAnnotation.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogLevel.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogSpan.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Ref/Ref.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Ref/atomic.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Tracing/plugin.ts",[],["661","662","663","664","665","666","667","668","669","670","671","672","673","674"],{"ruleId":"675","severity":2,"message":"676","line":10,"column":18,"nodeType":"677","messageId":"678","endLine":10,"endColumn":26,"suppressions":"679"},{"ruleId":"675","severity":2,"message":"676","line":42,"column":18,"nodeType":"677","messageId":"678","endLine":42,"endColumn":26,"suppressions":"680"},{"ruleId":"681","severity":1,"message":"682","line":18,"column":18,"nodeType":"677","messageId":"683","endLine":18,"endColumn":19,"suppressions":"684"},{"ruleId":"681","severity":1,"message":"685","line":34,"column":63,"nodeType":"677","messageId":"683","endLine":34,"endColumn":64,"suppressions":"686"},{"ruleId":"687","severity":2,"message":"688","line":5,"column":1,"nodeType":"689","endLine":5,"endColumn":48,"suppressions":"690"},{"ruleId":"687","severity":2,"message":"691","line":7,"column":1,"nodeType":"689","endLine":7,"endColumn":54,"suppressions":"692"},{"ruleId":"681","severity":1,"message":"693","line":17,"column":61,"nodeType":"677","messageId":"683","endLine":17,"endColumn":63,"suppressions":"694"},{"ruleId":"681","severity":1,"message":"695","line":19,"column":52,"nodeType":"677","messageId":"683","endLine":19,"endColumn":54,"suppressions":"696"},{"ruleId":"687","severity":2,"message":"697","line":8,"column":1,"nodeType":"689","endLine":8,"endColumn":35,"suppressions":"698"},{"ruleId":"681","severity":1,"message":"695","line":30,"column":65,"nodeType":"677","messageId":"683","endLine":30,"endColumn":67,"suppressions":"699"},{"ruleId":"681","severity":1,"message":"693","line":30,"column":75,"nodeType":"677","messageId":"683","endLine":30,"endColumn":77,"suppressions":"700"},{"ruleId":"681","severity":1,"message":"701","line":31,"column":52,"nodeType":"677","messageId":"683","endLine":31,"endColumn":54,"suppressions":"702"},{"ruleId":"681","severity":1,"message":"693","line":31,"column":72,"nodeType":"677","messageId":"683","endLine":31,"endColumn":74,"suppressions":"703"},{"ruleId":"681","severity":1,"message":"701","line":32,"column":52,"nodeType":"677","messageId":"683","endLine":32,"endColumn":54,"suppressions":"704"},{"ruleId":"681","severity":1,"message":"695","line":32,"column":62,"nodeType":"677","messageId":"683","endLine":32,"endColumn":64,"suppressions":"705"},{"ruleId":"687","severity":2,"message":"706","line":2,"column":1,"nodeType":"707","endLine":2,"endColumn":30,"suppressions":"708"},{"ruleId":"687","severity":2,"message":"706","line":7,"column":1,"nodeType":"689","endLine":7,"endColumn":51,"suppressions":"709"},{"ruleId":"710","severity":1,"message":"711","line":27,"column":32,"nodeType":"712","messageId":"713","endLine":27,"endColumn":46,"suppressions":"714"},{"ruleId":"715","severity":2,"message":"716","line":25,"column":14,"nodeType":"717","messageId":"718","endLine":33,"endColumn":12,"suppressions":"719"},{"ruleId":"715","severity":2,"message":"716","line":46,"column":18,"nodeType":"717","messageId":"718","endLine":48,"endColumn":16,"suppressions":"720"},{"ruleId":"681","severity":1,"message":"695","line":71,"column":40,"nodeType":"677","messageId":"683","endLine":71,"endColumn":42,"suppressions":"721"},{"ruleId":"681","severity":1,"message":"693","line":71,"column":50,"nodeType":"677","messageId":"683","endLine":71,"endColumn":52,"suppressions":"722"},{"ruleId":"681","severity":1,"message":"695","line":73,"column":37,"nodeType":"677","messageId":"683","endLine":73,"endColumn":39,"suppressions":"723"},{"ruleId":"681","severity":1,"message":"693","line":73,"column":47,"nodeType":"677","messageId":"683","endLine":73,"endColumn":49,"suppressions":"724"},{"ruleId":"681","severity":1,"message":"701","line":79,"column":30,"nodeType":"677","messageId":"683","endLine":79,"endColumn":32,"suppressions":"725"},{"ruleId":"681","severity":1,"message":"693","line":79,"column":50,"nodeType":"677","messageId":"683","endLine":79,"endColumn":52,"suppressions":"726"},{"ruleId":"681","severity":1,"message":"701","line":81,"column":27,"nodeType":"677","messageId":"683","endLine":81,"endColumn":29,"suppressions":"727"},{"ruleId":"681","severity":1,"message":"693","line":81,"column":47,"nodeType":"677","messageId":"683","endLine":81,"endColumn":49,"suppressions":"728"},{"ruleId":"681","severity":1,"message":"701","line":85,"column":49,"nodeType":"677","messageId":"683","endLine":85,"endColumn":51,"suppressions":"729"},{"ruleId":"681","severity":1,"message":"695","line":85,"column":59,"nodeType":"677","messageId":"683","endLine":85,"endColumn":61,"suppressions":"730"},{"ruleId":"681","severity":1,"message":"701","line":339,"column":58,"nodeType":"677","messageId":"683","endLine":339,"endColumn":60,"suppressions":"731"},{"ruleId":"681","severity":1,"message":"732","line":339,"column":68,"nodeType":"677","messageId":"683","endLine":339,"endColumn":70,"suppressions":"733"},{"ruleId":"681","severity":1,"message":"734","line":341,"column":49,"nodeType":"677","messageId":"683","endLine":341,"endColumn":51,"suppressions":"735"},{"ruleId":"681","severity":1,"message":"732","line":341,"column":69,"nodeType":"677","messageId":"683","endLine":341,"endColumn":71,"suppressions":"736"},{"ruleId":"681","severity":1,"message":"685","line":398,"column":36,"nodeType":"677","messageId":"683","endLine":398,"endColumn":49,"suppressions":"737"},{"ruleId":"681","severity":1,"message":"695","line":24,"column":62,"nodeType":"677","messageId":"683","endLine":24,"endColumn":64,"suppressions":"738"},{"ruleId":"681","severity":1,"message":"693","line":24,"column":72,"nodeType":"677","messageId":"683","endLine":24,"endColumn":74,"suppressions":"739"},{"ruleId":"681","severity":1,"message":"701","line":25,"column":49,"nodeType":"677","messageId":"683","endLine":25,"endColumn":51,"suppressions":"740"},{"ruleId":"681","severity":1,"message":"693","line":25,"column":69,"nodeType":"677","messageId":"683","endLine":25,"endColumn":71,"suppressions":"741"},{"ruleId":"681","severity":1,"message":"701","line":26,"column":49,"nodeType":"677","messageId":"683","endLine":26,"endColumn":51,"suppressions":"742"},{"ruleId":"681","severity":1,"message":"695","line":26,"column":59,"nodeType":"677","messageId":"683","endLine":26,"endColumn":61,"suppressions":"743"},{"ruleId":"681","severity":1,"message":"695","line":30,"column":60,"nodeType":"677","messageId":"683","endLine":30,"endColumn":62,"suppressions":"744"},{"ruleId":"681","severity":1,"message":"693","line":30,"column":70,"nodeType":"677","messageId":"683","endLine":30,"endColumn":72,"suppressions":"745"},{"ruleId":"681","severity":1,"message":"701","line":31,"column":47,"nodeType":"677","messageId":"683","endLine":31,"endColumn":49,"suppressions":"746"},{"ruleId":"681","severity":1,"message":"693","line":31,"column":67,"nodeType":"677","messageId":"683","endLine":31,"endColumn":69,"suppressions":"747"},{"ruleId":"681","severity":1,"message":"701","line":32,"column":47,"nodeType":"677","messageId":"683","endLine":32,"endColumn":49,"suppressions":"748"},{"ruleId":"681","severity":1,"message":"695","line":32,"column":57,"nodeType":"677","messageId":"683","endLine":32,"endColumn":59,"suppressions":"749"},{"ruleId":"750","severity":2,"message":"751","line":71,"column":11,"nodeType":"677","messageId":"752","endLine":71,"endColumn":15,"suppressions":"753"},{"ruleId":"710","severity":1,"message":"711","line":42,"column":23,"nodeType":"712","messageId":"713","endLine":42,"endColumn":48,"suppressions":"754"},{"ruleId":"710","severity":1,"message":"711","line":53,"column":30,"nodeType":"712","messageId":"713","endLine":53,"endColumn":55,"suggestions":"755","suppressions":"756"},{"ruleId":"750","severity":2,"message":"751","line":37,"column":11,"nodeType":"677","messageId":"752","endLine":37,"endColumn":15,"suppressions":"757"},{"ruleId":"675","severity":2,"message":"676","line":25,"column":20,"nodeType":"677","messageId":"678","endLine":25,"endColumn":28,"suppressions":"758"},{"ruleId":"681","severity":1,"message":"685","line":347,"column":5,"nodeType":"677","messageId":"683","endLine":347,"endColumn":71,"suppressions":"759"},{"ruleId":"681","severity":1,"message":"685","line":353,"column":29,"nodeType":"677","messageId":"683","endLine":353,"endColumn":85,"suppressions":"760"},{"ruleId":"761","severity":1,"message":"762","line":30,"column":28,"nodeType":"763","endLine":30,"endColumn":38,"suppressions":"764"},{"ruleId":"761","severity":1,"message":"762","line":31,"column":11,"nodeType":"763","endLine":31,"endColumn":21,"suppressions":"765"},{"ruleId":"761","severity":1,"message":"762","line":34,"column":11,"nodeType":"763","endLine":34,"endColumn":21,"suppressions":"766"},{"ruleId":"761","severity":1,"message":"767","line":34,"column":34,"nodeType":"763","endLine":34,"endColumn":47,"suppressions":"768"},{"ruleId":"761","severity":1,"message":"762","line":35,"column":11,"nodeType":"763","endLine":35,"endColumn":21,"suppressions":"769"},{"ruleId":"761","severity":1,"message":"770","line":44,"column":13,"nodeType":"763","endLine":44,"endColumn":32,"suppressions":"771"},{"ruleId":"761","severity":1,"message":"772","line":46,"column":38,"nodeType":"763","endLine":46,"endColumn":51,"suppressions":"773"},{"ruleId":"761","severity":1,"message":"762","line":71,"column":18,"nodeType":"763","endLine":71,"endColumn":28,"suppressions":"774"},{"ruleId":"761","severity":1,"message":"775","line":73,"column":13,"nodeType":"763","endLine":73,"endColumn":25,"suppressions":"776"},{"ruleId":"761","severity":1,"message":"777","line":88,"column":13,"nodeType":"763","endLine":88,"endColumn":37,"suppressions":"778"},{"ruleId":"761","severity":1,"message":"762","line":89,"column":18,"nodeType":"763","endLine":89,"endColumn":28,"suppressions":"779"},{"ruleId":"761","severity":1,"message":"780","line":94,"column":13,"nodeType":"763","endLine":94,"endColumn":30,"suppressions":"781"},{"ruleId":"761","severity":1,"message":"780","line":99,"column":16,"nodeType":"763","endLine":99,"endColumn":33,"suppressions":"782"},{"ruleId":"761","severity":1,"message":"780","line":102,"column":14,"nodeType":"763","endLine":102,"endColumn":31,"suppressions":"783"},"@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",["784"],["785"],"@typescript-eslint/no-unused-vars","'T' is defined but never used.","unusedVar",["786"],"'_' is defined but never used.",["787"],"import/no-cycle","Dependency cycle via ./FiberRef.js:2","ImportDeclaration",["788"],"Dependency cycle via @/FiberRef/FiberRef.js:7",["789"],"'_A' is defined but never used.",["790"],"'_E' is defined but never used.",["791"],"Dependency cycle via @/FiberRef/index.js:5",["792"],["793"],["794"],"'_R' is defined but never used.",["795"],["796"],["797"],["798"],"Dependency cycle via @/Env/Env.js:8","ExportAllDeclaration",["799"],["800"],"@typescript-eslint/no-non-null-assertion","Forbidden non-null assertion.","TSNonNullExpression","noNonNull",["801"],"require-yield","This generator function does not have 'yield'.","FunctionExpression","missingYield",["802"],["803"],["804"],["805"],["806"],["807"],["808"],["809"],["810"],["811"],["812"],["813"],["814"],"'_N' is defined but never used.",["815"],"'_Y' is defined but never used.",["816"],["817"],["818"],["819"],["820"],["821"],["822"],["823"],["824"],["825"],["826"],["827"],["828"],["829"],["830"],"@typescript-eslint/no-this-alias","Unexpected aliasing of 'this' to local variable.","thisAssignment",["831"],["832"],["833"],["834"],["835"],["836"],["837"],["838"],"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",["839"],["840"],["841"],"Caution: `ts` also has a named export `SyntaxKind`. Check if you meant to write `import {SyntaxKind} from 'typescript'` instead.",["842"],["843"],"Caution: `ts` also has a named export `isCallExpression`. Check if you meant to write `import {isCallExpression} from 'typescript'` instead.",["844"],"Caution: `ts` also has a named export `visitNodes`. Check if you meant to write `import {visitNodes} from 'typescript'` instead.",["845"],["846"],"Caution: `ts` also has a named export `visitNode`. Check if you meant to write `import {visitNode} from 'typescript'` instead.",["847"],"Caution: `ts` also has a named export `isVariableDeclaration`. Check if you meant to write `import {isVariableDeclaration} from 'typescript'` instead.",["848"],["849"],"Caution: `ts` also has a named export `visitEachChild`. Check if you meant to write `import {visitEachChild} from 'typescript'` instead.",["850"],["851"],["852"],{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"messageId":"855","fix":"856","desc":"857"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},{"kind":"853","justification":"854"},"directive","","suggestOptionalChain",{"range":"858","text":"859"},"Consider using the optional chain operator `?.` instead. This operator includes runtime checks, so it is safer than the compile-only non-null assertion operator.",[1437,1438],"?."]
1
+ [{"/Users/TylorSteinberger/code/tylors/fx/src/Atomic/Atomic.ts":"1","/Users/TylorSteinberger/code/tylors/fx/src/Atomic/AtomicCounter.ts":"2","/Users/TylorSteinberger/code/tylors/fx/src/Atomic/index.ts":"3","/Users/TylorSteinberger/code/tylors/fx/src/Clock/Clock.ts":"4","/Users/TylorSteinberger/code/tylors/fx/src/Clock/index.ts":"5","/Users/TylorSteinberger/code/tylors/fx/src/Schedule/Decision.ts":"6","/Users/TylorSteinberger/code/tylors/fx/src/Schedule/Schedule.ts":"7","/Users/TylorSteinberger/code/tylors/fx/src/Schedule/ScheduleState.ts":"8","/Users/TylorSteinberger/code/tylors/fx/src/Schedule/index.ts":"9","/Users/TylorSteinberger/code/tylors/fx/src/Service/index.ts":"10","/Users/TylorSteinberger/code/tylors/fx/src/Stack/index.ts":"11","/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/StackFrame.ts":"12","/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/getStackFrames.test.ts":"13","/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/getStackFrames.ts":"14","/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/index.ts":"15","/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/parseChromeStack.ts":"16","/Users/TylorSteinberger/code/tylors/fx/src/StackFrame/parseGeckoStackFrame.ts":"17","/Users/TylorSteinberger/code/tylors/fx/src/Tagged/index.ts":"18","/Users/TylorSteinberger/code/tylors/fx/src/Clock/DateClock.ts":"19","/Users/TylorSteinberger/code/tylors/fx/src/Duration/Duration.ts":"20","/Users/TylorSteinberger/code/tylors/fx/src/Duration/index.ts":"21","/Users/TylorSteinberger/code/tylors/fx/src/Time/index.ts":"22","/Users/TylorSteinberger/code/tylors/fx/src/Tracing/vite.ts":"23","/Users/TylorSteinberger/code/tylors/fx/src/Clock/TestClock.ts":"24","/Users/TylorSteinberger/code/tylors/fx/src/Fx/index.ts":"25","/Users/TylorSteinberger/code/tylors/fx/src/Cause/Cause.ts":"26","/Users/TylorSteinberger/code/tylors/fx/src/Cause/CauseError.ts":"27","/Users/TylorSteinberger/code/tylors/fx/src/Cause/Renderer.ts":"28","/Users/TylorSteinberger/code/tylors/fx/src/Cause/index.ts":"29","/Users/TylorSteinberger/code/tylors/fx/src/Cause/prettyStringify.ts":"30","/Users/TylorSteinberger/code/tylors/fx/src/Disposable/Disposable.ts":"31","/Users/TylorSteinberger/code/tylors/fx/src/Disposable/index.ts":"32","/Users/TylorSteinberger/code/tylors/fx/src/Env/Env.ts":"33","/Users/TylorSteinberger/code/tylors/fx/src/Env/index.ts":"34","/Users/TylorSteinberger/code/tylors/fx/src/Exit/Exit.ts":"35","/Users/TylorSteinberger/code/tylors/fx/src/Exit/hkt.ts":"36","/Users/TylorSteinberger/code/tylors/fx/src/Exit/index.ts":"37","/Users/TylorSteinberger/code/tylors/fx/src/Fiber/Fiber.ts":"38","/Users/TylorSteinberger/code/tylors/fx/src/Fiber/index.ts":"39","/Users/TylorSteinberger/code/tylors/fx/src/FiberContext/FiberContext.ts":"40","/Users/TylorSteinberger/code/tylors/fx/src/FiberContext/index.ts":"41","/Users/TylorSteinberger/code/tylors/fx/src/FiberId/FiberId.ts":"42","/Users/TylorSteinberger/code/tylors/fx/src/FiberId/index.ts":"43","/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/FiberRef.ts":"44","/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/index.ts":"45","/Users/TylorSteinberger/code/tylors/fx/src/FiberRefs/FiberRefs.ts":"46","/Users/TylorSteinberger/code/tylors/fx/src/FiberRefs/index.ts":"47","/Users/TylorSteinberger/code/tylors/fx/src/FiberStatus/index.ts":"48","/Users/TylorSteinberger/code/tylors/fx/src/Finalizer/Finalizer.ts":"49","/Users/TylorSteinberger/code/tylors/fx/src/Finalizer/index.ts":"50","/Users/TylorSteinberger/code/tylors/fx/src/Future/Future.ts":"51","/Users/TylorSteinberger/code/tylors/fx/src/Future/MutableFutureQueue.ts":"52","/Users/TylorSteinberger/code/tylors/fx/src/Future/complete.ts":"53","/Users/TylorSteinberger/code/tylors/fx/src/Future/index.ts":"54","/Users/TylorSteinberger/code/tylors/fx/src/Future/wait.ts":"55","/Users/TylorSteinberger/code/tylors/fx/src/Fx/Fx.test.ts":"56","/Users/TylorSteinberger/code/tylors/fx/src/Fx/Fx.ts":"57","/Users/TylorSteinberger/code/tylors/fx/src/Fx/scoped.ts":"58","/Users/TylorSteinberger/code/tylors/fx/src/Layer/Layer.ts":"59","/Users/TylorSteinberger/code/tylors/fx/src/Layer/index.ts":"60","/Users/TylorSteinberger/code/tylors/fx/src/Platform/Platform.ts":"61","/Users/TylorSteinberger/code/tylors/fx/src/Platform/index.ts":"62","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/RootScheduler.ts":"63","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/Scheduler.ts":"64","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/index.ts":"65","/Users/TylorSteinberger/code/tylors/fx/src/Scope/Closeable.test.ts":"66","/Users/TylorSteinberger/code/tylors/fx/src/Scope/Closeable.ts":"67","/Users/TylorSteinberger/code/tylors/fx/src/Scope/GlobalScope.ts":"68","/Users/TylorSteinberger/code/tylors/fx/src/Scope/LocalScope.ts":"69","/Users/TylorSteinberger/code/tylors/fx/src/Scope/ReleaseMap.ts":"70","/Users/TylorSteinberger/code/tylors/fx/src/Scope/Scope.ts":"71","/Users/TylorSteinberger/code/tylors/fx/src/Scope/ScopeState.ts":"72","/Users/TylorSteinberger/code/tylors/fx/src/Scope/index.ts":"73","/Users/TylorSteinberger/code/tylors/fx/src/Semaphore/Semaphore.ts":"74","/Users/TylorSteinberger/code/tylors/fx/src/Semaphore/index.ts":"75","/Users/TylorSteinberger/code/tylors/fx/src/Sink/Sink.ts":"76","/Users/TylorSteinberger/code/tylors/fx/src/Sink/index.ts":"77","/Users/TylorSteinberger/code/tylors/fx/src/Stream/Stream.ts":"78","/Users/TylorSteinberger/code/tylors/fx/src/Stream/drain.ts":"79","/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromFx.test.ts":"80","/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromFx.ts":"81","/Users/TylorSteinberger/code/tylors/fx/src/Stream/index.ts":"82","/Users/TylorSteinberger/code/tylors/fx/src/Timeline/index.ts":"83","/Users/TylorSteinberger/code/tylors/fx/src/Timer/SetTimeoutTimer.ts":"84","/Users/TylorSteinberger/code/tylors/fx/src/Timer/TestTimer.ts":"85","/Users/TylorSteinberger/code/tylors/fx/src/Timer/Timer.ts":"86","/Users/TylorSteinberger/code/tylors/fx/src/Timer/index.ts":"87","/Users/TylorSteinberger/code/tylors/fx/src/Trace/Trace.ts":"88","/Users/TylorSteinberger/code/tylors/fx/src/Trace/index.ts":"89","/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/FiberRuntime.ts":"90","/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/index.ts":"91","/Users/TylorSteinberger/code/tylors/fx/src/Logger/Logger.ts":"92","/Users/TylorSteinberger/code/tylors/fx/src/Logger/index.ts":"93","/Users/TylorSteinberger/code/tylors/fx/src/Platform/TestPlatform.ts":"94","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/callbackScheduler.ts":"95","/Users/TylorSteinberger/code/tylors/fx/src/Service/Id.ts":"96","/Users/TylorSteinberger/code/tylors/fx/src/Service/Service.ts":"97","/Users/TylorSteinberger/code/tylors/fx/src/Service/tagged.ts":"98","/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/Supervisor.ts":"99","/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/index.ts":"100","/Users/TylorSteinberger/code/tylors/fx/src/index.ts":"101","/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/operations.ts":"102","/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/Frame.ts":"103","/Users/TylorSteinberger/code/tylors/fx/src/Fx/Instruction.ts":"104","/Users/TylorSteinberger/code/tylors/fx/src/Fx/join.ts":"105","/Users/TylorSteinberger/code/tylors/fx/src/ImmutableMap/ImmutableMap.ts":"106","/Users/TylorSteinberger/code/tylors/fx/src/ImmutableMap/index.ts":"107","/Users/TylorSteinberger/code/tylors/fx/src/test.ts":"108","/Users/TylorSteinberger/code/tylors/fx/src/Fx/logging.ts":"109","/Users/TylorSteinberger/code/tylors/fx/src/Logger/Console.test.ts":"110","/Users/TylorSteinberger/code/tylors/fx/src/Logger/Console.ts":"111","/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogAnnotation.ts":"112","/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogLevel.ts":"113","/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogSpan.ts":"114","/Users/TylorSteinberger/code/tylors/fx/src/Tracing/plugin.ts":"115","/Users/TylorSteinberger/code/tylors/fx/src/Fx/run.ts":"116","/Users/TylorSteinberger/code/tylors/fx/src/Fx/scheduler.ts":"117","/Users/TylorSteinberger/code/tylors/fx/src/Runtime/Runtime.ts":"118","/Users/TylorSteinberger/code/tylors/fx/src/Runtime/index.ts":"119","/Users/TylorSteinberger/code/tylors/fx/src/Atomic/Atomic.test.ts":"120","/Users/TylorSteinberger/code/tylors/fx/src/Effect/Effect.ts":"121","/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/builtins.ts":"122","/Users/TylorSteinberger/code/tylors/fx/src/Fx/fromLayer.ts":"123","/Users/TylorSteinberger/code/tylors/fx/src/Node/Runtime.ts":"124","/Users/TylorSteinberger/code/tylors/fx/src/Node/gracefulShutdown.ts":"125","/Users/TylorSteinberger/code/tylors/fx/src/Node/index.ts":"126","/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/maxFailures.ts":"127","/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/trackIn.ts":"128","/Users/TylorSteinberger/code/tylors/fx/src/_internal/suite.ts":"129","/Users/TylorSteinberger/code/tylors/fx/src/Fiber/fromExit.ts":"130","/Users/TylorSteinberger/code/tylors/fx/src/Fiber/hkt.ts":"131","/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/runSchedule.ts":"132","/Users/TylorSteinberger/code/tylors/fx/src/Service/fn.ts":"133","/Users/TylorSteinberger/code/tylors/fx/src/Stream/_internal.test.ts":"134","/Users/TylorSteinberger/code/tylors/fx/src/Stream/bimap.ts":"135","/Users/TylorSteinberger/code/tylors/fx/src/Stream/continueWith.test.ts":"136","/Users/TylorSteinberger/code/tylors/fx/src/Stream/continueWith.ts":"137","/Users/TylorSteinberger/code/tylors/fx/src/Stream/empty.ts":"138","/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMap.test.ts":"139","/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMap.ts":"140","/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMapFx.ts":"141","/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromCallback.test.ts":"142","/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromCallback.ts":"143","/Users/TylorSteinberger/code/tylors/fx/src/Stream/hkt.ts":"144","/Users/TylorSteinberger/code/tylors/fx/src/Stream/logging.test.ts":"145","/Users/TylorSteinberger/code/tylors/fx/src/Stream/map.ts":"146","/Users/TylorSteinberger/code/tylors/fx/src/Stream/periodic.ts":"147","/Users/TylorSteinberger/code/tylors/fx/src/Stream/run.ts":"148","/Users/TylorSteinberger/code/tylors/fx/src/Stream/scheduled.test.ts":"149","/Users/TylorSteinberger/code/tylors/fx/src/Stream/scheduled.ts":"150","/Users/TylorSteinberger/code/tylors/fx/src/Stream/tap.ts":"151"},{"size":3040,"mtime":1663380528680,"results":"152","hashOfConfig":"153"},{"size":985,"mtime":1659927160430,"results":"154","hashOfConfig":"153"},{"size":63,"mtime":1659325010230,"results":"155","hashOfConfig":"153"},{"size":2339,"mtime":1662770721170,"results":"156","hashOfConfig":"153"},{"size":89,"mtime":1658980296886,"results":"157","hashOfConfig":"153"},{"size":896,"mtime":1658980296926,"results":"158","hashOfConfig":"153"},{"size":4275,"mtime":1660455773998,"results":"159","hashOfConfig":"153"},{"size":2592,"mtime":1659325297960,"results":"160","hashOfConfig":"153"},{"size":95,"mtime":1658980296928,"results":"161","hashOfConfig":"153"},{"size":105,"mtime":1663047349730,"results":"162","hashOfConfig":"153"},{"size":2410,"mtime":1662770721193,"results":"163","hashOfConfig":"153"},{"size":1611,"mtime":1662770721194,"results":"164","hashOfConfig":"153"},{"size":853,"mtime":1659469295256,"results":"165","hashOfConfig":"153"},{"size":1599,"mtime":1659469249199,"results":"166","hashOfConfig":"153"},{"size":68,"mtime":1658980296931,"results":"167","hashOfConfig":"153"},{"size":1190,"mtime":1659469198043,"results":"168","hashOfConfig":"153"},{"size":882,"mtime":1658980296932,"results":"169","hashOfConfig":"153"},{"size":3940,"mtime":1659325639662,"results":"170","hashOfConfig":"153"},{"size":272,"mtime":1660527271085,"results":"171","hashOfConfig":"153"},{"size":3400,"mtime":1661637246156,"results":"172","hashOfConfig":"153"},{"size":30,"mtime":1658980296887,"results":"173","hashOfConfig":"153"},{"size":2545,"mtime":1660612922970,"results":"174","hashOfConfig":"153"},{"size":1996,"mtime":1661638601441,"results":"175","hashOfConfig":"153"},{"size":635,"mtime":1660527192685,"results":"176","hashOfConfig":"153"},{"size":194,"mtime":1662770721182,"results":"177","hashOfConfig":"153"},{"size":12299,"mtime":1662770721168,"results":"178","hashOfConfig":"153"},{"size":1613,"mtime":1661357165577,"results":"179","hashOfConfig":"153"},{"size":7800,"mtime":1662396653699,"results":"180","hashOfConfig":"153"},{"size":27,"mtime":1661357165580,"results":"181","hashOfConfig":"153"},{"size":320,"mtime":1659312463453,"results":"182","hashOfConfig":"153"},{"size":1321,"mtime":1661357165580,"results":"183","hashOfConfig":"153"},{"size":32,"mtime":1659315413200,"results":"184","hashOfConfig":"153"},{"size":415,"mtime":1663381484414,"results":"185","hashOfConfig":"153"},{"size":25,"mtime":1662770721171,"results":"186","hashOfConfig":"153"},{"size":1950,"mtime":1660840550518,"results":"187","hashOfConfig":"153"},{"size":1310,"mtime":1663470915892,"results":"188","hashOfConfig":"153"},{"size":51,"mtime":1659312609951,"results":"189","hashOfConfig":"153"},{"size":2652,"mtime":1663363555972,"results":"190","hashOfConfig":"153"},{"size":52,"mtime":1663474339835,"results":"191","hashOfConfig":"153"},{"size":2233,"mtime":1662770721174,"results":"192","hashOfConfig":"153"},{"size":34,"mtime":1662770721174,"results":"193","hashOfConfig":"153"},{"size":3531,"mtime":1662396646917,"results":"194","hashOfConfig":"153"},{"size":29,"mtime":1662396650428,"results":"195","hashOfConfig":"153"},{"size":1181,"mtime":1663469161690,"results":"196","hashOfConfig":"153"},{"size":62,"mtime":1662770721175,"results":"197","hashOfConfig":"153"},{"size":4220,"mtime":1663364522490,"results":"198","hashOfConfig":"153"},{"size":31,"mtime":1662770721176,"results":"199","hashOfConfig":"153"},{"size":803,"mtime":1662770721179,"results":"200","hashOfConfig":"153"},{"size":1405,"mtime":1662770721179,"results":"201","hashOfConfig":"153"},{"size":31,"mtime":1662770721180,"results":"202","hashOfConfig":"153"},{"size":1846,"mtime":1662770721180,"results":"203","hashOfConfig":"153"},{"size":1445,"mtime":1662770721180,"results":"204","hashOfConfig":"153"},{"size":378,"mtime":1662770721180,"results":"205","hashOfConfig":"153"},{"size":84,"mtime":1662770721180,"results":"206","hashOfConfig":"153"},{"size":223,"mtime":1662770721181,"results":"207","hashOfConfig":"153"},{"size":3478,"mtime":1663380597925,"results":"208","hashOfConfig":"153"},{"size":20029,"mtime":1663472223997,"results":"209","hashOfConfig":"153"},{"size":1916,"mtime":1663469544637,"results":"210","hashOfConfig":"153"},{"size":1425,"mtime":1662770721183,"results":"211","hashOfConfig":"153"},{"size":27,"mtime":1662770721183,"results":"212","hashOfConfig":"153"},{"size":1575,"mtime":1661890981260,"results":"213","hashOfConfig":"153"},{"size":64,"mtime":1660195624397,"results":"214","hashOfConfig":"153"},{"size":2884,"mtime":1663478217302,"results":"215","hashOfConfig":"153"},{"size":963,"mtime":1663478206850,"results":"216","hashOfConfig":"153"},{"size":66,"mtime":1663471954937,"results":"217","hashOfConfig":"153"},{"size":2665,"mtime":1662770721189,"results":"218","hashOfConfig":"153"},{"size":1021,"mtime":1662770721189,"results":"219","hashOfConfig":"153"},{"size":520,"mtime":1662770721189,"results":"220","hashOfConfig":"153"},{"size":2784,"mtime":1663365658287,"results":"221","hashOfConfig":"153"},{"size":2913,"mtime":1662770721189,"results":"222","hashOfConfig":"153"},{"size":440,"mtime":1662770721189,"results":"223","hashOfConfig":"153"},{"size":816,"mtime":1662770721190,"results":"224","hashOfConfig":"153"},{"size":187,"mtime":1662770721190,"results":"225","hashOfConfig":"153"},{"size":2736,"mtime":1663469794120,"results":"226","hashOfConfig":"153"},{"size":31,"mtime":1662770721190,"results":"227","hashOfConfig":"153"},{"size":1961,"mtime":1663475626988,"results":"228","hashOfConfig":"153"},{"size":0,"mtime":1662770721191,"results":"229","hashOfConfig":"153"},{"size":1358,"mtime":1663479622971,"results":"230","hashOfConfig":"153"},{"size":1914,"mtime":1663478695641,"results":"231","hashOfConfig":"153"},{"size":1035,"mtime":1663364658741,"results":"232","hashOfConfig":"153"},{"size":1406,"mtime":1663479348965,"results":"233","hashOfConfig":"153"},{"size":401,"mtime":1663478286149,"results":"234","hashOfConfig":"153"},{"size":3444,"mtime":1661367290073,"results":"235","hashOfConfig":"153"},{"size":523,"mtime":1662770721197,"results":"236","hashOfConfig":"153"},{"size":1206,"mtime":1661367297467,"results":"237","hashOfConfig":"153"},{"size":569,"mtime":1662770721198,"results":"238","hashOfConfig":"153"},{"size":95,"mtime":1659315443619,"results":"239","hashOfConfig":"153"},{"size":4696,"mtime":1663046528685,"results":"240","hashOfConfig":"153"},{"size":27,"mtime":1658980296923,"results":"241","hashOfConfig":"153"},{"size":23454,"mtime":1663468954741,"results":"242","hashOfConfig":"153"},{"size":34,"mtime":1662770721178,"results":"243","hashOfConfig":"153"},{"size":2459,"mtime":1662770721185,"results":"244","hashOfConfig":"153"},{"size":28,"mtime":1662770721186,"results":"245","hashOfConfig":"153"},{"size":334,"mtime":1660195613096,"results":"246","hashOfConfig":"153"},{"size":1415,"mtime":1661367380661,"results":"247","hashOfConfig":"153"},{"size":2987,"mtime":1663048079843,"results":"248","hashOfConfig":"153"},{"size":694,"mtime":1662770721191,"results":"249","hashOfConfig":"153"},{"size":302,"mtime":1663046928501,"results":"250","hashOfConfig":"153"},{"size":2270,"mtime":1662770721195,"results":"251","hashOfConfig":"153"},{"size":61,"mtime":1662770721195,"results":"252","hashOfConfig":"153"},{"size":1652,"mtime":1663471929521,"results":"253","hashOfConfig":"153"},{"size":535,"mtime":1662770721175,"results":"254","hashOfConfig":"153"},{"size":552,"mtime":1662770721178,"results":"255","hashOfConfig":"153"},{"size":12522,"mtime":1663381574571,"results":"256","hashOfConfig":"153"},{"size":906,"mtime":1663469950564,"results":"257","hashOfConfig":"153"},{"size":1666,"mtime":1662743560438,"results":"258","hashOfConfig":"153"},{"size":34,"mtime":1661357165594,"results":"259","hashOfConfig":"153"},{"size":0,"mtime":1660618717522,"results":"260","hashOfConfig":"153"},{"size":2253,"mtime":1662770721182,"results":"261","hashOfConfig":"153"},{"size":448,"mtime":1663046624921,"results":"262","hashOfConfig":"153"},{"size":2655,"mtime":1663479563787,"results":"263","hashOfConfig":"153"},{"size":191,"mtime":1662770721185,"results":"264","hashOfConfig":"153"},{"size":92,"mtime":1662770721185,"results":"265","hashOfConfig":"153"},{"size":209,"mtime":1662770721185,"results":"266","hashOfConfig":"153"},{"size":7445,"mtime":1661820277737,"results":"267","hashOfConfig":"153"},{"size":1089,"mtime":1663363592922,"results":"268","hashOfConfig":"153"},{"size":2281,"mtime":1663478325400,"results":"269","hashOfConfig":"153"},{"size":1346,"mtime":1663367856727,"results":"270","hashOfConfig":"153"},{"size":29,"mtime":1662770721188,"results":"271","hashOfConfig":"153"},{"size":801,"mtime":1661784325943,"results":"272","hashOfConfig":"153"},{"size":2927,"mtime":1663384712309,"results":"273","hashOfConfig":"153"},{"size":3436,"mtime":1663469138232,"results":"274","hashOfConfig":"153"},{"size":248,"mtime":1662770721182,"results":"275","hashOfConfig":"153"},{"size":823,"mtime":1663363599077,"results":"276","hashOfConfig":"153"},{"size":1707,"mtime":1663363524744,"results":"277","hashOfConfig":"153"},{"size":67,"mtime":1662770721186,"results":"278","hashOfConfig":"153"},{"size":2591,"mtime":1663363483794,"results":"279","hashOfConfig":"153"},{"size":883,"mtime":1663363536545,"results":"280","hashOfConfig":"153"},{"size":765,"mtime":1662770721201,"results":"281","hashOfConfig":"153"},{"size":385,"mtime":1663470590443,"results":"282","hashOfConfig":"153"},{"size":4141,"mtime":1663471721345,"results":"283","hashOfConfig":"153"},{"size":961,"mtime":1663477072973,"results":"284","hashOfConfig":"153"},{"size":1116,"mtime":1663047836640,"results":"285","hashOfConfig":"153"},{"size":442,"mtime":1663473576271,"results":"286","hashOfConfig":"153"},{"size":1750,"mtime":1663478117632,"results":"287","hashOfConfig":"153"},{"size":573,"mtime":1663473603578,"results":"288","hashOfConfig":"153"},{"size":1788,"mtime":1663475547018,"results":"289","hashOfConfig":"153"},{"size":270,"mtime":1663477809148,"results":"290","hashOfConfig":"153"},{"size":1183,"mtime":1663367231647,"results":"291","hashOfConfig":"153"},{"size":2673,"mtime":1663477840262,"results":"292","hashOfConfig":"153"},{"size":420,"mtime":1663479171851,"results":"293","hashOfConfig":"153"},{"size":985,"mtime":1663368876173,"results":"294","hashOfConfig":"153"},{"size":2099,"mtime":1663475585186,"results":"295","hashOfConfig":"153"},{"size":897,"mtime":1663477448387,"results":"296","hashOfConfig":"153"},{"size":636,"mtime":1663479436478,"results":"297","hashOfConfig":"153"},{"size":1032,"mtime":1663477897697,"results":"298","hashOfConfig":"153"},{"size":322,"mtime":1663476877565,"results":"299","hashOfConfig":"153"},{"size":498,"mtime":1663478808512,"results":"300","hashOfConfig":"153"},{"size":964,"mtime":1663477323616,"results":"301","hashOfConfig":"153"},{"size":577,"mtime":1663478223838,"results":"302","hashOfConfig":"153"},{"size":456,"mtime":1663479182686,"results":"303","hashOfConfig":"153"},{"filePath":"304","messages":"305","suppressedMessages":"306","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"f2rawx",{"filePath":"307","messages":"308","suppressedMessages":"309","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"310","messages":"311","suppressedMessages":"312","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"313","messages":"314","suppressedMessages":"315","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"316","messages":"317","suppressedMessages":"318","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"319","messages":"320","suppressedMessages":"321","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"322","messages":"323","suppressedMessages":"324","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"325","messages":"326","suppressedMessages":"327","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"328","messages":"329","suppressedMessages":"330","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"331","messages":"332","suppressedMessages":"333","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"334","messages":"335","suppressedMessages":"336","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"337","messages":"338","suppressedMessages":"339","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"340","messages":"341","suppressedMessages":"342","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"343","messages":"344","suppressedMessages":"345","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"346","messages":"347","suppressedMessages":"348","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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},"/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",[],["757","758"],"/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",[],["759","760"],"/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",[],["761","762"],"/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",[],["763","764","765","766","767","768"],"/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",[],["769"],"/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",[],["770","771"],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/Fx.ts",[],["772","773","774","775","776","777","778","779","780","781","782","783","784","785","786"],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/scoped.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Layer/Layer.ts",[],["787","788","789","790","791","792"],"/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",[],["793","794"],"/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",[],["795"],"/Users/TylorSteinberger/code/tylors/fx/src/Semaphore/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Sink/Sink.ts",[],["796"],"/Users/TylorSteinberger/code/tylors/fx/src/Sink/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/Stream.ts",[],[],"/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",[],["797","798"],"/Users/TylorSteinberger/code/tylors/fx/src/Trace/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/FiberRuntime.ts",[],["799","800","801"],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/Logger.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Platform/TestPlatform.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/callbackScheduler.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Service/Id.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Service/Service.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Service/tagged.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/Supervisor.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/operations.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRuntime/Frame.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/Instruction.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/join.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/ImmutableMap/ImmutableMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/ImmutableMap/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/logging.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/Console.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/Console.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogAnnotation.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogLevel.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Logger/LogSpan.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Tracing/plugin.ts",[],["802","803","804","805","806","807","808","809","810","811","812","813","814","815","816","817","818","819","820"],"/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/Effect/Effect.ts",[],["821","822","823","824","825","826"],"/Users/TylorSteinberger/code/tylors/fx/src/FiberRef/builtins.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fx/fromLayer.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Node/Runtime.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Node/gracefulShutdown.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Node/index.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/maxFailures.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Supervisor/trackIn.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/_internal/suite.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fiber/fromExit.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Fiber/hkt.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Scheduler/runSchedule.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Service/fn.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/_internal.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/bimap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/continueWith.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/continueWith.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/empty.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMap.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMap.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/flatMapFx.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromCallback.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/fromCallback.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/hkt.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/logging.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/map.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/periodic.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/run.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/scheduled.test.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/scheduled.ts",[],[],"/Users/TylorSteinberger/code/tylors/fx/src/Stream/tap.ts",[],[],{"ruleId":"827","severity":2,"message":"828","line":10,"column":18,"nodeType":"829","messageId":"830","endLine":10,"endColumn":26,"suppressions":"831"},{"ruleId":"827","severity":2,"message":"828","line":42,"column":18,"nodeType":"829","messageId":"830","endLine":42,"endColumn":26,"suppressions":"832"},{"ruleId":"833","severity":1,"message":"834","line":18,"column":18,"nodeType":"829","messageId":"835","endLine":18,"endColumn":19,"suppressions":"836"},{"ruleId":"833","severity":1,"message":"837","line":34,"column":63,"nodeType":"829","messageId":"835","endLine":34,"endColumn":64,"suppressions":"838"},{"ruleId":"833","severity":1,"message":"839","line":16,"column":61,"nodeType":"829","messageId":"835","endLine":16,"endColumn":63,"suppressions":"840"},{"ruleId":"833","severity":1,"message":"841","line":18,"column":52,"nodeType":"829","messageId":"835","endLine":18,"endColumn":54,"suppressions":"842"},{"ruleId":"833","severity":1,"message":"841","line":19,"column":65,"nodeType":"829","messageId":"835","endLine":19,"endColumn":67,"suppressions":"843"},{"ruleId":"833","severity":1,"message":"839","line":19,"column":75,"nodeType":"829","messageId":"835","endLine":19,"endColumn":77,"suppressions":"844"},{"ruleId":"833","severity":1,"message":"845","line":20,"column":52,"nodeType":"829","messageId":"835","endLine":20,"endColumn":54,"suppressions":"846"},{"ruleId":"833","severity":1,"message":"839","line":20,"column":72,"nodeType":"829","messageId":"835","endLine":20,"endColumn":74,"suppressions":"847"},{"ruleId":"833","severity":1,"message":"845","line":21,"column":52,"nodeType":"829","messageId":"835","endLine":21,"endColumn":54,"suppressions":"848"},{"ruleId":"833","severity":1,"message":"841","line":21,"column":62,"nodeType":"829","messageId":"835","endLine":21,"endColumn":64,"suppressions":"849"},{"ruleId":"850","severity":1,"message":"851","line":27,"column":32,"nodeType":"852","messageId":"853","endLine":27,"endColumn":46,"suppressions":"854"},{"ruleId":"855","severity":2,"message":"856","line":30,"column":17,"nodeType":"857","messageId":"858","endLine":38,"endColumn":12,"suppressions":"859"},{"ruleId":"855","severity":2,"message":"856","line":51,"column":21,"nodeType":"857","messageId":"858","endLine":53,"endColumn":16,"suppressions":"860"},{"ruleId":"833","severity":1,"message":"841","line":72,"column":40,"nodeType":"829","messageId":"835","endLine":72,"endColumn":42,"suppressions":"861"},{"ruleId":"833","severity":1,"message":"839","line":72,"column":50,"nodeType":"829","messageId":"835","endLine":72,"endColumn":52,"suppressions":"862"},{"ruleId":"833","severity":1,"message":"841","line":74,"column":37,"nodeType":"829","messageId":"835","endLine":74,"endColumn":39,"suppressions":"863"},{"ruleId":"833","severity":1,"message":"839","line":74,"column":47,"nodeType":"829","messageId":"835","endLine":74,"endColumn":49,"suppressions":"864"},{"ruleId":"833","severity":1,"message":"845","line":80,"column":30,"nodeType":"829","messageId":"835","endLine":80,"endColumn":32,"suppressions":"865"},{"ruleId":"833","severity":1,"message":"839","line":80,"column":50,"nodeType":"829","messageId":"835","endLine":80,"endColumn":52,"suppressions":"866"},{"ruleId":"833","severity":1,"message":"845","line":82,"column":27,"nodeType":"829","messageId":"835","endLine":82,"endColumn":29,"suppressions":"867"},{"ruleId":"833","severity":1,"message":"839","line":82,"column":47,"nodeType":"829","messageId":"835","endLine":82,"endColumn":49,"suppressions":"868"},{"ruleId":"833","severity":1,"message":"845","line":86,"column":49,"nodeType":"829","messageId":"835","endLine":86,"endColumn":51,"suppressions":"869"},{"ruleId":"833","severity":1,"message":"841","line":86,"column":59,"nodeType":"829","messageId":"835","endLine":86,"endColumn":61,"suppressions":"870"},{"ruleId":"833","severity":1,"message":"845","line":416,"column":58,"nodeType":"829","messageId":"835","endLine":416,"endColumn":60,"suppressions":"871"},{"ruleId":"833","severity":1,"message":"872","line":416,"column":68,"nodeType":"829","messageId":"835","endLine":416,"endColumn":70,"suppressions":"873"},{"ruleId":"833","severity":1,"message":"874","line":418,"column":49,"nodeType":"829","messageId":"835","endLine":418,"endColumn":51,"suppressions":"875"},{"ruleId":"833","severity":1,"message":"872","line":418,"column":69,"nodeType":"829","messageId":"835","endLine":418,"endColumn":71,"suppressions":"876"},{"ruleId":"833","severity":1,"message":"837","line":478,"column":36,"nodeType":"829","messageId":"835","endLine":478,"endColumn":54,"suppressions":"877"},{"ruleId":"833","severity":1,"message":"841","line":19,"column":62,"nodeType":"829","messageId":"835","endLine":19,"endColumn":64,"suppressions":"878"},{"ruleId":"833","severity":1,"message":"839","line":19,"column":72,"nodeType":"829","messageId":"835","endLine":19,"endColumn":74,"suppressions":"879"},{"ruleId":"833","severity":1,"message":"845","line":20,"column":49,"nodeType":"829","messageId":"835","endLine":20,"endColumn":51,"suppressions":"880"},{"ruleId":"833","severity":1,"message":"839","line":20,"column":69,"nodeType":"829","messageId":"835","endLine":20,"endColumn":71,"suppressions":"881"},{"ruleId":"833","severity":1,"message":"845","line":21,"column":49,"nodeType":"829","messageId":"835","endLine":21,"endColumn":51,"suppressions":"882"},{"ruleId":"833","severity":1,"message":"841","line":21,"column":59,"nodeType":"829","messageId":"835","endLine":21,"endColumn":61,"suppressions":"883"},{"ruleId":"850","severity":1,"message":"851","line":47,"column":23,"nodeType":"852","messageId":"853","endLine":47,"endColumn":48,"suppressions":"884"},{"ruleId":"850","severity":1,"message":"851","line":58,"column":30,"nodeType":"852","messageId":"853","endLine":58,"endColumn":55,"suggestions":"885","suppressions":"886"},{"ruleId":"887","severity":2,"message":"888","line":38,"column":11,"nodeType":"829","messageId":"889","endLine":38,"endColumn":15,"suppressions":"890"},{"ruleId":"850","severity":1,"message":"851","line":62,"column":17,"nodeType":"852","messageId":"853","endLine":62,"endColumn":26,"suggestions":"891","suppressions":"892"},{"ruleId":"827","severity":2,"message":"828","line":26,"column":20,"nodeType":"829","messageId":"830","endLine":26,"endColumn":28,"suppressions":"893"},{"ruleId":"827","severity":2,"message":"828","line":166,"column":18,"nodeType":"829","messageId":"830","endLine":166,"endColumn":26,"suppressions":"894"},{"ruleId":"833","severity":1,"message":"837","line":215,"column":27,"nodeType":"829","messageId":"835","endLine":215,"endColumn":81,"suppressions":"895"},{"ruleId":"833","severity":1,"message":"837","line":362,"column":5,"nodeType":"829","messageId":"835","endLine":362,"endColumn":71,"suppressions":"896"},{"ruleId":"833","severity":1,"message":"837","line":368,"column":29,"nodeType":"829","messageId":"835","endLine":368,"endColumn":85,"suppressions":"897"},{"ruleId":"898","severity":1,"message":"899","line":30,"column":28,"nodeType":"900","endLine":30,"endColumn":38,"suppressions":"901"},{"ruleId":"898","severity":1,"message":"899","line":31,"column":11,"nodeType":"900","endLine":31,"endColumn":21,"suppressions":"902"},{"ruleId":"898","severity":1,"message":"899","line":34,"column":11,"nodeType":"900","endLine":34,"endColumn":21,"suppressions":"903"},{"ruleId":"898","severity":1,"message":"904","line":34,"column":34,"nodeType":"900","endLine":34,"endColumn":47,"suppressions":"905"},{"ruleId":"898","severity":1,"message":"899","line":35,"column":11,"nodeType":"900","endLine":35,"endColumn":21,"suppressions":"906"},{"ruleId":"898","severity":1,"message":"907","line":44,"column":13,"nodeType":"900","endLine":44,"endColumn":32,"suppressions":"908"},{"ruleId":"898","severity":1,"message":"909","line":46,"column":38,"nodeType":"900","endLine":46,"endColumn":51,"suppressions":"910"},{"ruleId":"898","severity":1,"message":"899","line":71,"column":18,"nodeType":"900","endLine":71,"endColumn":28,"suppressions":"911"},{"ruleId":"898","severity":1,"message":"912","line":73,"column":13,"nodeType":"900","endLine":73,"endColumn":25,"suppressions":"913"},{"ruleId":"898","severity":1,"message":"914","line":87,"column":13,"nodeType":"900","endLine":87,"endColumn":31,"suppressions":"915"},{"ruleId":"898","severity":1,"message":"909","line":89,"column":38,"nodeType":"900","endLine":89,"endColumn":51,"suppressions":"916"},{"ruleId":"898","severity":1,"message":"899","line":115,"column":18,"nodeType":"900","endLine":115,"endColumn":28,"suppressions":"917"},{"ruleId":"898","severity":1,"message":"912","line":117,"column":13,"nodeType":"900","endLine":117,"endColumn":25,"suppressions":"918"},{"ruleId":"850","severity":1,"message":"851","line":125,"column":47,"nodeType":"852","messageId":"853","endLine":125,"endColumn":61,"suggestions":"919","suppressions":"920"},{"ruleId":"898","severity":1,"message":"921","line":132,"column":13,"nodeType":"900","endLine":132,"endColumn":37,"suppressions":"922"},{"ruleId":"898","severity":1,"message":"899","line":133,"column":18,"nodeType":"900","endLine":133,"endColumn":28,"suppressions":"923"},{"ruleId":"898","severity":1,"message":"924","line":138,"column":13,"nodeType":"900","endLine":138,"endColumn":30,"suppressions":"925"},{"ruleId":"898","severity":1,"message":"924","line":143,"column":16,"nodeType":"900","endLine":143,"endColumn":33,"suppressions":"926"},{"ruleId":"898","severity":1,"message":"924","line":146,"column":14,"nodeType":"900","endLine":146,"endColumn":31,"suppressions":"927"},{"ruleId":"833","severity":1,"message":"841","line":38,"column":64,"nodeType":"829","messageId":"835","endLine":38,"endColumn":66,"suppressions":"928"},{"ruleId":"833","severity":1,"message":"839","line":38,"column":74,"nodeType":"829","messageId":"835","endLine":38,"endColumn":76,"suppressions":"929"},{"ruleId":"833","severity":1,"message":"845","line":39,"column":55,"nodeType":"829","messageId":"835","endLine":39,"endColumn":57,"suppressions":"930"},{"ruleId":"833","severity":1,"message":"839","line":39,"column":75,"nodeType":"829","messageId":"835","endLine":39,"endColumn":77,"suppressions":"931"},{"ruleId":"833","severity":1,"message":"845","line":40,"column":55,"nodeType":"829","messageId":"835","endLine":40,"endColumn":57,"suppressions":"932"},{"ruleId":"833","severity":1,"message":"841","line":40,"column":65,"nodeType":"829","messageId":"835","endLine":40,"endColumn":67,"suppressions":"933"},"@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",["934"],["935"],"@typescript-eslint/no-unused-vars","'T' is defined but never used.","unusedVar",["936"],"'_' is defined but never used.",["937"],"'_A' is defined but never used.",["938"],"'_E' is defined but never used.",["939"],["940"],["941"],"'_R' is defined but never used.",["942"],["943"],["944"],["945"],"@typescript-eslint/no-non-null-assertion","Forbidden non-null assertion.","TSNonNullExpression","noNonNull",["946"],"require-yield","This generator function does not have 'yield'.","FunctionExpression","missingYield",["947"],["948"],["949"],["950"],["951"],["952"],["953"],["954"],["955"],["956"],["957"],["958"],["959"],"'_N' is defined but never used.",["960"],"'_Y' is defined but never used.",["961"],["962"],["963"],["964"],["965"],["966"],["967"],["968"],["969"],["970"],["971"],["972"],"@typescript-eslint/no-this-alias","Unexpected aliasing of 'this' to local variable.","thisAssignment",["973"],["974"],["975"],["976"],["977"],["978"],["979"],["980"],"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",["981"],["982"],["983"],"Caution: `ts` also has a named export `SyntaxKind`. Check if you meant to write `import {SyntaxKind} from 'typescript'` instead.",["984"],["985"],"Caution: `ts` also has a named export `isCallExpression`. Check if you meant to write `import {isCallExpression} from 'typescript'` instead.",["986"],"Caution: `ts` also has a named export `visitNodes`. Check if you meant to write `import {visitNodes} from 'typescript'` instead.",["987"],["988"],"Caution: `ts` also has a named export `visitNode`. Check if you meant to write `import {visitNode} from 'typescript'` instead.",["989"],"Caution: `ts` also has a named export `isNewExpression`. Check if you meant to write `import {isNewExpression} from 'typescript'` instead.",["990"],["991"],["992"],["993"],["994"],["995"],"Caution: `ts` also has a named export `isVariableDeclaration`. Check if you meant to write `import {isVariableDeclaration} from 'typescript'` instead.",["996"],["997"],"Caution: `ts` also has a named export `visitEachChild`. Check if you meant to write `import {visitEachChild} from 'typescript'` instead.",["998"],["999"],["1000"],["1001"],["1002"],["1003"],["1004"],["1005"],["1006"],{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"messageId":"1009","fix":"1010","desc":"1011"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"messageId":"1009","fix":"1012","desc":"1011"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"messageId":"1009","fix":"1013","desc":"1011"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},{"kind":"1007","justification":"1008"},"directive","","suggestOptionalChain",{"range":"1014","text":"1015"},"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":"1016","text":"1015"},{"range":"1017","text":"1018"},[1685,1686],"?.",[1624,1625],[5961,5962],"?"]
@@ -54,6 +54,36 @@ const makeTracingTransformer = (program, config) => {
54
54
  ]
55
55
  : node.arguments);
56
56
  }
57
+ if (typescript_1.default.isNewExpression(node)) {
58
+ // Continue processing any arguments that might be CallExpressions
59
+ const processedArguments = typescript_1.default.visitNodes(node.arguments, visitor);
60
+ // Resolve signature to get the declaration parameters.
61
+ const signature = checker.getResolvedSignature(node) ?? getSignatureIfSole(checker, node.expression);
62
+ const signatureDeclaration = signature?.getDeclaration();
63
+ const declarationParameters = Array.from(signatureDeclaration?.parameters || []);
64
+ // Grab the last argument and last declaration parameter.
65
+ const lastParameter = processedArguments
66
+ ? processedArguments[processedArguments.length - 1]
67
+ : null;
68
+ const lastDeclarationParameter = declarationParameters[declarationParameters.length - 1];
69
+ // Check if this function should append a trace, and how.
70
+ const isTraceLastParameter = lastDeclarationParameter?.name.getText() === '__trace';
71
+ const haveNotProvidedTrace = processedArguments?.length === declarationParameters.length - 1;
72
+ const traceIsMissingLocation = processedArguments?.length === declarationParameters.length && lastParameter
73
+ ? lastParameter.getText(sourceFile) !== '__trace' &&
74
+ !isInstrumentedTrace(lastParameter.getText(sourceFile))
75
+ : false;
76
+ const shouldAppendTrace = isTraceLastParameter && (haveNotProvidedTrace || traceIsMissingLocation);
77
+ return typescript_1.default.factory.updateNewExpression(node, typescript_1.default.visitNode(node.expression, visitor), node.typeArguments, shouldAppendTrace
78
+ ? haveNotProvidedTrace
79
+ ? [...(node.arguments ?? []), getTrace(node.expression)] // Append new Trace
80
+ : [
81
+ // Ammend existing custom Trace with line numbers
82
+ ...(node.arguments ?? []).slice(0, -1),
83
+ getTrace(node.expression, lastParameter.getText(sourceFile)),
84
+ ]
85
+ : node.arguments);
86
+ }
57
87
  // Ensure we traverse through variable declarations
58
88
  if (typescript_1.default.isVariableDeclaration(node)) {
59
89
  return typescript_1.default.factory.updateVariableDeclaration(node, node.name, node.exclamationToken, node.type, typescript_1.default.visitEachChild(node.initializer, visitor, ctx));
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/Tracing/plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AACzC,OAAO,EAAE,MAAM,YAAY,CAAA;AAM3B,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,YAAY,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAA;CACjE;AAED,eAAO,MAAM,sBAAsB,YAAa,GAAG,OAAO,UAAU,oBAAoB,WAIzE,GAAG,qBAAqB,kBACf,GAAG,UAAU,KAAG,GAAG,UAmF1C,CAAA;;AAED,wBAAuD"}
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/Tracing/plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AACzC,OAAO,EAAE,MAAM,YAAY,CAAA;AAM3B,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,YAAY,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAA;CACjE;AAED,eAAO,MAAM,sBAAsB,YAAa,GAAG,OAAO,UAAU,oBAAoB,WAIzE,GAAG,qBAAqB,kBACf,GAAG,UAAU,KAAG,GAAG,UA+H1C,CAAA;;AAED,wBAAuD"}