effect 4.0.0-beta.70 → 4.0.0-beta.71

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 (1424) hide show
  1. package/dist/Array.d.ts +1428 -138
  2. package/dist/Array.d.ts.map +1 -1
  3. package/dist/Array.js +595 -126
  4. package/dist/Array.js.map +1 -1
  5. package/dist/BigDecimal.d.ts +594 -8
  6. package/dist/BigDecimal.d.ts.map +1 -1
  7. package/dist/BigDecimal.js +307 -8
  8. package/dist/BigDecimal.js.map +1 -1
  9. package/dist/BigInt.d.ts +457 -3
  10. package/dist/BigInt.d.ts.map +1 -1
  11. package/dist/BigInt.js +279 -3
  12. package/dist/BigInt.js.map +1 -1
  13. package/dist/Boolean.d.ts +229 -7
  14. package/dist/Boolean.d.ts.map +1 -1
  15. package/dist/Boolean.js +155 -5
  16. package/dist/Boolean.js.map +1 -1
  17. package/dist/Brand.d.ts +51 -5
  18. package/dist/Brand.d.ts.map +1 -1
  19. package/dist/Brand.js +80 -8
  20. package/dist/Brand.js.map +1 -1
  21. package/dist/Cache.d.ts +64 -3
  22. package/dist/Cache.d.ts.map +1 -1
  23. package/dist/Cache.js +50 -12
  24. package/dist/Cache.js.map +1 -1
  25. package/dist/Cause.d.ts +475 -183
  26. package/dist/Cause.d.ts.map +1 -1
  27. package/dist/Cause.js +336 -114
  28. package/dist/Cause.js.map +1 -1
  29. package/dist/Channel.d.ts +398 -59
  30. package/dist/Channel.d.ts.map +1 -1
  31. package/dist/Channel.js +166 -47
  32. package/dist/Channel.js.map +1 -1
  33. package/dist/ChannelSchema.d.ts +78 -3
  34. package/dist/ChannelSchema.d.ts.map +1 -1
  35. package/dist/ChannelSchema.js +44 -3
  36. package/dist/ChannelSchema.js.map +1 -1
  37. package/dist/Chunk.d.ts +112 -0
  38. package/dist/Chunk.d.ts.map +1 -1
  39. package/dist/Chunk.js +32 -0
  40. package/dist/Chunk.js.map +1 -1
  41. package/dist/Clock.d.ts +57 -0
  42. package/dist/Clock.d.ts.map +1 -1
  43. package/dist/Clock.js +30 -0
  44. package/dist/Clock.js.map +1 -1
  45. package/dist/Combiner.d.ts +15 -11
  46. package/dist/Combiner.d.ts.map +1 -1
  47. package/dist/Combiner.js +8 -8
  48. package/dist/Combiner.js.map +1 -1
  49. package/dist/Config.d.ts +126 -40
  50. package/dist/Config.d.ts.map +1 -1
  51. package/dist/Config.js +102 -29
  52. package/dist/Config.js.map +1 -1
  53. package/dist/ConfigProvider.d.ts +48 -25
  54. package/dist/ConfigProvider.d.ts.map +1 -1
  55. package/dist/ConfigProvider.js +17 -17
  56. package/dist/ConfigProvider.js.map +1 -1
  57. package/dist/Console.d.ts +22 -1
  58. package/dist/Console.d.ts.map +1 -1
  59. package/dist/Console.js +22 -1
  60. package/dist/Console.js.map +1 -1
  61. package/dist/Context.d.ts +491 -36
  62. package/dist/Context.d.ts.map +1 -1
  63. package/dist/Context.js +185 -11
  64. package/dist/Context.js.map +1 -1
  65. package/dist/Cron.d.ts +110 -1
  66. package/dist/Cron.d.ts.map +1 -1
  67. package/dist/Cron.js +86 -1
  68. package/dist/Cron.js.map +1 -1
  69. package/dist/Crypto.d.ts +29 -0
  70. package/dist/Crypto.d.ts.map +1 -1
  71. package/dist/Crypto.js +29 -0
  72. package/dist/Crypto.js.map +1 -1
  73. package/dist/Data.d.ts +77 -26
  74. package/dist/Data.d.ts.map +1 -1
  75. package/dist/Data.js +10 -7
  76. package/dist/Data.js.map +1 -1
  77. package/dist/DateTime.d.ts +149 -6
  78. package/dist/DateTime.d.ts.map +1 -1
  79. package/dist/DateTime.js +81 -2
  80. package/dist/DateTime.js.map +1 -1
  81. package/dist/Deferred.d.ts +340 -74
  82. package/dist/Deferred.d.ts.map +1 -1
  83. package/dist/Deferred.js +128 -9
  84. package/dist/Deferred.js.map +1 -1
  85. package/dist/Differ.d.ts +5 -0
  86. package/dist/Differ.d.ts.map +1 -1
  87. package/dist/Duration.d.ts +164 -11
  88. package/dist/Duration.d.ts.map +1 -1
  89. package/dist/Duration.js +91 -11
  90. package/dist/Duration.js.map +1 -1
  91. package/dist/Effect.d.ts +1822 -537
  92. package/dist/Effect.d.ts.map +1 -1
  93. package/dist/Effect.js +684 -224
  94. package/dist/Effect.js.map +1 -1
  95. package/dist/Effectable.d.ts +14 -0
  96. package/dist/Effectable.d.ts.map +1 -1
  97. package/dist/Effectable.js +14 -0
  98. package/dist/Effectable.js.map +1 -1
  99. package/dist/Encoding.d.ts +89 -0
  100. package/dist/Encoding.d.ts.map +1 -1
  101. package/dist/Encoding.js +131 -1
  102. package/dist/Encoding.js.map +1 -1
  103. package/dist/Equal.d.ts +7 -7
  104. package/dist/Equal.js +5 -5
  105. package/dist/Equivalence.d.ts +41 -24
  106. package/dist/Equivalence.d.ts.map +1 -1
  107. package/dist/Equivalence.js +38 -21
  108. package/dist/Equivalence.js.map +1 -1
  109. package/dist/ErrorReporter.d.ts +123 -5
  110. package/dist/ErrorReporter.d.ts.map +1 -1
  111. package/dist/ErrorReporter.js +85 -5
  112. package/dist/ErrorReporter.js.map +1 -1
  113. package/dist/ExecutionPlan.d.ts +89 -24
  114. package/dist/ExecutionPlan.d.ts.map +1 -1
  115. package/dist/ExecutionPlan.js +21 -0
  116. package/dist/ExecutionPlan.js.map +1 -1
  117. package/dist/Exit.d.ts +128 -82
  118. package/dist/Exit.d.ts.map +1 -1
  119. package/dist/Exit.js +106 -69
  120. package/dist/Exit.js.map +1 -1
  121. package/dist/Fiber.d.ts +317 -68
  122. package/dist/Fiber.d.ts.map +1 -1
  123. package/dist/Fiber.js +150 -1
  124. package/dist/Fiber.js.map +1 -1
  125. package/dist/FileSystem.d.ts +69 -10
  126. package/dist/FileSystem.d.ts.map +1 -1
  127. package/dist/FileSystem.js +85 -29
  128. package/dist/FileSystem.js.map +1 -1
  129. package/dist/Filter.d.ts +221 -2
  130. package/dist/Filter.d.ts.map +1 -1
  131. package/dist/Filter.js +155 -2
  132. package/dist/Filter.js.map +1 -1
  133. package/dist/Formatter.d.ts +3 -3
  134. package/dist/Formatter.js +2 -2
  135. package/dist/Function.d.ts +152 -6
  136. package/dist/Function.d.ts.map +1 -1
  137. package/dist/Function.js +104 -3
  138. package/dist/Function.js.map +1 -1
  139. package/dist/Graph.d.ts +275 -3
  140. package/dist/Graph.d.ts.map +1 -1
  141. package/dist/Graph.js +63 -0
  142. package/dist/Graph.js.map +1 -1
  143. package/dist/HKT.d.ts +55 -23
  144. package/dist/HKT.d.ts.map +1 -1
  145. package/dist/Hash.d.ts +92 -16
  146. package/dist/Hash.d.ts.map +1 -1
  147. package/dist/Hash.js +116 -14
  148. package/dist/Hash.js.map +1 -1
  149. package/dist/HashMap.d.ts +2 -2
  150. package/dist/HashMap.js +2 -2
  151. package/dist/HashRing.d.ts +203 -0
  152. package/dist/HashRing.d.ts.map +1 -1
  153. package/dist/HashRing.js +92 -0
  154. package/dist/HashRing.js.map +1 -1
  155. package/dist/Inspectable.d.ts +43 -0
  156. package/dist/Inspectable.d.ts.map +1 -1
  157. package/dist/Inspectable.js +70 -13
  158. package/dist/Inspectable.js.map +1 -1
  159. package/dist/Iterable.d.ts +179 -25
  160. package/dist/Iterable.d.ts.map +1 -1
  161. package/dist/Iterable.js +95 -23
  162. package/dist/Iterable.js.map +1 -1
  163. package/dist/JsonPatch.d.ts +33 -18
  164. package/dist/JsonPatch.d.ts.map +1 -1
  165. package/dist/JsonPatch.js +51 -43
  166. package/dist/JsonPatch.js.map +1 -1
  167. package/dist/JsonPointer.d.ts +2 -2
  168. package/dist/JsonPointer.js +2 -2
  169. package/dist/JsonSchema.d.ts +64 -10
  170. package/dist/JsonSchema.d.ts.map +1 -1
  171. package/dist/JsonSchema.js +32 -8
  172. package/dist/JsonSchema.js.map +1 -1
  173. package/dist/Latch.d.ts +156 -11
  174. package/dist/Latch.d.ts.map +1 -1
  175. package/dist/Latch.js +77 -2
  176. package/dist/Latch.js.map +1 -1
  177. package/dist/Layer.d.ts +250 -74
  178. package/dist/Layer.d.ts.map +1 -1
  179. package/dist/Layer.js +71 -21
  180. package/dist/Layer.js.map +1 -1
  181. package/dist/LayerMap.d.ts +8 -0
  182. package/dist/LayerMap.d.ts.map +1 -1
  183. package/dist/LayerMap.js.map +1 -1
  184. package/dist/LogLevel.d.ts +93 -18
  185. package/dist/LogLevel.d.ts.map +1 -1
  186. package/dist/LogLevel.js +65 -6
  187. package/dist/LogLevel.js.map +1 -1
  188. package/dist/Logger.d.ts +19 -5
  189. package/dist/Logger.d.ts.map +1 -1
  190. package/dist/Logger.js +24 -11
  191. package/dist/Logger.js.map +1 -1
  192. package/dist/ManagedRuntime.d.ts +81 -9
  193. package/dist/ManagedRuntime.d.ts.map +1 -1
  194. package/dist/ManagedRuntime.js +32 -1
  195. package/dist/ManagedRuntime.js.map +1 -1
  196. package/dist/Match.d.ts +185 -7
  197. package/dist/Match.d.ts.map +1 -1
  198. package/dist/Match.js +212 -24
  199. package/dist/Match.js.map +1 -1
  200. package/dist/Metric.d.ts +33 -20
  201. package/dist/Metric.d.ts.map +1 -1
  202. package/dist/Metric.js +26 -13
  203. package/dist/Metric.js.map +1 -1
  204. package/dist/MutableHashMap.d.ts +272 -21
  205. package/dist/MutableHashMap.d.ts.map +1 -1
  206. package/dist/MutableHashMap.js +123 -0
  207. package/dist/MutableHashMap.js.map +1 -1
  208. package/dist/MutableHashSet.d.ts +107 -0
  209. package/dist/MutableHashSet.d.ts.map +1 -1
  210. package/dist/MutableHashSet.js +96 -37
  211. package/dist/MutableHashSet.js.map +1 -1
  212. package/dist/MutableList.d.ts +10 -2
  213. package/dist/MutableList.d.ts.map +1 -1
  214. package/dist/MutableList.js +10 -2
  215. package/dist/MutableList.js.map +1 -1
  216. package/dist/MutableRef.d.ts +136 -0
  217. package/dist/MutableRef.d.ts.map +1 -1
  218. package/dist/MutableRef.js +70 -0
  219. package/dist/MutableRef.js.map +1 -1
  220. package/dist/Newtype.d.ts +20 -11
  221. package/dist/Newtype.d.ts.map +1 -1
  222. package/dist/Newtype.js +6 -6
  223. package/dist/Newtype.js.map +1 -1
  224. package/dist/NonEmptyIterable.d.ts +20 -4
  225. package/dist/NonEmptyIterable.d.ts.map +1 -1
  226. package/dist/NonEmptyIterable.js +5 -0
  227. package/dist/NonEmptyIterable.js.map +1 -1
  228. package/dist/Number.d.ts +417 -2
  229. package/dist/Number.d.ts.map +1 -1
  230. package/dist/Number.js +255 -2
  231. package/dist/Number.js.map +1 -1
  232. package/dist/Optic.d.ts +17 -17
  233. package/dist/Optic.js +12 -12
  234. package/dist/Option.d.ts +168 -129
  235. package/dist/Option.d.ts.map +1 -1
  236. package/dist/Option.js +67 -63
  237. package/dist/Option.js.map +1 -1
  238. package/dist/Order.d.ts +82 -82
  239. package/dist/Order.d.ts.map +1 -1
  240. package/dist/Order.js +138 -109
  241. package/dist/Order.js.map +1 -1
  242. package/dist/Ordering.d.ts +32 -0
  243. package/dist/Ordering.d.ts.map +1 -1
  244. package/dist/Ordering.js +19 -0
  245. package/dist/Ordering.js.map +1 -1
  246. package/dist/PartitionedSemaphore.d.ts +238 -11
  247. package/dist/PartitionedSemaphore.d.ts.map +1 -1
  248. package/dist/PartitionedSemaphore.js +107 -5
  249. package/dist/PartitionedSemaphore.js.map +1 -1
  250. package/dist/Path.d.ts +35 -4
  251. package/dist/Path.d.ts.map +1 -1
  252. package/dist/Path.js +21 -4
  253. package/dist/Path.js.map +1 -1
  254. package/dist/Pipeable.d.ts +27 -2
  255. package/dist/Pipeable.d.ts.map +1 -1
  256. package/dist/Pipeable.js +14 -2
  257. package/dist/Pipeable.js.map +1 -1
  258. package/dist/PlatformError.d.ts +53 -4
  259. package/dist/PlatformError.d.ts.map +1 -1
  260. package/dist/PlatformError.js +45 -4
  261. package/dist/PlatformError.js.map +1 -1
  262. package/dist/Pool.d.ts +140 -14
  263. package/dist/Pool.d.ts.map +1 -1
  264. package/dist/Pool.js +63 -8
  265. package/dist/Pool.js.map +1 -1
  266. package/dist/Predicate.d.ts +96 -87
  267. package/dist/Predicate.d.ts.map +1 -1
  268. package/dist/Predicate.js +107 -73
  269. package/dist/Predicate.js.map +1 -1
  270. package/dist/PrimaryKey.d.ts +74 -8
  271. package/dist/PrimaryKey.d.ts.map +1 -1
  272. package/dist/PrimaryKey.js +69 -8
  273. package/dist/PrimaryKey.js.map +1 -1
  274. package/dist/PubSub.d.ts +94 -20
  275. package/dist/PubSub.d.ts.map +1 -1
  276. package/dist/PubSub.js +94 -20
  277. package/dist/PubSub.js.map +1 -1
  278. package/dist/Pull.d.ts +147 -2
  279. package/dist/Pull.d.ts.map +1 -1
  280. package/dist/Pull.js +68 -1
  281. package/dist/Pull.js.map +1 -1
  282. package/dist/Queue.d.ts +127 -35
  283. package/dist/Queue.d.ts.map +1 -1
  284. package/dist/Queue.js +127 -35
  285. package/dist/Queue.js.map +1 -1
  286. package/dist/Random.d.ts +71 -16
  287. package/dist/Random.d.ts.map +1 -1
  288. package/dist/Random.js +35 -0
  289. package/dist/Random.js.map +1 -1
  290. package/dist/RcMap.d.ts +168 -6
  291. package/dist/RcMap.d.ts.map +1 -1
  292. package/dist/RcMap.js +48 -2
  293. package/dist/RcMap.js.map +1 -1
  294. package/dist/RcRef.d.ts +73 -18
  295. package/dist/RcRef.d.ts.map +1 -1
  296. package/dist/RcRef.js +23 -3
  297. package/dist/RcRef.js.map +1 -1
  298. package/dist/Record.d.ts +95 -1
  299. package/dist/Record.d.ts.map +1 -1
  300. package/dist/Record.js +95 -1
  301. package/dist/Record.js.map +1 -1
  302. package/dist/Redactable.d.ts +20 -16
  303. package/dist/Redactable.d.ts.map +1 -1
  304. package/dist/Redactable.js +15 -11
  305. package/dist/Redactable.js.map +1 -1
  306. package/dist/Redacted.d.ts +82 -4
  307. package/dist/Redacted.d.ts.map +1 -1
  308. package/dist/Redacted.js +64 -4
  309. package/dist/Redacted.js.map +1 -1
  310. package/dist/Reducer.d.ts +17 -5
  311. package/dist/Reducer.d.ts.map +1 -1
  312. package/dist/Reducer.js +2 -2
  313. package/dist/Reducer.js.map +1 -1
  314. package/dist/Ref.d.ts +156 -20
  315. package/dist/Ref.d.ts.map +1 -1
  316. package/dist/Ref.js +125 -20
  317. package/dist/Ref.js.map +1 -1
  318. package/dist/References.d.ts +208 -12
  319. package/dist/References.d.ts.map +1 -1
  320. package/dist/References.js +144 -5
  321. package/dist/References.js.map +1 -1
  322. package/dist/RegExp.d.ts +13 -0
  323. package/dist/RegExp.d.ts.map +1 -1
  324. package/dist/RegExp.js +47 -1
  325. package/dist/RegExp.js.map +1 -1
  326. package/dist/Request.d.ts +215 -32
  327. package/dist/Request.d.ts.map +1 -1
  328. package/dist/Request.js +54 -7
  329. package/dist/Request.js.map +1 -1
  330. package/dist/RequestResolver.d.ts +202 -15
  331. package/dist/RequestResolver.d.ts.map +1 -1
  332. package/dist/RequestResolver.js +94 -5
  333. package/dist/RequestResolver.js.map +1 -1
  334. package/dist/Resource.d.ts +62 -3
  335. package/dist/Resource.d.ts.map +1 -1
  336. package/dist/Resource.js +52 -3
  337. package/dist/Resource.js.map +1 -1
  338. package/dist/Result.d.ts +328 -23
  339. package/dist/Result.d.ts.map +1 -1
  340. package/dist/Result.js +132 -12
  341. package/dist/Result.js.map +1 -1
  342. package/dist/Runtime.d.ts +123 -13
  343. package/dist/Runtime.d.ts.map +1 -1
  344. package/dist/Runtime.js +149 -24
  345. package/dist/Runtime.js.map +1 -1
  346. package/dist/Schedule.d.ts +418 -93
  347. package/dist/Schedule.d.ts.map +1 -1
  348. package/dist/Schedule.js +334 -97
  349. package/dist/Schedule.js.map +1 -1
  350. package/dist/Scheduler.d.ts +50 -1
  351. package/dist/Scheduler.d.ts.map +1 -1
  352. package/dist/Scheduler.js +39 -0
  353. package/dist/Scheduler.js.map +1 -1
  354. package/dist/Schema.d.ts +467 -42
  355. package/dist/Schema.d.ts.map +1 -1
  356. package/dist/Schema.js +248 -48
  357. package/dist/Schema.js.map +1 -1
  358. package/dist/SchemaAST.d.ts +205 -2
  359. package/dist/SchemaAST.d.ts.map +1 -1
  360. package/dist/SchemaAST.js +205 -2
  361. package/dist/SchemaAST.js.map +1 -1
  362. package/dist/SchemaGetter.d.ts +123 -123
  363. package/dist/SchemaGetter.js +111 -111
  364. package/dist/SchemaIssue.d.ts +25 -24
  365. package/dist/SchemaIssue.d.ts.map +1 -1
  366. package/dist/SchemaIssue.js +19 -19
  367. package/dist/SchemaIssue.js.map +1 -1
  368. package/dist/SchemaParser.d.ts +238 -3
  369. package/dist/SchemaParser.d.ts.map +1 -1
  370. package/dist/SchemaParser.js +279 -21
  371. package/dist/SchemaParser.js.map +1 -1
  372. package/dist/SchemaRepresentation.d.ts +61 -17
  373. package/dist/SchemaRepresentation.d.ts.map +1 -1
  374. package/dist/SchemaRepresentation.js +58 -14
  375. package/dist/SchemaRepresentation.js.map +1 -1
  376. package/dist/SchemaTransformation.d.ts +76 -38
  377. package/dist/SchemaTransformation.d.ts.map +1 -1
  378. package/dist/SchemaTransformation.js +73 -35
  379. package/dist/SchemaTransformation.js.map +1 -1
  380. package/dist/SchemaUtils.d.ts +9 -0
  381. package/dist/SchemaUtils.d.ts.map +1 -1
  382. package/dist/SchemaUtils.js +38 -11
  383. package/dist/SchemaUtils.js.map +1 -1
  384. package/dist/Scope.d.ts +79 -14
  385. package/dist/Scope.d.ts.map +1 -1
  386. package/dist/Scope.js +63 -14
  387. package/dist/Scope.js.map +1 -1
  388. package/dist/ScopedCache.d.ts +352 -7
  389. package/dist/ScopedCache.d.ts.map +1 -1
  390. package/dist/ScopedCache.js +151 -3
  391. package/dist/ScopedCache.js.map +1 -1
  392. package/dist/ScopedRef.d.ts +67 -5
  393. package/dist/ScopedRef.d.ts.map +1 -1
  394. package/dist/ScopedRef.js +47 -3
  395. package/dist/ScopedRef.js.map +1 -1
  396. package/dist/Semaphore.d.ts +347 -28
  397. package/dist/Semaphore.d.ts.map +1 -1
  398. package/dist/Semaphore.js +102 -7
  399. package/dist/Semaphore.js.map +1 -1
  400. package/dist/Sink.d.ts +307 -4
  401. package/dist/Sink.d.ts.map +1 -1
  402. package/dist/Sink.js +173 -2
  403. package/dist/Sink.js.map +1 -1
  404. package/dist/Stdio.d.ts +69 -15
  405. package/dist/Stdio.d.ts.map +1 -1
  406. package/dist/Stdio.js +60 -15
  407. package/dist/Stdio.js.map +1 -1
  408. package/dist/Stream.d.ts +516 -65
  409. package/dist/Stream.d.ts.map +1 -1
  410. package/dist/Stream.js +234 -33
  411. package/dist/Stream.js.map +1 -1
  412. package/dist/String.d.ts +173 -2
  413. package/dist/String.d.ts.map +1 -1
  414. package/dist/String.js +149 -2
  415. package/dist/String.js.map +1 -1
  416. package/dist/Struct.d.ts +19 -10
  417. package/dist/Struct.d.ts.map +1 -1
  418. package/dist/Struct.js +13 -4
  419. package/dist/Struct.js.map +1 -1
  420. package/dist/SubscriptionRef.d.ts +73 -14
  421. package/dist/SubscriptionRef.d.ts.map +1 -1
  422. package/dist/SubscriptionRef.js +72 -13
  423. package/dist/SubscriptionRef.js.map +1 -1
  424. package/dist/Symbol.d.ts +24 -6
  425. package/dist/Symbol.d.ts.map +1 -1
  426. package/dist/Symbol.js +24 -6
  427. package/dist/Symbol.js.map +1 -1
  428. package/dist/SynchronizedRef.d.ts +502 -2
  429. package/dist/SynchronizedRef.d.ts.map +1 -1
  430. package/dist/SynchronizedRef.js +184 -2
  431. package/dist/SynchronizedRef.js.map +1 -1
  432. package/dist/Take.d.ts +36 -13
  433. package/dist/Take.d.ts.map +1 -1
  434. package/dist/Take.js +5 -0
  435. package/dist/Take.js.map +1 -1
  436. package/dist/Terminal.d.ts +68 -17
  437. package/dist/Terminal.d.ts.map +1 -1
  438. package/dist/Terminal.js +33 -2
  439. package/dist/Terminal.js.map +1 -1
  440. package/dist/Tracer.d.ts +49 -0
  441. package/dist/Tracer.d.ts.map +1 -1
  442. package/dist/Tracer.js +49 -0
  443. package/dist/Tracer.js.map +1 -1
  444. package/dist/Trie.d.ts +48 -9
  445. package/dist/Trie.d.ts.map +1 -1
  446. package/dist/Trie.js.map +1 -1
  447. package/dist/Tuple.d.ts +70 -35
  448. package/dist/Tuple.d.ts.map +1 -1
  449. package/dist/Tuple.js +32 -21
  450. package/dist/Tuple.js.map +1 -1
  451. package/dist/TxChunk.d.ts +40 -7
  452. package/dist/TxChunk.d.ts.map +1 -1
  453. package/dist/TxChunk.js +40 -7
  454. package/dist/TxChunk.js.map +1 -1
  455. package/dist/TxDeferred.d.ts +85 -2
  456. package/dist/TxDeferred.d.ts.map +1 -1
  457. package/dist/TxDeferred.js +56 -2
  458. package/dist/TxDeferred.js.map +1 -1
  459. package/dist/TxPriorityQueue.d.ts +29 -2
  460. package/dist/TxPriorityQueue.d.ts.map +1 -1
  461. package/dist/TxPriorityQueue.js +29 -2
  462. package/dist/TxPriorityQueue.js.map +1 -1
  463. package/dist/TxPubSub.d.ts +94 -4
  464. package/dist/TxPubSub.d.ts.map +1 -1
  465. package/dist/TxPubSub.js +66 -4
  466. package/dist/TxPubSub.js.map +1 -1
  467. package/dist/TxQueue.d.ts +48 -7
  468. package/dist/TxQueue.d.ts.map +1 -1
  469. package/dist/TxQueue.js.map +1 -1
  470. package/dist/TxReentrantLock.d.ts +40 -4
  471. package/dist/TxReentrantLock.d.ts.map +1 -1
  472. package/dist/TxReentrantLock.js +40 -4
  473. package/dist/TxReentrantLock.js.map +1 -1
  474. package/dist/TxRef.d.ts +112 -7
  475. package/dist/TxRef.d.ts.map +1 -1
  476. package/dist/TxRef.js +81 -7
  477. package/dist/TxRef.js.map +1 -1
  478. package/dist/TxSemaphore.d.ts +173 -14
  479. package/dist/TxSemaphore.d.ts.map +1 -1
  480. package/dist/TxSemaphore.js +130 -14
  481. package/dist/TxSemaphore.js.map +1 -1
  482. package/dist/TxSubscriptionRef.d.ts +205 -2
  483. package/dist/TxSubscriptionRef.d.ts.map +1 -1
  484. package/dist/TxSubscriptionRef.js +110 -2
  485. package/dist/TxSubscriptionRef.js.map +1 -1
  486. package/dist/Types.d.ts +60 -6
  487. package/dist/Types.d.ts.map +1 -1
  488. package/dist/UndefinedOr.d.ts +171 -30
  489. package/dist/UndefinedOr.d.ts.map +1 -1
  490. package/dist/UndefinedOr.js +115 -30
  491. package/dist/UndefinedOr.js.map +1 -1
  492. package/dist/Unify.d.ts +120 -12
  493. package/dist/Unify.d.ts.map +1 -1
  494. package/dist/Unify.js +36 -12
  495. package/dist/Unify.js.map +1 -1
  496. package/dist/Utils.d.ts +20 -14
  497. package/dist/Utils.d.ts.map +1 -1
  498. package/dist/Utils.js +13 -4
  499. package/dist/Utils.js.map +1 -1
  500. package/dist/index.d.ts +0 -5205
  501. package/dist/index.d.ts.map +1 -1
  502. package/dist/index.js +0 -5205
  503. package/dist/index.js.map +1 -1
  504. package/dist/internal/effect.js.map +1 -1
  505. package/dist/internal/request.js +3 -1
  506. package/dist/internal/request.js.map +1 -1
  507. package/dist/internal/schema/arbitrary.js +11 -1
  508. package/dist/internal/schema/arbitrary.js.map +1 -1
  509. package/dist/internal/schema/representation.js +21 -12
  510. package/dist/internal/schema/representation.js.map +1 -1
  511. package/dist/testing/TestConsole.d.ts +69 -0
  512. package/dist/testing/TestConsole.d.ts.map +1 -1
  513. package/dist/testing/TestConsole.js +73 -9
  514. package/dist/testing/TestConsole.js.map +1 -1
  515. package/dist/testing/TestSchema.d.ts +81 -24
  516. package/dist/testing/TestSchema.d.ts.map +1 -1
  517. package/dist/testing/TestSchema.js +71 -25
  518. package/dist/testing/TestSchema.js.map +1 -1
  519. package/dist/testing/index.d.ts +0 -107
  520. package/dist/testing/index.d.ts.map +1 -1
  521. package/dist/testing/index.js +0 -107
  522. package/dist/testing/index.js.map +1 -1
  523. package/dist/unstable/ai/AiError.d.ts +24 -1
  524. package/dist/unstable/ai/AiError.d.ts.map +1 -1
  525. package/dist/unstable/ai/AiError.js +24 -1
  526. package/dist/unstable/ai/AiError.js.map +1 -1
  527. package/dist/unstable/ai/AnthropicStructuredOutput.d.ts +9 -0
  528. package/dist/unstable/ai/AnthropicStructuredOutput.d.ts.map +1 -1
  529. package/dist/unstable/ai/AnthropicStructuredOutput.js +43 -11
  530. package/dist/unstable/ai/AnthropicStructuredOutput.js.map +1 -1
  531. package/dist/unstable/ai/Chat.d.ts +25 -1
  532. package/dist/unstable/ai/Chat.d.ts.map +1 -1
  533. package/dist/unstable/ai/Chat.js +53 -28
  534. package/dist/unstable/ai/Chat.js.map +1 -1
  535. package/dist/unstable/ai/EmbeddingModel.d.ts +100 -5
  536. package/dist/unstable/ai/EmbeddingModel.d.ts.map +1 -1
  537. package/dist/unstable/ai/EmbeddingModel.js +100 -5
  538. package/dist/unstable/ai/EmbeddingModel.js.map +1 -1
  539. package/dist/unstable/ai/IdGenerator.d.ts +1 -1
  540. package/dist/unstable/ai/IdGenerator.js +1 -1
  541. package/dist/unstable/ai/LanguageModel.d.ts +41 -2
  542. package/dist/unstable/ai/LanguageModel.d.ts.map +1 -1
  543. package/dist/unstable/ai/LanguageModel.js +40 -1
  544. package/dist/unstable/ai/LanguageModel.js.map +1 -1
  545. package/dist/unstable/ai/McpSchema.d.ts +10 -2
  546. package/dist/unstable/ai/McpSchema.d.ts.map +1 -1
  547. package/dist/unstable/ai/McpSchema.js +10 -2
  548. package/dist/unstable/ai/McpSchema.js.map +1 -1
  549. package/dist/unstable/ai/McpServer.d.ts +59 -1
  550. package/dist/unstable/ai/McpServer.d.ts.map +1 -1
  551. package/dist/unstable/ai/McpServer.js +59 -1
  552. package/dist/unstable/ai/McpServer.js.map +1 -1
  553. package/dist/unstable/ai/Model.d.ts +35 -13
  554. package/dist/unstable/ai/Model.d.ts.map +1 -1
  555. package/dist/unstable/ai/Model.js +34 -12
  556. package/dist/unstable/ai/Model.js.map +1 -1
  557. package/dist/unstable/ai/OpenAiStructuredOutput.d.ts.map +1 -1
  558. package/dist/unstable/ai/OpenAiStructuredOutput.js +48 -1
  559. package/dist/unstable/ai/OpenAiStructuredOutput.js.map +1 -1
  560. package/dist/unstable/ai/Prompt.d.ts +23 -2
  561. package/dist/unstable/ai/Prompt.d.ts.map +1 -1
  562. package/dist/unstable/ai/Prompt.js +22 -1
  563. package/dist/unstable/ai/Prompt.js.map +1 -1
  564. package/dist/unstable/ai/Response.d.ts +71 -13
  565. package/dist/unstable/ai/Response.d.ts.map +1 -1
  566. package/dist/unstable/ai/Response.js +35 -1
  567. package/dist/unstable/ai/Response.js.map +1 -1
  568. package/dist/unstable/ai/ResponseIdTracker.d.ts +34 -12
  569. package/dist/unstable/ai/ResponseIdTracker.d.ts.map +1 -1
  570. package/dist/unstable/ai/ResponseIdTracker.js +33 -11
  571. package/dist/unstable/ai/ResponseIdTracker.js.map +1 -1
  572. package/dist/unstable/ai/Telemetry.d.ts +40 -27
  573. package/dist/unstable/ai/Telemetry.d.ts.map +1 -1
  574. package/dist/unstable/ai/Telemetry.js +34 -26
  575. package/dist/unstable/ai/Telemetry.js.map +1 -1
  576. package/dist/unstable/ai/Tokenizer.d.ts +34 -23
  577. package/dist/unstable/ai/Tokenizer.d.ts.map +1 -1
  578. package/dist/unstable/ai/Tokenizer.js +34 -23
  579. package/dist/unstable/ai/Tokenizer.js.map +1 -1
  580. package/dist/unstable/ai/Tool.d.ts +82 -21
  581. package/dist/unstable/ai/Tool.d.ts.map +1 -1
  582. package/dist/unstable/ai/Tool.js +81 -20
  583. package/dist/unstable/ai/Tool.js.map +1 -1
  584. package/dist/unstable/ai/Toolkit.d.ts +1 -1
  585. package/dist/unstable/ai/Toolkit.d.ts.map +1 -1
  586. package/dist/unstable/ai/Toolkit.js +1 -1
  587. package/dist/unstable/ai/Toolkit.js.map +1 -1
  588. package/dist/unstable/ai/index.d.ts +0 -560
  589. package/dist/unstable/ai/index.d.ts.map +1 -1
  590. package/dist/unstable/ai/index.js +0 -560
  591. package/dist/unstable/ai/index.js.map +1 -1
  592. package/dist/unstable/cli/Argument.js +1 -1
  593. package/dist/unstable/cli/Argument.js.map +1 -1
  594. package/dist/unstable/cli/Command.d.ts +133 -5
  595. package/dist/unstable/cli/Command.d.ts.map +1 -1
  596. package/dist/unstable/cli/Command.js +49 -3
  597. package/dist/unstable/cli/Command.js.map +1 -1
  598. package/dist/unstable/cli/Completions.d.ts +13 -0
  599. package/dist/unstable/cli/Completions.d.ts.map +1 -1
  600. package/dist/unstable/cli/Completions.js +41 -1
  601. package/dist/unstable/cli/Completions.js.map +1 -1
  602. package/dist/unstable/cli/Flag.d.ts +15 -3
  603. package/dist/unstable/cli/Flag.d.ts.map +1 -1
  604. package/dist/unstable/cli/Flag.js +15 -3
  605. package/dist/unstable/cli/Flag.js.map +1 -1
  606. package/dist/unstable/cli/GlobalFlag.d.ts +28 -4
  607. package/dist/unstable/cli/GlobalFlag.d.ts.map +1 -1
  608. package/dist/unstable/cli/GlobalFlag.js +28 -4
  609. package/dist/unstable/cli/GlobalFlag.js.map +1 -1
  610. package/dist/unstable/cli/Param.d.ts +126 -0
  611. package/dist/unstable/cli/Param.d.ts.map +1 -1
  612. package/dist/unstable/cli/Param.js +57 -5
  613. package/dist/unstable/cli/Param.js.map +1 -1
  614. package/dist/unstable/cli/Primitive.d.ts +2 -2
  615. package/dist/unstable/cli/Primitive.d.ts.map +1 -1
  616. package/dist/unstable/cli/Primitive.js +58 -9
  617. package/dist/unstable/cli/Primitive.js.map +1 -1
  618. package/dist/unstable/cli/Prompt.d.ts +26 -1
  619. package/dist/unstable/cli/Prompt.d.ts.map +1 -1
  620. package/dist/unstable/cli/Prompt.js +25 -0
  621. package/dist/unstable/cli/Prompt.js.map +1 -1
  622. package/dist/unstable/cli/index.d.ts +0 -220
  623. package/dist/unstable/cli/index.d.ts.map +1 -1
  624. package/dist/unstable/cli/index.js +0 -220
  625. package/dist/unstable/cli/index.js.map +1 -1
  626. package/dist/unstable/cluster/ClusterCron.d.ts +1 -1
  627. package/dist/unstable/cluster/ClusterError.d.ts +61 -22
  628. package/dist/unstable/cluster/ClusterError.d.ts.map +1 -1
  629. package/dist/unstable/cluster/ClusterError.js +61 -22
  630. package/dist/unstable/cluster/ClusterError.js.map +1 -1
  631. package/dist/unstable/cluster/ClusterMetrics.d.ts +53 -0
  632. package/dist/unstable/cluster/ClusterMetrics.d.ts.map +1 -1
  633. package/dist/unstable/cluster/ClusterMetrics.js +53 -0
  634. package/dist/unstable/cluster/ClusterMetrics.js.map +1 -1
  635. package/dist/unstable/cluster/ClusterSchema.d.ts +76 -24
  636. package/dist/unstable/cluster/ClusterSchema.d.ts.map +1 -1
  637. package/dist/unstable/cluster/ClusterSchema.js +76 -24
  638. package/dist/unstable/cluster/ClusterSchema.js.map +1 -1
  639. package/dist/unstable/cluster/Entity.d.ts +18 -1
  640. package/dist/unstable/cluster/Entity.d.ts.map +1 -1
  641. package/dist/unstable/cluster/Entity.js +17 -0
  642. package/dist/unstable/cluster/Entity.js.map +1 -1
  643. package/dist/unstable/cluster/EntityAddress.d.ts +19 -0
  644. package/dist/unstable/cluster/EntityAddress.d.ts.map +1 -1
  645. package/dist/unstable/cluster/EntityAddress.js +19 -0
  646. package/dist/unstable/cluster/EntityAddress.js.map +1 -1
  647. package/dist/unstable/cluster/EntityId.d.ts +44 -7
  648. package/dist/unstable/cluster/EntityId.d.ts.map +1 -1
  649. package/dist/unstable/cluster/EntityId.js +44 -7
  650. package/dist/unstable/cluster/EntityId.js.map +1 -1
  651. package/dist/unstable/cluster/EntityType.d.ts +19 -0
  652. package/dist/unstable/cluster/EntityType.d.ts.map +1 -1
  653. package/dist/unstable/cluster/EntityType.js +19 -0
  654. package/dist/unstable/cluster/EntityType.js.map +1 -1
  655. package/dist/unstable/cluster/HttpRunner.d.ts +26 -14
  656. package/dist/unstable/cluster/HttpRunner.d.ts.map +1 -1
  657. package/dist/unstable/cluster/HttpRunner.js +26 -14
  658. package/dist/unstable/cluster/HttpRunner.js.map +1 -1
  659. package/dist/unstable/cluster/K8sHttpClient.d.ts +33 -14
  660. package/dist/unstable/cluster/K8sHttpClient.d.ts.map +1 -1
  661. package/dist/unstable/cluster/K8sHttpClient.js.map +1 -1
  662. package/dist/unstable/cluster/MachineId.d.ts +35 -9
  663. package/dist/unstable/cluster/MachineId.d.ts.map +1 -1
  664. package/dist/unstable/cluster/MachineId.js +35 -9
  665. package/dist/unstable/cluster/MachineId.js.map +1 -1
  666. package/dist/unstable/cluster/Message.d.ts +1 -1
  667. package/dist/unstable/cluster/Message.js +1 -1
  668. package/dist/unstable/cluster/MessageStorage.d.ts +31 -17
  669. package/dist/unstable/cluster/MessageStorage.d.ts.map +1 -1
  670. package/dist/unstable/cluster/MessageStorage.js +31 -17
  671. package/dist/unstable/cluster/MessageStorage.js.map +1 -1
  672. package/dist/unstable/cluster/Runner.d.ts +46 -13
  673. package/dist/unstable/cluster/Runner.d.ts.map +1 -1
  674. package/dist/unstable/cluster/Runner.js +46 -13
  675. package/dist/unstable/cluster/Runner.js.map +1 -1
  676. package/dist/unstable/cluster/RunnerAddress.d.ts +45 -9
  677. package/dist/unstable/cluster/RunnerAddress.d.ts.map +1 -1
  678. package/dist/unstable/cluster/RunnerAddress.js +45 -9
  679. package/dist/unstable/cluster/RunnerAddress.js.map +1 -1
  680. package/dist/unstable/cluster/RunnerHealth.d.ts +30 -13
  681. package/dist/unstable/cluster/RunnerHealth.d.ts.map +1 -1
  682. package/dist/unstable/cluster/RunnerHealth.js +30 -13
  683. package/dist/unstable/cluster/RunnerHealth.js.map +1 -1
  684. package/dist/unstable/cluster/RunnerServer.d.ts +15 -1
  685. package/dist/unstable/cluster/RunnerServer.d.ts.map +1 -1
  686. package/dist/unstable/cluster/RunnerServer.js +15 -1
  687. package/dist/unstable/cluster/RunnerServer.js.map +1 -1
  688. package/dist/unstable/cluster/Runners.d.ts +24 -0
  689. package/dist/unstable/cluster/Runners.d.ts.map +1 -1
  690. package/dist/unstable/cluster/Runners.js +24 -0
  691. package/dist/unstable/cluster/Runners.js.map +1 -1
  692. package/dist/unstable/cluster/ShardId.d.ts +22 -0
  693. package/dist/unstable/cluster/ShardId.d.ts.map +1 -1
  694. package/dist/unstable/cluster/ShardId.js +22 -0
  695. package/dist/unstable/cluster/ShardId.js.map +1 -1
  696. package/dist/unstable/cluster/Sharding.d.ts +19 -0
  697. package/dist/unstable/cluster/Sharding.d.ts.map +1 -1
  698. package/dist/unstable/cluster/Sharding.js +55 -17
  699. package/dist/unstable/cluster/Sharding.js.map +1 -1
  700. package/dist/unstable/cluster/ShardingConfig.d.ts +57 -13
  701. package/dist/unstable/cluster/ShardingConfig.d.ts.map +1 -1
  702. package/dist/unstable/cluster/ShardingConfig.js +58 -14
  703. package/dist/unstable/cluster/ShardingConfig.js.map +1 -1
  704. package/dist/unstable/cluster/ShardingRegistrationEvent.d.ts +26 -12
  705. package/dist/unstable/cluster/ShardingRegistrationEvent.d.ts.map +1 -1
  706. package/dist/unstable/cluster/ShardingRegistrationEvent.js +27 -13
  707. package/dist/unstable/cluster/ShardingRegistrationEvent.js.map +1 -1
  708. package/dist/unstable/cluster/SingleRunner.d.ts +25 -0
  709. package/dist/unstable/cluster/SingleRunner.d.ts.map +1 -1
  710. package/dist/unstable/cluster/SingleRunner.js +25 -0
  711. package/dist/unstable/cluster/SingleRunner.js.map +1 -1
  712. package/dist/unstable/cluster/Singleton.d.ts +51 -9
  713. package/dist/unstable/cluster/Singleton.d.ts.map +1 -1
  714. package/dist/unstable/cluster/Singleton.js +51 -9
  715. package/dist/unstable/cluster/Singleton.js.map +1 -1
  716. package/dist/unstable/cluster/SingletonAddress.d.ts +27 -13
  717. package/dist/unstable/cluster/SingletonAddress.d.ts.map +1 -1
  718. package/dist/unstable/cluster/SingletonAddress.js +27 -13
  719. package/dist/unstable/cluster/SingletonAddress.js.map +1 -1
  720. package/dist/unstable/cluster/Snowflake.d.ts +13 -0
  721. package/dist/unstable/cluster/Snowflake.d.ts.map +1 -1
  722. package/dist/unstable/cluster/Snowflake.js +13 -0
  723. package/dist/unstable/cluster/Snowflake.js.map +1 -1
  724. package/dist/unstable/cluster/SocketRunner.d.ts +21 -0
  725. package/dist/unstable/cluster/SocketRunner.d.ts.map +1 -1
  726. package/dist/unstable/cluster/SocketRunner.js +21 -0
  727. package/dist/unstable/cluster/SocketRunner.js.map +1 -1
  728. package/dist/unstable/cluster/SqlMessageStorage.d.ts +38 -0
  729. package/dist/unstable/cluster/SqlMessageStorage.d.ts.map +1 -1
  730. package/dist/unstable/cluster/SqlMessageStorage.js +73 -13
  731. package/dist/unstable/cluster/SqlMessageStorage.js.map +1 -1
  732. package/dist/unstable/cluster/SqlRunnerStorage.d.ts +20 -0
  733. package/dist/unstable/cluster/SqlRunnerStorage.d.ts.map +1 -1
  734. package/dist/unstable/cluster/SqlRunnerStorage.js +20 -0
  735. package/dist/unstable/cluster/SqlRunnerStorage.js.map +1 -1
  736. package/dist/unstable/cluster/TestRunner.d.ts +27 -16
  737. package/dist/unstable/cluster/TestRunner.d.ts.map +1 -1
  738. package/dist/unstable/cluster/TestRunner.js +27 -16
  739. package/dist/unstable/cluster/TestRunner.js.map +1 -1
  740. package/dist/unstable/cluster/index.d.ts +0 -790
  741. package/dist/unstable/cluster/index.d.ts.map +1 -1
  742. package/dist/unstable/cluster/index.js +0 -790
  743. package/dist/unstable/cluster/index.js.map +1 -1
  744. package/dist/unstable/devtools/DevTools.d.ts +41 -11
  745. package/dist/unstable/devtools/DevTools.d.ts.map +1 -1
  746. package/dist/unstable/devtools/DevTools.js +41 -11
  747. package/dist/unstable/devtools/DevTools.js.map +1 -1
  748. package/dist/unstable/devtools/DevToolsClient.d.ts +38 -0
  749. package/dist/unstable/devtools/DevToolsClient.d.ts.map +1 -1
  750. package/dist/unstable/devtools/DevToolsClient.js +68 -11
  751. package/dist/unstable/devtools/DevToolsClient.js.map +1 -1
  752. package/dist/unstable/devtools/DevToolsSchema.d.ts.map +1 -1
  753. package/dist/unstable/devtools/DevToolsSchema.js +24 -16
  754. package/dist/unstable/devtools/DevToolsSchema.js.map +1 -1
  755. package/dist/unstable/devtools/DevToolsServer.d.ts +20 -13
  756. package/dist/unstable/devtools/DevToolsServer.d.ts.map +1 -1
  757. package/dist/unstable/devtools/DevToolsServer.js +20 -13
  758. package/dist/unstable/devtools/DevToolsServer.js.map +1 -1
  759. package/dist/unstable/devtools/index.d.ts +0 -58
  760. package/dist/unstable/devtools/index.d.ts.map +1 -1
  761. package/dist/unstable/devtools/index.js +0 -58
  762. package/dist/unstable/devtools/index.js.map +1 -1
  763. package/dist/unstable/encoding/Msgpack.d.ts.map +1 -1
  764. package/dist/unstable/encoding/Msgpack.js +30 -15
  765. package/dist/unstable/encoding/Msgpack.js.map +1 -1
  766. package/dist/unstable/encoding/Ndjson.d.ts +28 -14
  767. package/dist/unstable/encoding/Ndjson.d.ts.map +1 -1
  768. package/dist/unstable/encoding/Ndjson.js +28 -14
  769. package/dist/unstable/encoding/Ndjson.js.map +1 -1
  770. package/dist/unstable/encoding/Sse.d.ts +35 -14
  771. package/dist/unstable/encoding/Sse.d.ts.map +1 -1
  772. package/dist/unstable/encoding/Sse.js.map +1 -1
  773. package/dist/unstable/encoding/index.d.ts +0 -49
  774. package/dist/unstable/encoding/index.d.ts.map +1 -1
  775. package/dist/unstable/encoding/index.js +0 -49
  776. package/dist/unstable/encoding/index.js.map +1 -1
  777. package/dist/unstable/eventlog/Event.d.ts.map +1 -1
  778. package/dist/unstable/eventlog/Event.js +28 -13
  779. package/dist/unstable/eventlog/Event.js.map +1 -1
  780. package/dist/unstable/eventlog/EventGroup.d.ts +22 -14
  781. package/dist/unstable/eventlog/EventGroup.d.ts.map +1 -1
  782. package/dist/unstable/eventlog/EventGroup.js +21 -13
  783. package/dist/unstable/eventlog/EventGroup.js.map +1 -1
  784. package/dist/unstable/eventlog/EventJournal.d.ts.map +1 -1
  785. package/dist/unstable/eventlog/EventJournal.js +31 -14
  786. package/dist/unstable/eventlog/EventJournal.js.map +1 -1
  787. package/dist/unstable/eventlog/EventLog.d.ts +52 -15
  788. package/dist/unstable/eventlog/EventLog.d.ts.map +1 -1
  789. package/dist/unstable/eventlog/EventLog.js +52 -15
  790. package/dist/unstable/eventlog/EventLog.js.map +1 -1
  791. package/dist/unstable/eventlog/EventLogMessage.d.ts +21 -12
  792. package/dist/unstable/eventlog/EventLogMessage.d.ts.map +1 -1
  793. package/dist/unstable/eventlog/EventLogMessage.js +1 -1
  794. package/dist/unstable/eventlog/EventLogMessage.js.map +1 -1
  795. package/dist/unstable/eventlog/EventLogServer.d.ts.map +1 -1
  796. package/dist/unstable/eventlog/EventLogServer.js.map +1 -1
  797. package/dist/unstable/eventlog/EventLogServerEncrypted.d.ts +17 -0
  798. package/dist/unstable/eventlog/EventLogServerEncrypted.d.ts.map +1 -1
  799. package/dist/unstable/eventlog/EventLogServerEncrypted.js +17 -0
  800. package/dist/unstable/eventlog/EventLogServerEncrypted.js.map +1 -1
  801. package/dist/unstable/eventlog/EventLogServerUnencrypted.d.ts +45 -0
  802. package/dist/unstable/eventlog/EventLogServerUnencrypted.d.ts.map +1 -1
  803. package/dist/unstable/eventlog/EventLogServerUnencrypted.js +82 -15
  804. package/dist/unstable/eventlog/EventLogServerUnencrypted.js.map +1 -1
  805. package/dist/unstable/eventlog/EventLogSessionAuth.d.ts.map +1 -1
  806. package/dist/unstable/eventlog/EventLogSessionAuth.js +33 -15
  807. package/dist/unstable/eventlog/EventLogSessionAuth.js.map +1 -1
  808. package/dist/unstable/eventlog/SqlEventJournal.d.ts +21 -0
  809. package/dist/unstable/eventlog/SqlEventJournal.d.ts.map +1 -1
  810. package/dist/unstable/eventlog/SqlEventJournal.js +50 -14
  811. package/dist/unstable/eventlog/SqlEventJournal.js.map +1 -1
  812. package/dist/unstable/eventlog/SqlEventLogServerEncrypted.d.ts +39 -15
  813. package/dist/unstable/eventlog/SqlEventLogServerEncrypted.d.ts.map +1 -1
  814. package/dist/unstable/eventlog/SqlEventLogServerEncrypted.js +39 -15
  815. package/dist/unstable/eventlog/SqlEventLogServerEncrypted.js.map +1 -1
  816. package/dist/unstable/eventlog/SqlEventLogServerUnencrypted.d.ts.map +1 -1
  817. package/dist/unstable/eventlog/SqlEventLogServerUnencrypted.js +30 -11
  818. package/dist/unstable/eventlog/SqlEventLogServerUnencrypted.js.map +1 -1
  819. package/dist/unstable/eventlog/index.d.ts +0 -240
  820. package/dist/unstable/eventlog/index.d.ts.map +1 -1
  821. package/dist/unstable/eventlog/index.js +0 -240
  822. package/dist/unstable/eventlog/index.js.map +1 -1
  823. package/dist/unstable/http/Cookies.d.ts +59 -13
  824. package/dist/unstable/http/Cookies.d.ts.map +1 -1
  825. package/dist/unstable/http/Cookies.js +59 -13
  826. package/dist/unstable/http/Cookies.js.map +1 -1
  827. package/dist/unstable/http/Etag.d.ts +43 -13
  828. package/dist/unstable/http/Etag.d.ts.map +1 -1
  829. package/dist/unstable/http/Etag.js +43 -13
  830. package/dist/unstable/http/Etag.js.map +1 -1
  831. package/dist/unstable/http/FetchHttpClient.d.ts +53 -16
  832. package/dist/unstable/http/FetchHttpClient.d.ts.map +1 -1
  833. package/dist/unstable/http/FetchHttpClient.js +53 -16
  834. package/dist/unstable/http/FetchHttpClient.js.map +1 -1
  835. package/dist/unstable/http/Headers.d.ts +52 -15
  836. package/dist/unstable/http/Headers.d.ts.map +1 -1
  837. package/dist/unstable/http/Headers.js +52 -15
  838. package/dist/unstable/http/Headers.js.map +1 -1
  839. package/dist/unstable/http/HttpBody.d.ts.map +1 -1
  840. package/dist/unstable/http/HttpBody.js +53 -13
  841. package/dist/unstable/http/HttpBody.js.map +1 -1
  842. package/dist/unstable/http/HttpClient.d.ts +37 -21
  843. package/dist/unstable/http/HttpClient.d.ts.map +1 -1
  844. package/dist/unstable/http/HttpClient.js +2 -2
  845. package/dist/unstable/http/HttpClient.js.map +1 -1
  846. package/dist/unstable/http/HttpClientError.d.ts.map +1 -1
  847. package/dist/unstable/http/HttpClientError.js +27 -11
  848. package/dist/unstable/http/HttpClientError.js.map +1 -1
  849. package/dist/unstable/http/HttpClientRequest.d.ts +38 -17
  850. package/dist/unstable/http/HttpClientRequest.d.ts.map +1 -1
  851. package/dist/unstable/http/HttpClientRequest.js +38 -17
  852. package/dist/unstable/http/HttpClientRequest.js.map +1 -1
  853. package/dist/unstable/http/HttpClientResponse.d.ts +35 -16
  854. package/dist/unstable/http/HttpClientResponse.d.ts.map +1 -1
  855. package/dist/unstable/http/HttpClientResponse.js +33 -14
  856. package/dist/unstable/http/HttpClientResponse.js.map +1 -1
  857. package/dist/unstable/http/HttpEffect.d.ts.map +1 -1
  858. package/dist/unstable/http/HttpEffect.js.map +1 -1
  859. package/dist/unstable/http/HttpMethod.d.ts +30 -15
  860. package/dist/unstable/http/HttpMethod.d.ts.map +1 -1
  861. package/dist/unstable/http/HttpMethod.js +30 -15
  862. package/dist/unstable/http/HttpMethod.js.map +1 -1
  863. package/dist/unstable/http/HttpRouter.d.ts +1 -1
  864. package/dist/unstable/http/HttpRouter.d.ts.map +1 -1
  865. package/dist/unstable/http/HttpRouter.js +40 -17
  866. package/dist/unstable/http/HttpRouter.js.map +1 -1
  867. package/dist/unstable/http/HttpServer.d.ts +30 -17
  868. package/dist/unstable/http/HttpServer.d.ts.map +1 -1
  869. package/dist/unstable/http/HttpServer.js +30 -17
  870. package/dist/unstable/http/HttpServer.js.map +1 -1
  871. package/dist/unstable/http/HttpServerError.d.ts +32 -19
  872. package/dist/unstable/http/HttpServerError.d.ts.map +1 -1
  873. package/dist/unstable/http/HttpServerError.js +32 -19
  874. package/dist/unstable/http/HttpServerError.js.map +1 -1
  875. package/dist/unstable/http/HttpServerRequest.d.ts +33 -16
  876. package/dist/unstable/http/HttpServerRequest.d.ts.map +1 -1
  877. package/dist/unstable/http/HttpServerRequest.js.map +1 -1
  878. package/dist/unstable/http/HttpServerRespondable.d.ts.map +1 -1
  879. package/dist/unstable/http/HttpServerRespondable.js +28 -14
  880. package/dist/unstable/http/HttpServerRespondable.js.map +1 -1
  881. package/dist/unstable/http/HttpServerResponse.d.ts +49 -27
  882. package/dist/unstable/http/HttpServerResponse.d.ts.map +1 -1
  883. package/dist/unstable/http/HttpServerResponse.js +43 -21
  884. package/dist/unstable/http/HttpServerResponse.js.map +1 -1
  885. package/dist/unstable/http/HttpStaticServer.d.ts +30 -13
  886. package/dist/unstable/http/HttpStaticServer.d.ts.map +1 -1
  887. package/dist/unstable/http/HttpStaticServer.js +29 -12
  888. package/dist/unstable/http/HttpStaticServer.js.map +1 -1
  889. package/dist/unstable/http/HttpTraceContext.d.ts +28 -15
  890. package/dist/unstable/http/HttpTraceContext.d.ts.map +1 -1
  891. package/dist/unstable/http/HttpTraceContext.js +28 -15
  892. package/dist/unstable/http/HttpTraceContext.js.map +1 -1
  893. package/dist/unstable/http/Multipart.d.ts +37 -17
  894. package/dist/unstable/http/Multipart.d.ts.map +1 -1
  895. package/dist/unstable/http/Multipart.js +37 -17
  896. package/dist/unstable/http/Multipart.js.map +1 -1
  897. package/dist/unstable/http/Template.d.ts +27 -14
  898. package/dist/unstable/http/Template.d.ts.map +1 -1
  899. package/dist/unstable/http/Template.js +25 -12
  900. package/dist/unstable/http/Template.js.map +1 -1
  901. package/dist/unstable/http/Url.d.ts +29 -13
  902. package/dist/unstable/http/Url.d.ts.map +1 -1
  903. package/dist/unstable/http/Url.js +29 -13
  904. package/dist/unstable/http/Url.js.map +1 -1
  905. package/dist/unstable/http/UrlParams.d.ts +33 -18
  906. package/dist/unstable/http/UrlParams.d.ts.map +1 -1
  907. package/dist/unstable/http/UrlParams.js +34 -19
  908. package/dist/unstable/http/UrlParams.js.map +1 -1
  909. package/dist/unstable/http/index.d.ts +0 -452
  910. package/dist/unstable/http/index.d.ts.map +1 -1
  911. package/dist/unstable/http/index.js +0 -452
  912. package/dist/unstable/http/index.js.map +1 -1
  913. package/dist/unstable/httpapi/HttpApi.d.ts +48 -24
  914. package/dist/unstable/httpapi/HttpApi.d.ts.map +1 -1
  915. package/dist/unstable/httpapi/HttpApi.js +1 -1
  916. package/dist/unstable/httpapi/HttpApi.js.map +1 -1
  917. package/dist/unstable/httpapi/HttpApiBuilder.d.ts.map +1 -1
  918. package/dist/unstable/httpapi/HttpApiBuilder.js +37 -23
  919. package/dist/unstable/httpapi/HttpApiBuilder.js.map +1 -1
  920. package/dist/unstable/httpapi/HttpApiClient.d.ts.map +1 -1
  921. package/dist/unstable/httpapi/HttpApiClient.js +28 -16
  922. package/dist/unstable/httpapi/HttpApiClient.js.map +1 -1
  923. package/dist/unstable/httpapi/HttpApiEndpoint.d.ts.map +1 -1
  924. package/dist/unstable/httpapi/HttpApiEndpoint.js +51 -23
  925. package/dist/unstable/httpapi/HttpApiEndpoint.js.map +1 -1
  926. package/dist/unstable/httpapi/HttpApiError.d.ts.map +1 -1
  927. package/dist/unstable/httpapi/HttpApiError.js +36 -16
  928. package/dist/unstable/httpapi/HttpApiError.js.map +1 -1
  929. package/dist/unstable/httpapi/HttpApiGroup.d.ts +34 -23
  930. package/dist/unstable/httpapi/HttpApiGroup.d.ts.map +1 -1
  931. package/dist/unstable/httpapi/HttpApiGroup.js.map +1 -1
  932. package/dist/unstable/httpapi/HttpApiMiddleware.d.ts +49 -25
  933. package/dist/unstable/httpapi/HttpApiMiddleware.d.ts.map +1 -1
  934. package/dist/unstable/httpapi/HttpApiMiddleware.js +49 -25
  935. package/dist/unstable/httpapi/HttpApiMiddleware.js.map +1 -1
  936. package/dist/unstable/httpapi/HttpApiScalar.d.ts +4 -1
  937. package/dist/unstable/httpapi/HttpApiScalar.d.ts.map +1 -1
  938. package/dist/unstable/httpapi/HttpApiScalar.js +28 -16
  939. package/dist/unstable/httpapi/HttpApiScalar.js.map +1 -1
  940. package/dist/unstable/httpapi/HttpApiSchema.d.ts +39 -36
  941. package/dist/unstable/httpapi/HttpApiSchema.d.ts.map +1 -1
  942. package/dist/unstable/httpapi/HttpApiSchema.js +39 -36
  943. package/dist/unstable/httpapi/HttpApiSchema.js.map +1 -1
  944. package/dist/unstable/httpapi/HttpApiSecurity.d.ts +54 -24
  945. package/dist/unstable/httpapi/HttpApiSecurity.d.ts.map +1 -1
  946. package/dist/unstable/httpapi/HttpApiSecurity.js +54 -24
  947. package/dist/unstable/httpapi/HttpApiSecurity.js.map +1 -1
  948. package/dist/unstable/httpapi/HttpApiSwagger.d.ts.map +1 -1
  949. package/dist/unstable/httpapi/HttpApiSwagger.js +28 -16
  950. package/dist/unstable/httpapi/HttpApiSwagger.js.map +1 -1
  951. package/dist/unstable/httpapi/OpenApi.d.ts.map +1 -1
  952. package/dist/unstable/httpapi/OpenApi.js +36 -24
  953. package/dist/unstable/httpapi/OpenApi.js.map +1 -1
  954. package/dist/unstable/httpapi/index.d.ts +0 -311
  955. package/dist/unstable/httpapi/index.d.ts.map +1 -1
  956. package/dist/unstable/httpapi/index.js +0 -311
  957. package/dist/unstable/httpapi/index.js.map +1 -1
  958. package/dist/unstable/observability/Otlp.d.ts +31 -16
  959. package/dist/unstable/observability/Otlp.d.ts.map +1 -1
  960. package/dist/unstable/observability/Otlp.js.map +1 -1
  961. package/dist/unstable/observability/OtlpLogger.d.ts.map +1 -1
  962. package/dist/unstable/observability/OtlpLogger.js +30 -14
  963. package/dist/unstable/observability/OtlpLogger.js.map +1 -1
  964. package/dist/unstable/observability/OtlpResource.d.ts.map +1 -1
  965. package/dist/unstable/observability/OtlpResource.js +33 -15
  966. package/dist/unstable/observability/OtlpResource.js.map +1 -1
  967. package/dist/unstable/observability/OtlpSerialization.d.ts +27 -16
  968. package/dist/unstable/observability/OtlpSerialization.d.ts.map +1 -1
  969. package/dist/unstable/observability/OtlpSerialization.js +27 -16
  970. package/dist/unstable/observability/OtlpSerialization.js.map +1 -1
  971. package/dist/unstable/observability/PrometheusMetrics.d.ts +1 -1
  972. package/dist/unstable/observability/PrometheusMetrics.js +1 -1
  973. package/dist/unstable/observability/index.d.ts +0 -183
  974. package/dist/unstable/observability/index.d.ts.map +1 -1
  975. package/dist/unstable/observability/index.js +0 -183
  976. package/dist/unstable/observability/index.js.map +1 -1
  977. package/dist/unstable/persistence/KeyValueStore.d.ts +4 -1
  978. package/dist/unstable/persistence/KeyValueStore.d.ts.map +1 -1
  979. package/dist/unstable/persistence/KeyValueStore.js +4 -1
  980. package/dist/unstable/persistence/KeyValueStore.js.map +1 -1
  981. package/dist/unstable/persistence/PersistedCache.d.ts +29 -16
  982. package/dist/unstable/persistence/PersistedCache.d.ts.map +1 -1
  983. package/dist/unstable/persistence/PersistedCache.js +27 -14
  984. package/dist/unstable/persistence/PersistedCache.js.map +1 -1
  985. package/dist/unstable/persistence/Redis.d.ts.map +1 -1
  986. package/dist/unstable/persistence/Redis.js +33 -15
  987. package/dist/unstable/persistence/Redis.js.map +1 -1
  988. package/dist/unstable/persistence/index.d.ts +0 -147
  989. package/dist/unstable/persistence/index.d.ts.map +1 -1
  990. package/dist/unstable/persistence/index.js +0 -147
  991. package/dist/unstable/persistence/index.js.map +1 -1
  992. package/dist/unstable/process/ChildProcessSpawner.d.ts +15 -3
  993. package/dist/unstable/process/ChildProcessSpawner.d.ts.map +1 -1
  994. package/dist/unstable/process/ChildProcessSpawner.js +15 -3
  995. package/dist/unstable/process/ChildProcessSpawner.js.map +1 -1
  996. package/dist/unstable/process/index.d.ts +0 -45
  997. package/dist/unstable/process/index.d.ts.map +1 -1
  998. package/dist/unstable/process/index.js +0 -45
  999. package/dist/unstable/process/index.js.map +1 -1
  1000. package/dist/unstable/reactivity/AsyncResult.d.ts +40 -19
  1001. package/dist/unstable/reactivity/AsyncResult.d.ts.map +1 -1
  1002. package/dist/unstable/reactivity/AsyncResult.js +40 -19
  1003. package/dist/unstable/reactivity/AsyncResult.js.map +1 -1
  1004. package/dist/unstable/reactivity/Atom.d.ts +36 -22
  1005. package/dist/unstable/reactivity/Atom.d.ts.map +1 -1
  1006. package/dist/unstable/reactivity/Atom.js +36 -22
  1007. package/dist/unstable/reactivity/Atom.js.map +1 -1
  1008. package/dist/unstable/reactivity/AtomRef.d.ts +32 -16
  1009. package/dist/unstable/reactivity/AtomRef.d.ts.map +1 -1
  1010. package/dist/unstable/reactivity/AtomRef.js +52 -25
  1011. package/dist/unstable/reactivity/AtomRef.js.map +1 -1
  1012. package/dist/unstable/reactivity/AtomRegistry.d.ts +74 -18
  1013. package/dist/unstable/reactivity/AtomRegistry.d.ts.map +1 -1
  1014. package/dist/unstable/reactivity/AtomRegistry.js +74 -18
  1015. package/dist/unstable/reactivity/AtomRegistry.js.map +1 -1
  1016. package/dist/unstable/reactivity/Hydration.d.ts.map +1 -1
  1017. package/dist/unstable/reactivity/Hydration.js +29 -14
  1018. package/dist/unstable/reactivity/Hydration.js.map +1 -1
  1019. package/dist/unstable/reactivity/Reactivity.d.ts +38 -20
  1020. package/dist/unstable/reactivity/Reactivity.d.ts.map +1 -1
  1021. package/dist/unstable/reactivity/Reactivity.js +38 -20
  1022. package/dist/unstable/reactivity/Reactivity.js.map +1 -1
  1023. package/dist/unstable/reactivity/index.d.ts +0 -166
  1024. package/dist/unstable/reactivity/index.d.ts.map +1 -1
  1025. package/dist/unstable/reactivity/index.js +0 -166
  1026. package/dist/unstable/reactivity/index.js.map +1 -1
  1027. package/dist/unstable/rpc/Rpc.d.ts +29 -18
  1028. package/dist/unstable/rpc/Rpc.d.ts.map +1 -1
  1029. package/dist/unstable/rpc/Rpc.js.map +1 -1
  1030. package/dist/unstable/rpc/RpcClient.d.ts.map +1 -1
  1031. package/dist/unstable/rpc/RpcClient.js.map +1 -1
  1032. package/dist/unstable/rpc/RpcClientError.d.ts +29 -15
  1033. package/dist/unstable/rpc/RpcClientError.d.ts.map +1 -1
  1034. package/dist/unstable/rpc/RpcClientError.js +29 -15
  1035. package/dist/unstable/rpc/RpcClientError.js.map +1 -1
  1036. package/dist/unstable/rpc/RpcGroup.d.ts +29 -18
  1037. package/dist/unstable/rpc/RpcGroup.d.ts.map +1 -1
  1038. package/dist/unstable/rpc/RpcGroup.js.map +1 -1
  1039. package/dist/unstable/rpc/RpcMessage.d.ts +34 -16
  1040. package/dist/unstable/rpc/RpcMessage.d.ts.map +1 -1
  1041. package/dist/unstable/rpc/RpcMessage.js.map +1 -1
  1042. package/dist/unstable/rpc/RpcMiddleware.d.ts +31 -21
  1043. package/dist/unstable/rpc/RpcMiddleware.d.ts.map +1 -1
  1044. package/dist/unstable/rpc/RpcMiddleware.js +31 -21
  1045. package/dist/unstable/rpc/RpcMiddleware.js.map +1 -1
  1046. package/dist/unstable/rpc/RpcSchema.d.ts +29 -19
  1047. package/dist/unstable/rpc/RpcSchema.d.ts.map +1 -1
  1048. package/dist/unstable/rpc/RpcSchema.js +29 -19
  1049. package/dist/unstable/rpc/RpcSchema.js.map +1 -1
  1050. package/dist/unstable/rpc/RpcSerialization.d.ts +33 -23
  1051. package/dist/unstable/rpc/RpcSerialization.d.ts.map +1 -1
  1052. package/dist/unstable/rpc/RpcSerialization.js +31 -21
  1053. package/dist/unstable/rpc/RpcSerialization.js.map +1 -1
  1054. package/dist/unstable/rpc/RpcServer.d.ts.map +1 -1
  1055. package/dist/unstable/rpc/RpcServer.js.map +1 -1
  1056. package/dist/unstable/rpc/RpcTest.d.ts +31 -15
  1057. package/dist/unstable/rpc/RpcTest.d.ts.map +1 -1
  1058. package/dist/unstable/rpc/RpcTest.js +31 -15
  1059. package/dist/unstable/rpc/RpcTest.js.map +1 -1
  1060. package/dist/unstable/rpc/RpcWorker.d.ts +29 -14
  1061. package/dist/unstable/rpc/RpcWorker.d.ts.map +1 -1
  1062. package/dist/unstable/rpc/RpcWorker.js.map +1 -1
  1063. package/dist/unstable/rpc/index.d.ts +0 -272
  1064. package/dist/unstable/rpc/index.d.ts.map +1 -1
  1065. package/dist/unstable/rpc/index.js +0 -272
  1066. package/dist/unstable/rpc/index.js.map +1 -1
  1067. package/dist/unstable/schema/index.d.ts +0 -37
  1068. package/dist/unstable/schema/index.d.ts.map +1 -1
  1069. package/dist/unstable/schema/index.js +0 -37
  1070. package/dist/unstable/schema/index.js.map +1 -1
  1071. package/dist/unstable/socket/index.d.ts +0 -44
  1072. package/dist/unstable/socket/index.d.ts.map +1 -1
  1073. package/dist/unstable/socket/index.js +0 -44
  1074. package/dist/unstable/socket/index.js.map +1 -1
  1075. package/dist/unstable/sql/Migrator.d.ts.map +1 -1
  1076. package/dist/unstable/sql/Migrator.js +39 -18
  1077. package/dist/unstable/sql/Migrator.js.map +1 -1
  1078. package/dist/unstable/sql/SqlError.d.ts.map +1 -1
  1079. package/dist/unstable/sql/SqlError.js +31 -15
  1080. package/dist/unstable/sql/SqlError.js.map +1 -1
  1081. package/dist/unstable/sql/SqlSchema.d.ts +30 -15
  1082. package/dist/unstable/sql/SqlSchema.d.ts.map +1 -1
  1083. package/dist/unstable/sql/SqlSchema.js +30 -15
  1084. package/dist/unstable/sql/SqlSchema.js.map +1 -1
  1085. package/dist/unstable/sql/Statement.d.ts +1 -1
  1086. package/dist/unstable/sql/Statement.d.ts.map +1 -1
  1087. package/dist/unstable/sql/Statement.js +34 -14
  1088. package/dist/unstable/sql/Statement.js.map +1 -1
  1089. package/dist/unstable/sql/index.d.ts +0 -178
  1090. package/dist/unstable/sql/index.d.ts.map +1 -1
  1091. package/dist/unstable/sql/index.js +0 -178
  1092. package/dist/unstable/sql/index.js.map +1 -1
  1093. package/dist/unstable/workers/Transferable.d.ts +29 -15
  1094. package/dist/unstable/workers/Transferable.d.ts.map +1 -1
  1095. package/dist/unstable/workers/Transferable.js +29 -15
  1096. package/dist/unstable/workers/Transferable.js.map +1 -1
  1097. package/dist/unstable/workers/Worker.d.ts +36 -23
  1098. package/dist/unstable/workers/Worker.d.ts.map +1 -1
  1099. package/dist/unstable/workers/Worker.js +34 -21
  1100. package/dist/unstable/workers/Worker.js.map +1 -1
  1101. package/dist/unstable/workers/WorkerError.d.ts.map +1 -1
  1102. package/dist/unstable/workers/WorkerError.js +32 -16
  1103. package/dist/unstable/workers/WorkerError.js.map +1 -1
  1104. package/dist/unstable/workers/WorkerRunner.d.ts +31 -20
  1105. package/dist/unstable/workers/WorkerRunner.d.ts.map +1 -1
  1106. package/dist/unstable/workers/WorkerRunner.js +31 -20
  1107. package/dist/unstable/workers/WorkerRunner.js.map +1 -1
  1108. package/dist/unstable/workers/index.d.ts +0 -80
  1109. package/dist/unstable/workers/index.d.ts.map +1 -1
  1110. package/dist/unstable/workers/index.js +0 -80
  1111. package/dist/unstable/workers/index.js.map +1 -1
  1112. package/dist/unstable/workflow/DurableClock.d.ts.map +1 -1
  1113. package/dist/unstable/workflow/DurableClock.js +23 -11
  1114. package/dist/unstable/workflow/DurableClock.js.map +1 -1
  1115. package/dist/unstable/workflow/DurableQueue.d.ts +33 -15
  1116. package/dist/unstable/workflow/DurableQueue.d.ts.map +1 -1
  1117. package/dist/unstable/workflow/DurableQueue.js +33 -15
  1118. package/dist/unstable/workflow/DurableQueue.js.map +1 -1
  1119. package/dist/unstable/workflow/index.d.ts +0 -160
  1120. package/dist/unstable/workflow/index.d.ts.map +1 -1
  1121. package/dist/unstable/workflow/index.js +0 -160
  1122. package/dist/unstable/workflow/index.js.map +1 -1
  1123. package/package.json +1 -1
  1124. package/src/Array.ts +1504 -211
  1125. package/src/BigDecimal.ts +594 -8
  1126. package/src/BigInt.ts +457 -3
  1127. package/src/Boolean.ts +229 -7
  1128. package/src/Brand.ts +100 -8
  1129. package/src/Cache.ts +87 -15
  1130. package/src/Cause.ts +475 -183
  1131. package/src/Channel.ts +498 -84
  1132. package/src/ChannelSchema.ts +96 -3
  1133. package/src/Chunk.ts +120 -0
  1134. package/src/Clock.ts +57 -0
  1135. package/src/Combiner.ts +15 -11
  1136. package/src/Config.ts +126 -40
  1137. package/src/ConfigProvider.ts +48 -25
  1138. package/src/Console.ts +22 -1
  1139. package/src/Context.ts +503 -37
  1140. package/src/Cron.ts +110 -1
  1141. package/src/Crypto.ts +29 -0
  1142. package/src/Data.ts +77 -26
  1143. package/src/DateTime.ts +149 -6
  1144. package/src/Deferred.ts +340 -74
  1145. package/src/Differ.ts +5 -0
  1146. package/src/Duration.ts +164 -11
  1147. package/src/Effect.ts +1860 -543
  1148. package/src/Effectable.ts +14 -0
  1149. package/src/Encoding.ts +135 -1
  1150. package/src/Equal.ts +7 -7
  1151. package/src/Equivalence.ts +44 -27
  1152. package/src/ErrorReporter.ts +123 -5
  1153. package/src/ExecutionPlan.ts +89 -24
  1154. package/src/Exit.ts +128 -82
  1155. package/src/Fiber.ts +317 -68
  1156. package/src/FileSystem.ts +109 -33
  1157. package/src/Filter.ts +221 -2
  1158. package/src/Formatter.ts +3 -3
  1159. package/src/Function.ts +152 -6
  1160. package/src/Graph.ts +275 -3
  1161. package/src/HKT.ts +55 -23
  1162. package/src/Hash.ts +140 -20
  1163. package/src/HashMap.ts +2 -2
  1164. package/src/HashRing.ts +203 -0
  1165. package/src/Inspectable.ts +82 -13
  1166. package/src/Iterable.ts +179 -25
  1167. package/src/JsonPatch.ts +78 -55
  1168. package/src/JsonPointer.ts +2 -2
  1169. package/src/JsonSchema.ts +64 -10
  1170. package/src/Latch.ts +162 -11
  1171. package/src/Layer.ts +250 -74
  1172. package/src/LayerMap.ts +8 -0
  1173. package/src/LogLevel.ts +93 -18
  1174. package/src/Logger.ts +25 -9
  1175. package/src/ManagedRuntime.ts +81 -9
  1176. package/src/Match.ts +220 -24
  1177. package/src/Metric.ts +33 -20
  1178. package/src/MutableHashMap.ts +360 -21
  1179. package/src/MutableHashSet.ts +141 -37
  1180. package/src/MutableList.ts +10 -2
  1181. package/src/MutableRef.ts +136 -0
  1182. package/src/Newtype.ts +20 -11
  1183. package/src/NonEmptyIterable.ts +20 -4
  1184. package/src/Number.ts +417 -2
  1185. package/src/Optic.ts +17 -17
  1186. package/src/Option.ts +168 -129
  1187. package/src/Order.ts +152 -123
  1188. package/src/Ordering.ts +32 -0
  1189. package/src/PartitionedSemaphore.ts +238 -11
  1190. package/src/Path.ts +35 -4
  1191. package/src/Pipeable.ts +27 -2
  1192. package/src/PlatformError.ts +53 -4
  1193. package/src/Pool.ts +174 -32
  1194. package/src/Predicate.ts +149 -115
  1195. package/src/PrimaryKey.ts +74 -8
  1196. package/src/PubSub.ts +94 -20
  1197. package/src/Pull.ts +147 -2
  1198. package/src/Queue.ts +127 -35
  1199. package/src/Random.ts +71 -16
  1200. package/src/RcMap.ts +168 -6
  1201. package/src/RcRef.ts +73 -18
  1202. package/src/Record.ts +95 -1
  1203. package/src/Redactable.ts +20 -16
  1204. package/src/Redacted.ts +82 -4
  1205. package/src/Reducer.ts +17 -5
  1206. package/src/Ref.ts +300 -22
  1207. package/src/References.ts +208 -12
  1208. package/src/RegExp.ts +47 -1
  1209. package/src/Request.ts +215 -32
  1210. package/src/RequestResolver.ts +257 -22
  1211. package/src/Resource.ts +62 -3
  1212. package/src/Result.ts +328 -23
  1213. package/src/Runtime.ts +171 -31
  1214. package/src/Schedule.ts +484 -111
  1215. package/src/Scheduler.ts +50 -1
  1216. package/src/Schema.ts +508 -67
  1217. package/src/SchemaAST.ts +205 -2
  1218. package/src/SchemaGetter.ts +123 -123
  1219. package/src/SchemaIssue.ts +25 -24
  1220. package/src/SchemaParser.ts +279 -21
  1221. package/src/SchemaRepresentation.ts +61 -17
  1222. package/src/SchemaTransformation.ts +76 -38
  1223. package/src/SchemaUtils.ts +38 -11
  1224. package/src/Scope.ts +79 -14
  1225. package/src/ScopedCache.ts +404 -7
  1226. package/src/ScopedRef.ts +67 -5
  1227. package/src/Semaphore.ts +347 -28
  1228. package/src/Sink.ts +307 -4
  1229. package/src/Stdio.ts +69 -15
  1230. package/src/Stream.ts +611 -72
  1231. package/src/String.ts +173 -2
  1232. package/src/Struct.ts +19 -10
  1233. package/src/SubscriptionRef.ts +73 -14
  1234. package/src/Symbol.ts +24 -6
  1235. package/src/SynchronizedRef.ts +502 -2
  1236. package/src/Take.ts +36 -13
  1237. package/src/Terminal.ts +68 -17
  1238. package/src/Tracer.ts +49 -0
  1239. package/src/Trie.ts +48 -9
  1240. package/src/Tuple.ts +70 -35
  1241. package/src/TxChunk.ts +40 -7
  1242. package/src/TxDeferred.ts +85 -2
  1243. package/src/TxPriorityQueue.ts +29 -2
  1244. package/src/TxPubSub.ts +94 -4
  1245. package/src/TxQueue.ts +48 -7
  1246. package/src/TxReentrantLock.ts +40 -4
  1247. package/src/TxRef.ts +112 -7
  1248. package/src/TxSemaphore.ts +173 -14
  1249. package/src/TxSubscriptionRef.ts +205 -2
  1250. package/src/Types.ts +60 -6
  1251. package/src/UndefinedOr.ts +171 -30
  1252. package/src/Unify.ts +120 -12
  1253. package/src/Utils.ts +20 -14
  1254. package/src/index.ts +0 -5205
  1255. package/src/internal/effect.ts +59 -29
  1256. package/src/internal/request.ts +3 -1
  1257. package/src/internal/schema/arbitrary.ts +14 -1
  1258. package/src/internal/schema/representation.ts +37 -14
  1259. package/src/testing/TestConsole.ts +105 -9
  1260. package/src/testing/TestSchema.ts +83 -25
  1261. package/src/testing/index.ts +0 -107
  1262. package/src/unstable/ai/AiError.ts +24 -1
  1263. package/src/unstable/ai/AnthropicStructuredOutput.ts +43 -11
  1264. package/src/unstable/ai/Chat.ts +62 -28
  1265. package/src/unstable/ai/EmbeddingModel.ts +100 -5
  1266. package/src/unstable/ai/IdGenerator.ts +1 -1
  1267. package/src/unstable/ai/LanguageModel.ts +41 -2
  1268. package/src/unstable/ai/McpSchema.ts +10 -2
  1269. package/src/unstable/ai/McpServer.ts +59 -1
  1270. package/src/unstable/ai/Model.ts +35 -13
  1271. package/src/unstable/ai/OpenAiStructuredOutput.ts +48 -1
  1272. package/src/unstable/ai/Prompt.ts +23 -2
  1273. package/src/unstable/ai/Response.ts +71 -13
  1274. package/src/unstable/ai/ResponseIdTracker.ts +34 -12
  1275. package/src/unstable/ai/Telemetry.ts +40 -27
  1276. package/src/unstable/ai/Tokenizer.ts +34 -23
  1277. package/src/unstable/ai/Tool.ts +82 -21
  1278. package/src/unstable/ai/Toolkit.ts +32 -4
  1279. package/src/unstable/ai/index.ts +0 -560
  1280. package/src/unstable/cli/Argument.ts +1 -1
  1281. package/src/unstable/cli/Command.ts +133 -5
  1282. package/src/unstable/cli/Completions.ts +41 -1
  1283. package/src/unstable/cli/Flag.ts +15 -3
  1284. package/src/unstable/cli/GlobalFlag.ts +28 -4
  1285. package/src/unstable/cli/Param.ts +135 -9
  1286. package/src/unstable/cli/Primitive.ts +58 -9
  1287. package/src/unstable/cli/Prompt.ts +26 -1
  1288. package/src/unstable/cli/index.ts +0 -220
  1289. package/src/unstable/cluster/ClusterCron.ts +1 -1
  1290. package/src/unstable/cluster/ClusterError.ts +61 -22
  1291. package/src/unstable/cluster/ClusterMetrics.ts +53 -0
  1292. package/src/unstable/cluster/ClusterSchema.ts +76 -24
  1293. package/src/unstable/cluster/Entity.ts +18 -1
  1294. package/src/unstable/cluster/EntityAddress.ts +19 -0
  1295. package/src/unstable/cluster/EntityId.ts +44 -7
  1296. package/src/unstable/cluster/EntityType.ts +19 -0
  1297. package/src/unstable/cluster/HttpRunner.ts +26 -14
  1298. package/src/unstable/cluster/K8sHttpClient.ts +32 -13
  1299. package/src/unstable/cluster/MachineId.ts +35 -9
  1300. package/src/unstable/cluster/Message.ts +1 -1
  1301. package/src/unstable/cluster/MessageStorage.ts +31 -17
  1302. package/src/unstable/cluster/Runner.ts +46 -13
  1303. package/src/unstable/cluster/RunnerAddress.ts +45 -9
  1304. package/src/unstable/cluster/RunnerHealth.ts +30 -13
  1305. package/src/unstable/cluster/RunnerServer.ts +15 -1
  1306. package/src/unstable/cluster/Runners.ts +24 -0
  1307. package/src/unstable/cluster/ShardId.ts +22 -0
  1308. package/src/unstable/cluster/Sharding.ts +55 -17
  1309. package/src/unstable/cluster/ShardingConfig.ts +57 -13
  1310. package/src/unstable/cluster/ShardingRegistrationEvent.ts +26 -12
  1311. package/src/unstable/cluster/SingleRunner.ts +25 -0
  1312. package/src/unstable/cluster/Singleton.ts +51 -9
  1313. package/src/unstable/cluster/SingletonAddress.ts +27 -13
  1314. package/src/unstable/cluster/Snowflake.ts +13 -0
  1315. package/src/unstable/cluster/SocketRunner.ts +21 -0
  1316. package/src/unstable/cluster/SqlMessageStorage.ts +73 -13
  1317. package/src/unstable/cluster/SqlRunnerStorage.ts +20 -0
  1318. package/src/unstable/cluster/TestRunner.ts +27 -16
  1319. package/src/unstable/cluster/index.ts +0 -790
  1320. package/src/unstable/devtools/DevTools.ts +41 -11
  1321. package/src/unstable/devtools/DevToolsClient.ts +68 -11
  1322. package/src/unstable/devtools/DevToolsSchema.ts +24 -16
  1323. package/src/unstable/devtools/DevToolsServer.ts +18 -11
  1324. package/src/unstable/devtools/index.ts +0 -58
  1325. package/src/unstable/encoding/Msgpack.ts +30 -15
  1326. package/src/unstable/encoding/Ndjson.ts +28 -14
  1327. package/src/unstable/encoding/Sse.ts +35 -14
  1328. package/src/unstable/encoding/index.ts +0 -49
  1329. package/src/unstable/eventlog/Event.ts +30 -15
  1330. package/src/unstable/eventlog/EventGroup.ts +22 -14
  1331. package/src/unstable/eventlog/EventJournal.ts +31 -14
  1332. package/src/unstable/eventlog/EventLog.ts +52 -15
  1333. package/src/unstable/eventlog/EventLogMessage.ts +21 -12
  1334. package/src/unstable/eventlog/EventLogServer.ts +27 -13
  1335. package/src/unstable/eventlog/EventLogServerEncrypted.ts +17 -0
  1336. package/src/unstable/eventlog/EventLogServerUnencrypted.ts +82 -15
  1337. package/src/unstable/eventlog/EventLogSessionAuth.ts +35 -17
  1338. package/src/unstable/eventlog/SqlEventJournal.ts +50 -14
  1339. package/src/unstable/eventlog/SqlEventLogServerEncrypted.ts +39 -15
  1340. package/src/unstable/eventlog/SqlEventLogServerUnencrypted.ts +30 -11
  1341. package/src/unstable/eventlog/index.ts +0 -240
  1342. package/src/unstable/http/Cookies.ts +59 -13
  1343. package/src/unstable/http/Etag.ts +43 -13
  1344. package/src/unstable/http/FetchHttpClient.ts +53 -16
  1345. package/src/unstable/http/Headers.ts +52 -15
  1346. package/src/unstable/http/HttpBody.ts +53 -13
  1347. package/src/unstable/http/HttpClient.ts +88 -22
  1348. package/src/unstable/http/HttpClientError.ts +26 -10
  1349. package/src/unstable/http/HttpClientRequest.ts +36 -15
  1350. package/src/unstable/http/HttpClientResponse.ts +33 -14
  1351. package/src/unstable/http/HttpEffect.ts +32 -15
  1352. package/src/unstable/http/HttpMethod.ts +30 -15
  1353. package/src/unstable/http/HttpRouter.ts +40 -17
  1354. package/src/unstable/http/HttpServer.ts +30 -17
  1355. package/src/unstable/http/HttpServerError.ts +32 -19
  1356. package/src/unstable/http/HttpServerRequest.ts +31 -14
  1357. package/src/unstable/http/HttpServerRespondable.ts +28 -14
  1358. package/src/unstable/http/HttpServerResponse.ts +51 -29
  1359. package/src/unstable/http/HttpStaticServer.ts +29 -12
  1360. package/src/unstable/http/HttpTraceContext.ts +28 -15
  1361. package/src/unstable/http/Multipart.ts +37 -17
  1362. package/src/unstable/http/Template.ts +25 -12
  1363. package/src/unstable/http/Url.ts +29 -13
  1364. package/src/unstable/http/UrlParams.ts +33 -18
  1365. package/src/unstable/http/index.ts +0 -452
  1366. package/src/unstable/httpapi/HttpApi.ts +46 -22
  1367. package/src/unstable/httpapi/HttpApiBuilder.ts +37 -23
  1368. package/src/unstable/httpapi/HttpApiClient.ts +28 -16
  1369. package/src/unstable/httpapi/HttpApiEndpoint.ts +51 -23
  1370. package/src/unstable/httpapi/HttpApiError.ts +36 -16
  1371. package/src/unstable/httpapi/HttpApiGroup.ts +34 -23
  1372. package/src/unstable/httpapi/HttpApiMiddleware.ts +49 -25
  1373. package/src/unstable/httpapi/HttpApiScalar.ts +32 -17
  1374. package/src/unstable/httpapi/HttpApiSchema.ts +39 -36
  1375. package/src/unstable/httpapi/HttpApiSecurity.ts +54 -24
  1376. package/src/unstable/httpapi/HttpApiSwagger.ts +28 -16
  1377. package/src/unstable/httpapi/OpenApi.ts +38 -26
  1378. package/src/unstable/httpapi/index.ts +0 -311
  1379. package/src/unstable/observability/Otlp.ts +31 -16
  1380. package/src/unstable/observability/OtlpLogger.ts +30 -14
  1381. package/src/unstable/observability/OtlpResource.ts +33 -15
  1382. package/src/unstable/observability/OtlpSerialization.ts +25 -14
  1383. package/src/unstable/observability/PrometheusMetrics.ts +1 -1
  1384. package/src/unstable/observability/index.ts +0 -183
  1385. package/src/unstable/persistence/KeyValueStore.ts +4 -1
  1386. package/src/unstable/persistence/PersistedCache.ts +27 -14
  1387. package/src/unstable/persistence/Redis.ts +33 -15
  1388. package/src/unstable/persistence/index.ts +0 -147
  1389. package/src/unstable/process/ChildProcessSpawner.ts +15 -3
  1390. package/src/unstable/process/index.ts +0 -45
  1391. package/src/unstable/reactivity/AsyncResult.ts +38 -17
  1392. package/src/unstable/reactivity/Atom.ts +36 -22
  1393. package/src/unstable/reactivity/AtomRef.ts +58 -25
  1394. package/src/unstable/reactivity/AtomRegistry.ts +72 -16
  1395. package/src/unstable/reactivity/Hydration.ts +31 -16
  1396. package/src/unstable/reactivity/Reactivity.ts +36 -18
  1397. package/src/unstable/reactivity/index.ts +0 -166
  1398. package/src/unstable/rpc/Rpc.ts +29 -18
  1399. package/src/unstable/rpc/RpcClient.ts +31 -22
  1400. package/src/unstable/rpc/RpcClientError.ts +27 -13
  1401. package/src/unstable/rpc/RpcGroup.ts +28 -17
  1402. package/src/unstable/rpc/RpcMessage.ts +34 -16
  1403. package/src/unstable/rpc/RpcMiddleware.ts +31 -21
  1404. package/src/unstable/rpc/RpcSchema.ts +29 -19
  1405. package/src/unstable/rpc/RpcSerialization.ts +31 -21
  1406. package/src/unstable/rpc/RpcServer.ts +31 -23
  1407. package/src/unstable/rpc/RpcTest.ts +29 -13
  1408. package/src/unstable/rpc/RpcWorker.ts +29 -14
  1409. package/src/unstable/rpc/index.ts +0 -272
  1410. package/src/unstable/schema/index.ts +0 -37
  1411. package/src/unstable/socket/index.ts +0 -44
  1412. package/src/unstable/sql/Migrator.ts +39 -18
  1413. package/src/unstable/sql/SqlError.ts +31 -15
  1414. package/src/unstable/sql/SqlSchema.ts +30 -15
  1415. package/src/unstable/sql/Statement.ts +35 -15
  1416. package/src/unstable/sql/index.ts +0 -178
  1417. package/src/unstable/workers/Transferable.ts +29 -15
  1418. package/src/unstable/workers/Worker.ts +34 -21
  1419. package/src/unstable/workers/WorkerError.ts +34 -18
  1420. package/src/unstable/workers/WorkerRunner.ts +29 -18
  1421. package/src/unstable/workers/index.ts +0 -80
  1422. package/src/unstable/workflow/DurableClock.ts +23 -11
  1423. package/src/unstable/workflow/DurableQueue.ts +31 -13
  1424. package/src/unstable/workflow/index.ts +0 -160
package/dist/Cause.d.ts CHANGED
@@ -32,7 +32,7 @@
32
32
  *
33
33
  * ## Gotchas
34
34
  *
35
- * - `findError`/`findDefect` return `Filter.fail` (not `Option.none`) when no match is
35
+ * - `findError`/`findDefect` return `Result.fail` (not `Option.none`) when no match is
36
36
  * found. Use {@link findErrorOption} if you need an `Option`.
37
37
  * - `squash` picks the first `Fail` error, then the first `Die` defect, then falls back
38
38
  * to a generic "interrupted" / "empty" error. It is lossy — use `prettyErrors` or
@@ -59,22 +59,20 @@
59
59
  * const errors = cause.reasons
60
60
  * .filter(Cause.isFailReason)
61
61
  * .map((r) => r.error)
62
+ * .sort()
62
63
  *
63
64
  * const defects = cause.reasons
64
65
  * .filter(Cause.isDieReason)
65
- * .map((r) => r.defect)
66
+ * .map((r) => String(r.defect))
67
+ * .sort()
66
68
  *
67
- * console.log(errors) // ["err1", "err2"] (order may vary)
68
- * console.log(defects) // ["defect"]
69
+ * console.log(errors.join(",")) // "err1,err2"
70
+ * console.log(defects.join(",")) // "defect"
69
71
  * })
70
72
  *
71
73
  * Effect.runPromise(program)
72
74
  * ```
73
75
  *
74
- * @see {@link Cause} — the core interface
75
- * @see {@link Reason} — the union of failure kinds
76
- * @see {@link pretty} — human-readable rendering
77
- *
78
76
  * @since 2.0.0
79
77
  */
80
78
  import * as Context from "./Context.ts";
@@ -104,6 +102,11 @@ export declare const ReasonTypeId: "~effect/Cause/Reason";
104
102
  /**
105
103
  * A structured representation of how an Effect failed.
106
104
  *
105
+ * **When to use**
106
+ *
107
+ * Use to preserve the full structured failure information for an effect instead
108
+ * of collapsing it to a single error value.
109
+ *
107
110
  * **Details**
108
111
  *
109
112
  * Access the individual failure entries through the `reasons` array, then
@@ -129,8 +132,6 @@ export declare const ReasonTypeId: "~effect/Cause/Reason";
129
132
  * console.log(Cause.isFailReason(cause.reasons[0])) // true
130
133
  * ```
131
134
  *
132
- * @see {@link Reason} — the union type stored in `reasons`
133
- *
134
135
  * @category models
135
136
  * @since 2.0.0
136
137
  */
@@ -139,7 +140,7 @@ export interface Cause<out E> extends Pipeable, Inspectable, Equal {
139
140
  readonly reasons: ReadonlyArray<Reason<E>>;
140
141
  }
141
142
  /**
142
- * Tests if an arbitrary value is a {@link Cause}.
143
+ * Tests if an arbitrary value is a `Cause`.
143
144
  *
144
145
  * **Example** (runtime type check)
145
146
  *
@@ -155,7 +156,7 @@ export interface Cause<out E> extends Pipeable, Inspectable, Equal {
155
156
  */
156
157
  export declare const isCause: (self: unknown) => self is Cause<unknown>;
157
158
  /**
158
- * Tests if an arbitrary value is a {@link Reason} (`Fail`, `Die`, or `Interrupt`).
159
+ * Tests if an arbitrary value is a `Reason` (`Fail`, `Die`, or `Interrupt`).
159
160
  *
160
161
  * **Example** (runtime type check)
161
162
  *
@@ -172,7 +173,7 @@ export declare const isCause: (self: unknown) => self is Cause<unknown>;
172
173
  */
173
174
  export declare const isReason: (self: unknown) => self is Reason<unknown>;
174
175
  /**
175
- * A single entry inside a {@link Cause}'s `reasons` array.
176
+ * A single entry inside a `Cause`'s `reasons` array.
176
177
  *
177
178
  * **Details**
178
179
  *
@@ -197,20 +198,17 @@ export declare const isReason: (self: unknown) => self is Reason<unknown>;
197
198
  * }
198
199
  * ```
199
200
  *
200
- * @see {@link Fail} — typed error reason
201
- * @see {@link Die} — untyped defect reason
202
- * @see {@link Interrupt} — interruption reason
203
- *
204
201
  * @category models
205
202
  * @since 4.0.0
206
203
  */
207
204
  export type Reason<E> = Fail<E> | Die | Interrupt;
208
205
  /**
209
- * Narrows a {@link Reason} to {@link Fail}.
206
+ * Narrows a `Reason` to `Fail`.
210
207
  *
211
208
  * **When to use**
212
209
  *
213
- * Useful as a predicate for `Array.filter` when iterating over `cause.reasons`.
210
+ * Use as a predicate for `Array.filter` to pick out typed `Fail` reasons when
211
+ * iterating over `cause.reasons`.
214
212
  *
215
213
  * **Example** (filtering fail reasons)
216
214
  *
@@ -230,11 +228,12 @@ export type Reason<E> = Fail<E> | Die | Interrupt;
230
228
  */
231
229
  export declare const isFailReason: <E>(self: Reason<E>) => self is Fail<E>;
232
230
  /**
233
- * Narrows a {@link Reason} to {@link Die}.
231
+ * Narrows a `Reason` to `Die`.
234
232
  *
235
233
  * **When to use**
236
234
  *
237
- * Useful as a predicate for `Array.filter` when iterating over `cause.reasons`.
235
+ * Use as a predicate for `Array.filter` to pick out `Die` (defect) reasons when
236
+ * iterating over `cause.reasons`.
238
237
  *
239
238
  * **Example** (filtering die reasons)
240
239
  *
@@ -254,11 +253,12 @@ export declare const isFailReason: <E>(self: Reason<E>) => self is Fail<E>;
254
253
  */
255
254
  export declare const isDieReason: <E>(self: Reason<E>) => self is Die;
256
255
  /**
257
- * Narrows a {@link Reason} to {@link Interrupt}.
256
+ * Narrows a `Reason` to `Interrupt`.
258
257
  *
259
258
  * **When to use**
260
259
  *
261
- * Useful as a predicate for `Array.filter` when iterating over `cause.reasons`.
260
+ * Use as a predicate for `Array.filter` to pick out `Interrupt` reasons when
261
+ * iterating over `cause.reasons`.
262
262
  *
263
263
  * **Example** (filtering interrupt reasons)
264
264
  *
@@ -278,7 +278,7 @@ export declare const isDieReason: <E>(self: Reason<E>) => self is Die;
278
278
  */
279
279
  export declare const isInterruptReason: <E>(self: Reason<E>) => self is Interrupt;
280
280
  /**
281
- * Companion namespace for the {@link Cause} interface.
281
+ * Companion namespace for the `Cause` interface.
282
282
  *
283
283
  * @since 2.0.0
284
284
  */
@@ -300,8 +300,7 @@ export declare namespace Cause {
300
300
  */
301
301
  type Error<T> = T extends Cause<infer E> ? E : never;
302
302
  /**
303
- * Base interface shared by all reason types ({@link Fail}, {@link Die},
304
- * {@link Interrupt}).
303
+ * Base interface shared by all reason types (`Fail`, `Die`, `Interrupt`).
305
304
  *
306
305
  * **Details**
307
306
  *
@@ -323,7 +322,7 @@ export declare namespace Cause {
323
322
  }
324
323
  }
325
324
  /**
326
- * Companion namespace for the {@link Reason} type.
325
+ * Companion namespace for the `Reason` type.
327
326
  *
328
327
  * @since 4.0.0
329
328
  */
@@ -348,10 +347,15 @@ export declare namespace Reason {
348
347
  /**
349
348
  * An untyped defect — typically a programming error or an uncaught exception.
350
349
  *
350
+ * **When to use**
351
+ *
352
+ * Use when inspecting `Cause` reasons that represent defects instead of typed
353
+ * failures or interruptions.
354
+ *
351
355
  * **Details**
352
356
  *
353
357
  * The `defect` property is `unknown` because defects are not part of the
354
- * typed error channel. Use {@link isDieReason} to narrow a {@link Reason}
358
+ * typed error channel. Use {@link isDieReason} to narrow a `Reason`
355
359
  * to this type.
356
360
  *
357
361
  * **Example** (accessing the defect)
@@ -359,15 +363,15 @@ export declare namespace Reason {
359
363
  * ```ts
360
364
  * import { Cause } from "effect"
361
365
  *
362
- * const cause = Cause.die(new Error("Unexpected"))
366
+ * const cause = Cause.die("Unexpected")
363
367
  * const reason = cause.reasons[0]
364
368
  * if (Cause.isDieReason(reason)) {
365
- * console.log(reason.defect) // Error: Unexpected
369
+ * console.log(reason.defect) // "Unexpected"
366
370
  * }
367
371
  * ```
368
372
  *
369
- * @see {@link die} create a `Cause` containing a single `Die`
370
- * @see {@link isDieReason} type guard
373
+ * @see {@link die} for constructing a cause with a single `Die` reason
374
+ * @see {@link isDieReason} for narrowing a `Reason` to `Die`
371
375
  *
372
376
  * @category models
373
377
  * @since 2.0.0
@@ -378,10 +382,15 @@ export interface Die extends Cause.ReasonProto<"Die"> {
378
382
  /**
379
383
  * A typed, expected error produced by `Effect.fail`.
380
384
  *
385
+ * **When to use**
386
+ *
387
+ * Use when inspecting `Cause` reasons that represent expected failures from the
388
+ * typed error channel.
389
+ *
381
390
  * **Details**
382
391
  *
383
392
  * The `error` property carries the typed value `E`. Use {@link isFailReason}
384
- * to narrow a {@link Reason} to this type.
393
+ * to narrow a `Reason` to this type.
385
394
  *
386
395
  * **Example** (accessing the error)
387
396
  *
@@ -395,8 +404,8 @@ export interface Die extends Cause.ReasonProto<"Die"> {
395
404
  * }
396
405
  * ```
397
406
  *
398
- * @see {@link fail} create a `Cause` containing a single `Fail`
399
- * @see {@link isFailReason} type guard
407
+ * @see {@link fail} for constructing a cause with a single `Fail` reason
408
+ * @see {@link isFailReason} for narrowing a `Reason` to `Fail`
400
409
  *
401
410
  * @category models
402
411
  * @since 2.0.0
@@ -410,7 +419,7 @@ export interface Fail<out E> extends Cause.ReasonProto<"Fail"> {
410
419
  *
411
420
  * **Details**
412
421
  *
413
- * Use {@link isInterruptReason} to narrow a {@link Reason} to this type.
422
+ * Use {@link isInterruptReason} to narrow a `Reason` to this type.
414
423
  *
415
424
  * **Example** (accessing the fiber ID)
416
425
  *
@@ -424,9 +433,6 @@ export interface Fail<out E> extends Cause.ReasonProto<"Fail"> {
424
433
  * }
425
434
  * ```
426
435
  *
427
- * @see {@link interrupt} — create a `Cause` containing a single `Interrupt`
428
- * @see {@link isInterruptReason} — type guard
429
- *
430
436
  * @category models
431
437
  * @since 2.0.0
432
438
  */
@@ -434,18 +440,23 @@ export interface Interrupt extends Cause.ReasonProto<"Interrupt"> {
434
440
  readonly fiberId: number | undefined;
435
441
  }
436
442
  /**
437
- * Creates a {@link Cause} from an array of {@link Reason} values.
443
+ * Creates a `Cause` from an array of `Reason` values.
438
444
  *
439
445
  * **When to use**
440
446
  *
441
- * Use this when you already have individual reasons (e.g. from filtering or
447
+ * Use when you already have individual reasons (e.g. from filtering or
442
448
  * transforming another cause's `reasons` array) and need to wrap them back
443
449
  * into a `Cause`.
444
450
  *
445
451
  * **Details**
446
452
  *
447
453
  * - Returns a new `Cause`; does not mutate the input array.
448
- * - An empty array produces a cause equivalent to {@link empty}.
454
+ * - An empty array produces a cause equivalent to `empty`.
455
+ *
456
+ * **Gotchas**
457
+ *
458
+ * The `reasons` array is stored as provided. Treat the array as immutable
459
+ * after passing it to this function.
449
460
  *
450
461
  * **Example** (building a cause from reasons)
451
462
  *
@@ -467,23 +478,43 @@ export interface Interrupt extends Cause.ReasonProto<"Interrupt"> {
467
478
  */
468
479
  export declare const fromReasons: <E>(reasons: ReadonlyArray<Reason<E>>) => Cause<E>;
469
480
  /**
470
- * A {@link Cause} with an empty `reasons` array.
481
+ * A `Cause` with an empty `reasons` array.
482
+ *
483
+ * **When to use**
484
+ *
485
+ * Use to represent the absence of failure when constructing or combining
486
+ * causes.
471
487
  *
472
488
  * **Details**
473
489
  *
474
490
  * Represents the absence of failure. Combining any cause with `empty` via
475
491
  * {@link combine} returns the original cause unchanged.
476
492
  *
477
- * @see {@link combine}
493
+ * **Example** (combining with the empty cause)
494
+ *
495
+ * ```ts
496
+ * import { Cause } from "effect"
497
+ *
498
+ * const cause = Cause.combine(Cause.empty, Cause.fail("boom"))
499
+ *
500
+ * console.log(cause.reasons.length) // 1
501
+ * console.log(Cause.hasFails(cause)) // true
502
+ * ```
503
+ *
504
+ * @see {@link combine} for merging causes where `empty` acts as the identity
478
505
  *
479
506
  * @category constructors
480
507
  * @since 2.0.0
481
508
  */
482
509
  export declare const empty: Cause<never>;
483
510
  /**
484
- * Creates a {@link Cause} containing a single {@link Fail} reason with the
511
+ * Creates a `Cause` containing a single `Fail` reason with the
485
512
  * given typed error.
486
513
  *
514
+ * **When to use**
515
+ *
516
+ * Use to construct a cause from an expected typed error.
517
+ *
487
518
  * **Example** (creating a fail cause)
488
519
  *
489
520
  * ```ts
@@ -502,15 +533,19 @@ export declare const empty: Cause<never>;
502
533
  */
503
534
  export declare const fail: <E>(error: E) => Cause<E>;
504
535
  /**
505
- * Creates a {@link Cause} containing a single {@link Die} reason with the
536
+ * Creates a `Cause` containing a single `Die` reason with the
506
537
  * given defect.
507
538
  *
539
+ * **When to use**
540
+ *
541
+ * Use to construct a cause from an untyped defect or unexpected thrown value.
542
+ *
508
543
  * **Example** (creating a die cause)
509
544
  *
510
545
  * ```ts
511
546
  * import { Cause } from "effect"
512
547
  *
513
- * const cause = Cause.die(new Error("Unexpected"))
548
+ * const cause = Cause.die("Unexpected")
514
549
  * console.log(cause.reasons.length) // 1
515
550
  * console.log(Cause.isDieReason(cause.reasons[0])) // true
516
551
  * ```
@@ -523,7 +558,7 @@ export declare const fail: <E>(error: E) => Cause<E>;
523
558
  */
524
559
  export declare const die: (defect: unknown) => Cause<never>;
525
560
  /**
526
- * Creates a {@link Cause} containing a single {@link Interrupt} reason,
561
+ * Creates a `Cause` containing a single `Interrupt` reason,
527
562
  * optionally carrying the interrupting fiber's ID.
528
563
  *
529
564
  * **Example** (creating an interrupt cause)
@@ -544,11 +579,11 @@ export declare const die: (defect: unknown) => Cause<never>;
544
579
  */
545
580
  export declare const interrupt: (fiberId?: number | undefined) => Cause<never>;
546
581
  /**
547
- * Creates a standalone {@link Fail} reason (not wrapped in a {@link Cause}).
582
+ * Creates a standalone `Fail` reason (not wrapped in a `Cause`).
548
583
  *
549
584
  * **When to use**
550
585
  *
551
- * Use this when you need to construct individual reasons for
586
+ * Use when you need to construct individual reasons for
552
587
  * {@link fromReasons} or for direct comparison.
553
588
  *
554
589
  * **Example** (creating a Fail reason)
@@ -569,15 +604,21 @@ export declare const interrupt: (fiberId?: number | undefined) => Cause<never>;
569
604
  */
570
605
  export declare const makeFailReason: <E>(error: E) => Fail<E>;
571
606
  /**
572
- * Creates a standalone {@link Die} reason (not wrapped in a {@link Cause}).
607
+ * Creates a standalone `Die` reason (not wrapped in a `Cause`).
608
+ *
609
+ * **When to use**
610
+ *
611
+ * Use when you need to construct individual reasons for
612
+ * {@link fromReasons} or for direct comparison.
573
613
  *
574
614
  * **Example** (creating a Die reason)
575
615
  *
576
616
  * ```ts
577
617
  * import { Cause } from "effect"
578
618
  *
579
- * const reason = Cause.makeDieReason(new Error("bug"))
619
+ * const reason = Cause.makeDieReason("bug")
580
620
  * console.log(reason._tag) // "Die"
621
+ * console.log(reason.defect) // "bug"
581
622
  * ```
582
623
  *
583
624
  * @see {@link makeFailReason} — create a `Fail` reason
@@ -588,9 +629,14 @@ export declare const makeFailReason: <E>(error: E) => Fail<E>;
588
629
  */
589
630
  export declare const makeDieReason: (defect: unknown) => Die;
590
631
  /**
591
- * Creates a standalone {@link Interrupt} reason (not wrapped in a {@link Cause}),
632
+ * Creates a standalone `Interrupt` reason (not wrapped in a `Cause`),
592
633
  * optionally carrying the interrupting fiber's ID.
593
634
  *
635
+ * **When to use**
636
+ *
637
+ * Use when you need to construct individual reasons for
638
+ * {@link fromReasons} or for direct comparison.
639
+ *
594
640
  * **Example** (creating an Interrupt reason)
595
641
  *
596
642
  * ```ts
@@ -609,12 +655,12 @@ export declare const makeDieReason: (defect: unknown) => Die;
609
655
  */
610
656
  export declare const makeInterruptReason: (fiberId?: number | undefined) => Interrupt;
611
657
  /**
612
- * Returns `true` if every reason in the cause is an {@link Interrupt} (and
658
+ * Returns `true` if every reason in the cause is an `Interrupt` (and
613
659
  * there is at least one reason).
614
660
  *
615
661
  * **When to use**
616
662
  *
617
- * Useful for deciding whether a failure was entirely due to interruption and
663
+ * Use when deciding whether a failure was entirely due to interruption and
618
664
  * can be silently discarded.
619
665
  *
620
666
  * **Example** (checking interrupt-only causes)
@@ -634,13 +680,21 @@ export declare const makeInterruptReason: (fiberId?: number | undefined) => Inte
634
680
  */
635
681
  export declare const hasInterruptsOnly: <E>(self: Cause<E>) => boolean;
636
682
  /**
637
- * Transforms the typed error values inside a {@link Cause} using the
638
- * provided function. Only {@link Fail} reasons are affected; {@link Die}
639
- * and {@link Interrupt} reasons pass through unchanged.
683
+ * Transforms the typed error values inside a `Cause` using the
684
+ * provided function. Only `Fail` reasons are affected; `Die` and `Interrupt`
685
+ * reasons pass through unchanged.
686
+ *
687
+ * **When to use**
688
+ *
689
+ * Use to transform expected typed failures while preserving defects and
690
+ * interruptions unchanged.
640
691
  *
641
692
  * **Details**
642
693
  *
643
- * Returns a new `Cause`; does not mutate the original.
694
+ * If at least one `Fail` reason exists, this returns a new `Cause`
695
+ * containing the mapped failures. If the cause has no `Fail` reasons, the
696
+ * original cause is returned unchanged. In either case, the original cause is
697
+ * not mutated.
644
698
  *
645
699
  * **Example** (mapping errors to uppercase)
646
700
  *
@@ -660,13 +714,21 @@ export declare const hasInterruptsOnly: <E>(self: Cause<E>) => boolean;
660
714
  */
661
715
  export declare const map: {
662
716
  /**
663
- * Transforms the typed error values inside a {@link Cause} using the
664
- * provided function. Only {@link Fail} reasons are affected; {@link Die}
665
- * and {@link Interrupt} reasons pass through unchanged.
717
+ * Transforms the typed error values inside a `Cause` using the
718
+ * provided function. Only `Fail` reasons are affected; `Die` and `Interrupt`
719
+ * reasons pass through unchanged.
720
+ *
721
+ * **When to use**
722
+ *
723
+ * Use to transform expected typed failures while preserving defects and
724
+ * interruptions unchanged.
666
725
  *
667
726
  * **Details**
668
727
  *
669
- * Returns a new `Cause`; does not mutate the original.
728
+ * If at least one `Fail` reason exists, this returns a new `Cause`
729
+ * containing the mapped failures. If the cause has no `Fail` reasons, the
730
+ * original cause is returned unchanged. In either case, the original cause is
731
+ * not mutated.
670
732
  *
671
733
  * **Example** (mapping errors to uppercase)
672
734
  *
@@ -686,13 +748,21 @@ export declare const map: {
686
748
  */
687
749
  <E, E2>(f: (error: Types.NoInfer<E>) => E2): (self: Cause<E>) => Cause<E2>;
688
750
  /**
689
- * Transforms the typed error values inside a {@link Cause} using the
690
- * provided function. Only {@link Fail} reasons are affected; {@link Die}
691
- * and {@link Interrupt} reasons pass through unchanged.
751
+ * Transforms the typed error values inside a `Cause` using the
752
+ * provided function. Only `Fail` reasons are affected; `Die` and `Interrupt`
753
+ * reasons pass through unchanged.
754
+ *
755
+ * **When to use**
756
+ *
757
+ * Use to transform expected typed failures while preserving defects and
758
+ * interruptions unchanged.
692
759
  *
693
760
  * **Details**
694
761
  *
695
- * Returns a new `Cause`; does not mutate the original.
762
+ * If at least one `Fail` reason exists, this returns a new `Cause`
763
+ * containing the mapped failures. If the cause has no `Fail` reasons, the
764
+ * original cause is returned unchanged. In either case, the original cause is
765
+ * not mutated.
696
766
  *
697
767
  * **Example** (mapping errors to uppercase)
698
768
  *
@@ -716,9 +786,13 @@ export declare const map: {
716
786
  * Merges two causes into a single cause whose `reasons` array is the union
717
787
  * of both inputs (de-duplicated by value equality).
718
788
  *
789
+ * **When to use**
790
+ *
791
+ * Use to merge independent causes into one structured failure value.
792
+ *
719
793
  * **Details**
720
794
  *
721
- * - Combining with {@link empty} returns the other cause unchanged.
795
+ * - Combining with `empty` returns the other cause unchanged.
722
796
  * - If the result is structurally equal to `self`, `self` is returned
723
797
  * (referential shortcut).
724
798
  *
@@ -734,6 +808,7 @@ export declare const map: {
734
808
  * ```
735
809
  *
736
810
  * @see {@link fromReasons} — build a cause from an array of reasons
811
+ * @see {@link empty} for the identity cause used when combining
737
812
  *
738
813
  * @category combining
739
814
  * @since 4.0.0
@@ -743,9 +818,13 @@ export declare const combine: {
743
818
  * Merges two causes into a single cause whose `reasons` array is the union
744
819
  * of both inputs (de-duplicated by value equality).
745
820
  *
821
+ * **When to use**
822
+ *
823
+ * Use to merge independent causes into one structured failure value.
824
+ *
746
825
  * **Details**
747
826
  *
748
- * - Combining with {@link empty} returns the other cause unchanged.
827
+ * - Combining with `empty` returns the other cause unchanged.
749
828
  * - If the result is structurally equal to `self`, `self` is returned
750
829
  * (referential shortcut).
751
830
  *
@@ -761,6 +840,7 @@ export declare const combine: {
761
840
  * ```
762
841
  *
763
842
  * @see {@link fromReasons} — build a cause from an array of reasons
843
+ * @see {@link empty} for the identity cause used when combining
764
844
  *
765
845
  * @category combining
766
846
  * @since 4.0.0
@@ -770,9 +850,13 @@ export declare const combine: {
770
850
  * Merges two causes into a single cause whose `reasons` array is the union
771
851
  * of both inputs (de-duplicated by value equality).
772
852
  *
853
+ * **When to use**
854
+ *
855
+ * Use to merge independent causes into one structured failure value.
856
+ *
773
857
  * **Details**
774
858
  *
775
- * - Combining with {@link empty} returns the other cause unchanged.
859
+ * - Combining with `empty` returns the other cause unchanged.
776
860
  * - If the result is structurally equal to `self`, `self` is returned
777
861
  * (referential shortcut).
778
862
  *
@@ -788,6 +872,7 @@ export declare const combine: {
788
872
  * ```
789
873
  *
790
874
  * @see {@link fromReasons} — build a cause from an array of reasons
875
+ * @see {@link empty} for the identity cause used when combining
791
876
  *
792
877
  * @category combining
793
878
  * @since 4.0.0
@@ -795,15 +880,20 @@ export declare const combine: {
795
880
  <E, E2>(self: Cause<E>, that: Cause<E2>): Cause<E | E2>;
796
881
  };
797
882
  /**
798
- * Collapses a {@link Cause} into a single `unknown` value, picking the "most
883
+ * Collapses a `Cause` into a single `unknown` value, picking the "most
799
884
  * important" failure in this order:
800
885
  *
886
+ * **When to use**
887
+ *
888
+ * Use to collapse a structured cause to the single value that synchronous and
889
+ * promise runners would throw.
890
+ *
801
891
  * **Details**
802
892
  *
803
- * 1. First {@link Fail} error (the `E` value)
804
- * 2. First {@link Die} defect
893
+ * 1. First `Fail` error (the `E` value)
894
+ * 2. First `Die` defect
805
895
  * 3. A generic `Error("All fibers interrupted without error")` for interrupt-only causes
806
- * 4. A generic `Error("Empty cause")` for {@link empty}
896
+ * 4. A generic `Error("Empty cause")` for `empty`
807
897
  *
808
898
  * This is the function used by `Effect.runPromise` and `Effect.runSync` to
809
899
  * decide what to throw.
@@ -830,7 +920,12 @@ export declare const combine: {
830
920
  */
831
921
  export declare const squash: <E>(self: Cause<E>) => unknown;
832
922
  /**
833
- * Returns `true` if the cause contains at least one {@link Fail} reason.
923
+ * Returns `true` if the cause contains at least one `Fail` reason.
924
+ *
925
+ * **When to use**
926
+ *
927
+ * Use to check whether a cause includes typed failures before extracting,
928
+ * mapping, or rendering them.
834
929
  *
835
930
  * **Example** (checking for typed errors)
836
931
  *
@@ -849,14 +944,14 @@ export declare const squash: <E>(self: Cause<E>) => unknown;
849
944
  */
850
945
  export declare const hasFails: <E>(self: Cause<E>) => boolean;
851
946
  /**
852
- * Returns a `Result` whose success value is the first {@link Fail} reason in
947
+ * Returns a `Result` whose success value is the first `Fail` reason in
853
948
  * the cause, including its annotations. If the cause has no `Fail` reason, the
854
949
  * failure value is the original cause narrowed to `Cause<never>`, because it
855
950
  * contains no typed error reasons.
856
951
  *
857
952
  * **When to use**
858
953
  *
859
- * Use {@link findError} if you only need the unwrapped error value `E`.
954
+ * Use when you use {@link findError} if you only need the unwrapped error value `E`.
860
955
  *
861
956
  * **Example** (extracting the first Fail reason)
862
957
  *
@@ -872,19 +967,19 @@ export declare const hasFails: <E>(self: Cause<E>) => boolean;
872
967
  * @see {@link findError} — extract the unwrapped `E` value
873
968
  * @see {@link findDie} — extract the first `Die` reason
874
969
  *
875
- * @category filters
970
+ * @category filtering
876
971
  * @since 4.0.0
877
972
  */
878
973
  export declare const findFail: <E>(self: Cause<E>) => Result.Result<Fail<E>, Cause<never>>;
879
974
  /**
880
975
  * Returns a `Result` whose success value is the first typed error value `E`
881
- * from a {@link Fail} reason in the cause. If the cause has no `Fail` reason,
976
+ * from a `Fail` reason in the cause. If the cause has no `Fail` reason,
882
977
  * the failure value is the original cause narrowed to `Cause<never>`, because
883
978
  * it contains no typed error reasons.
884
979
  *
885
980
  * **When to use**
886
981
  *
887
- * Use {@link findFail} if you need the full {@link Fail} reason (including
982
+ * Use when you use {@link findFail} if you need the full `Fail` reason (including
888
983
  * annotations). Use {@link findErrorOption} if you prefer an `Option`.
889
984
  *
890
985
  * **Example** (extracting the first error value)
@@ -901,17 +996,17 @@ export declare const findFail: <E>(self: Cause<E>) => Result.Result<Fail<E>, Cau
901
996
  * @see {@link findFail} — extract the full `Fail` reason
902
997
  * @see {@link findErrorOption} — `Option`-based variant
903
998
  *
904
- * @category filters
999
+ * @category filtering
905
1000
  * @since 4.0.0
906
1001
  */
907
1002
  export declare const findError: <E>(self: Cause<E>) => Result.Result<E, Cause<never>>;
908
1003
  /**
909
1004
  * Returns the first typed error value `E` from a cause wrapped in
910
- * `Option.some`, or `Option.none` if no {@link Fail} reason exists.
1005
+ * `Option.some`, or `Option.none` if no `Fail` reason exists.
911
1006
  *
912
1007
  * **When to use**
913
1008
  *
914
- * This is the `Option`-returning variant of {@link findError} for code that
1009
+ * Use when this is the `Option`-returning variant of {@link findError} for code that
915
1010
  * does not need the original cause returned in a failed `Result`.
916
1011
  *
917
1012
  * **Example** (extracting an error as Option)
@@ -926,14 +1021,19 @@ export declare const findError: <E>(self: Cause<E>) => Result.Result<E, Cause<ne
926
1021
  * console.log(Option.isNone(none)) // true
927
1022
  * ```
928
1023
  *
929
- * @see {@link findError} — `Filter`-based variant
1024
+ * @see {@link findError} — `Result`-based variant
930
1025
  *
931
- * @category filters
1026
+ * @category filtering
932
1027
  * @since 4.0.0
933
1028
  */
934
1029
  export declare const findErrorOption: <E>(input: Cause<E>) => Option<E>;
935
1030
  /**
936
- * Returns `true` if the cause contains at least one {@link Die} reason.
1031
+ * Returns `true` if the cause contains at least one `Die` reason.
1032
+ *
1033
+ * **When to use**
1034
+ *
1035
+ * Use to check whether a cause includes defects before extracting or rendering
1036
+ * them.
937
1037
  *
938
1038
  * **Example** (checking for defects)
939
1039
  *
@@ -952,13 +1052,13 @@ export declare const findErrorOption: <E>(input: Cause<E>) => Option<E>;
952
1052
  */
953
1053
  export declare const hasDies: <E>(self: Cause<E>) => boolean;
954
1054
  /**
955
- * Returns a `Result` whose success value is the first {@link Die} reason in
1055
+ * Returns a `Result` whose success value is the first `Die` reason in
956
1056
  * the cause, including its annotations. If the cause has no `Die` reason, the
957
1057
  * failure value is the original cause.
958
1058
  *
959
1059
  * **When to use**
960
1060
  *
961
- * Use {@link findDefect} if you only need the unwrapped defect value.
1061
+ * Use when you use {@link findDefect} if you only need the unwrapped defect value.
962
1062
  *
963
1063
  * **Example** (extracting the first Die reason)
964
1064
  *
@@ -974,18 +1074,18 @@ export declare const hasDies: <E>(self: Cause<E>) => boolean;
974
1074
  * @see {@link findDefect} — extract the unwrapped defect value
975
1075
  * @see {@link findFail} — extract the first `Fail` reason
976
1076
  *
977
- * @category filters
1077
+ * @category filtering
978
1078
  * @since 4.0.0
979
1079
  */
980
1080
  export declare const findDie: <E>(self: Cause<E>) => Result.Result<Die, Cause<E>>;
981
1081
  /**
982
1082
  * Returns a `Result` whose success value is the first defect value from a
983
- * {@link Die} reason in the cause. If the cause has no `Die` reason, the
1083
+ * `Die` reason in the cause. If the cause has no `Die` reason, the
984
1084
  * failure value is the original cause.
985
1085
  *
986
1086
  * **When to use**
987
1087
  *
988
- * Use {@link findDie} if you need the full `Die` reason (including
1088
+ * Use when you use {@link findDie} if you need the full `Die` reason (including
989
1089
  * annotations).
990
1090
  *
991
1091
  * **Example** (extracting the first defect)
@@ -1002,12 +1102,12 @@ export declare const findDie: <E>(self: Cause<E>) => Result.Result<Die, Cause<E>
1002
1102
  * @see {@link findDie} — extract the full `Die` reason
1003
1103
  * @see {@link findError} — extract the first typed error
1004
1104
  *
1005
- * @category filters
1105
+ * @category filtering
1006
1106
  * @since 4.0.0
1007
1107
  */
1008
1108
  export declare const findDefect: <E>(self: Cause<E>) => Result.Result<unknown, Cause<E>>;
1009
1109
  /**
1010
- * Returns `true` if the cause contains at least one {@link Interrupt} reason.
1110
+ * Returns `true` if the cause contains at least one `Interrupt` reason.
1011
1111
  *
1012
1112
  * **Example** (checking for interruptions)
1013
1113
  *
@@ -1027,10 +1127,15 @@ export declare const findDefect: <E>(self: Cause<E>) => Result.Result<unknown, C
1027
1127
  */
1028
1128
  export declare const hasInterrupts: <E>(self: Cause<E>) => boolean;
1029
1129
  /**
1030
- * Returns a `Result` whose success value is the first {@link Interrupt} reason
1130
+ * Returns a `Result` whose success value is the first `Interrupt` reason
1031
1131
  * in the cause, including its annotations. If the cause has no `Interrupt`
1032
1132
  * reason, the failure value is the original cause.
1033
1133
  *
1134
+ * **When to use**
1135
+ *
1136
+ * Use to extract the first interruption reason when you need its fiber ID and
1137
+ * annotations.
1138
+ *
1034
1139
  * **Example** (extracting the first interrupt)
1035
1140
  *
1036
1141
  * ```ts
@@ -1044,18 +1149,18 @@ export declare const hasInterrupts: <E>(self: Cause<E>) => boolean;
1044
1149
  *
1045
1150
  * @see {@link interruptors} — collect all interrupting fiber IDs as a `Set`
1046
1151
  *
1047
- * @category filters
1152
+ * @category filtering
1048
1153
  * @since 4.0.0
1049
1154
  */
1050
1155
  export declare const findInterrupt: <E>(self: Cause<E>) => Result.Result<Interrupt, Cause<E>>;
1051
1156
  /**
1052
- * Collects the defined fiber IDs from all {@link Interrupt} reasons in the
1157
+ * Collects the defined fiber IDs from all `Interrupt` reasons in the
1053
1158
  * cause into a `ReadonlySet`. Interrupt reasons without a `fiberId` are
1054
1159
  * ignored. Returns an empty set when the cause has no interrupting fiber IDs.
1055
1160
  *
1056
1161
  * **When to use**
1057
1162
  *
1058
- * This always succeeds. Use {@link filterInterruptors} when you want a
1163
+ * Use when this always succeeds. Use {@link filterInterruptors} when you want a
1059
1164
  * `Result` that fails with the original cause if there are no `Interrupt`
1060
1165
  * reasons.
1061
1166
  *
@@ -1068,10 +1173,11 @@ export declare const findInterrupt: <E>(self: Cause<E>) => Result.Result<Interru
1068
1173
  * Cause.interrupt(1),
1069
1174
  * Cause.interrupt(2)
1070
1175
  * )
1071
- * console.log(Cause.interruptors(cause)) // Set { 1, 2 }
1176
+ *
1177
+ * console.log(Cause.interruptors(cause)) // Set(2) { 1, 2 }
1072
1178
  * ```
1073
1179
  *
1074
- * @see {@link filterInterruptors} — `Filter`-based variant
1180
+ * @see {@link filterInterruptors} — `Result`-based variant
1075
1181
  *
1076
1182
  * @category accessors
1077
1183
  * @since 2.0.0
@@ -1079,38 +1185,49 @@ export declare const findInterrupt: <E>(self: Cause<E>) => Result.Result<Interru
1079
1185
  export declare const interruptors: <E>(self: Cause<E>) => ReadonlySet<number>;
1080
1186
  /**
1081
1187
  * Returns a `Result` whose success value is the set of defined fiber IDs from
1082
- * the cause's {@link Interrupt} reasons. If the cause has no `Interrupt`
1188
+ * the cause's `Interrupt` reasons. If the cause has no `Interrupt`
1083
1189
  * reason, the failure value is the original cause.
1084
1190
  *
1085
1191
  * **When to use**
1086
1192
  *
1087
- * Use {@link interruptors} if you always want a `Set` without `Result`
1193
+ * Use when you use {@link interruptors} if you always want a `Set` without `Result`
1088
1194
  * wrapping.
1089
1195
  *
1090
- * **Example** (extracting interruptors with Filter)
1196
+ * **Gotchas**
1197
+ *
1198
+ * Interrupt reasons without a `fiberId` still count as interrupts, so the
1199
+ * function succeeds with an empty `Set` when every interrupt reason has an
1200
+ * undefined fiber ID.
1201
+ *
1202
+ * **Example** (extracting interruptors with Result)
1091
1203
  *
1092
1204
  * ```ts
1093
1205
  * import { Cause, Result } from "effect"
1094
1206
  *
1095
1207
  * const result = Cause.filterInterruptors(Cause.interrupt(1))
1096
1208
  * if (!Result.isFailure(result)) {
1097
- * console.log(result.success) // Set { 1 }
1209
+ * console.log(result.success) // Set(1) { 1 }
1098
1210
  * }
1099
1211
  * ```
1100
1212
  *
1101
1213
  * @see {@link interruptors} — always-succeeding variant
1102
1214
  *
1103
- * @category filters
1215
+ * @category filtering
1104
1216
  * @since 4.0.0
1105
1217
  */
1106
1218
  export declare const filterInterruptors: <E>(self: Cause<E>) => Result.Result<Set<number>, Cause<E>>;
1107
1219
  /**
1108
- * Converts a {@link Cause} into an `Array<Error>` suitable for logging or
1220
+ * Converts a `Cause` into an `Array<Error>` suitable for logging or
1109
1221
  * rethrowing.
1110
1222
  *
1223
+ * **When to use**
1224
+ *
1225
+ * Use to convert every renderable failure in a cause into individual `Error`
1226
+ * values before logging or rethrowing.
1227
+ *
1111
1228
  * **Details**
1112
1229
  *
1113
- * Each {@link Fail} and {@link Die} reason is converted into a standard
1230
+ * Each `Fail` and `Die` reason is converted into a standard
1114
1231
  * `Error`:
1115
1232
  *
1116
1233
  * - **Objects / Error instances** — `message`, `name`, `stack`, and `cause`
@@ -1120,10 +1237,12 @@ export declare const filterInterruptors: <E>(self: Cause<E>) => Result.Result<Se
1120
1237
  * - **Other primitives** (`null`, `undefined`, numbers, …) — wrapped in an
1121
1238
  * `Error` with message `"Unknown error: <value>"`.
1122
1239
  *
1123
- * {@link Interrupt} reasons are collected separately. If the cause contains
1240
+ * `Interrupt` reasons are collected separately. If the cause contains
1124
1241
  * **only** interrupts (no `Fail` or `Die`), a single `InterruptError` is
1125
1242
  * returned whose `cause` lists the interrupting fiber IDs.
1126
1243
  *
1244
+ * An empty cause returns an empty array.
1245
+ *
1127
1246
  * **Example** (converting a cause to errors)
1128
1247
  *
1129
1248
  * ```ts
@@ -1142,9 +1261,14 @@ export declare const filterInterruptors: <E>(self: Cause<E>) => Result.Result<Se
1142
1261
  */
1143
1262
  export declare const prettyErrors: <E>(self: Cause<E>) => Array<Error>;
1144
1263
  /**
1145
- * Renders a {@link Cause} as a human-readable string for logging or
1264
+ * Renders a `Cause` as a human-readable string for logging or
1146
1265
  * debugging.
1147
1266
  *
1267
+ * **When to use**
1268
+ *
1269
+ * Use to render a whole cause as one human-readable string for logs or
1270
+ * diagnostics.
1271
+ *
1148
1272
  * **Details**
1149
1273
  *
1150
1274
  * Delegates to {@link prettyErrors} to convert each reason to an `Error`,
@@ -1162,15 +1286,18 @@ export declare const prettyErrors: <E>(self: Cause<E>) => Array<Error>;
1162
1286
  *
1163
1287
  * Span annotations are appended to the relevant stack frames when available.
1164
1288
  *
1289
+ * **Gotchas**
1290
+ *
1291
+ * Rendering an empty cause produces an empty string because there are no
1292
+ * errors to render.
1293
+ *
1165
1294
  * **Example** (rendering a cause)
1166
1295
  *
1167
1296
  * ```ts
1168
1297
  * import { Cause } from "effect"
1169
1298
  *
1170
- * const cause = Cause.fail("something went wrong")
1171
- * console.log(Cause.pretty(cause))
1172
- * // Error: something went wrong
1173
- * // at ...
1299
+ * const rendered = Cause.pretty(Cause.fail("something went wrong"))
1300
+ * console.log(rendered.includes("something went wrong")) // true
1174
1301
  * ```
1175
1302
  *
1176
1303
  * @see {@link prettyErrors} — get the individual `Error` instances
@@ -1186,10 +1313,9 @@ export declare const pretty: <E>(cause: Cause<E>) => string;
1186
1313
  *
1187
1314
  * **Details**
1188
1315
  *
1189
- * All built-in error classes in this module ({@link NoSuchElementError},
1190
- * {@link TimeoutError}, {@link IllegalArgumentError},
1191
- * {@link ExceededCapacityError}, {@link AsyncFiberError}, and
1192
- * {@link UnknownError}) implement this interface.
1316
+ * All built-in error classes in this module (`NoSuchElementError`,
1317
+ * `TimeoutError`, `IllegalArgumentError`, `ExceededCapacityError`,
1318
+ * `AsyncFiberError`, and `UnknownError`) implement this interface.
1193
1319
  *
1194
1320
  * **Example** (yielding an error in Effect.gen)
1195
1321
  *
@@ -1211,7 +1337,7 @@ export interface YieldableError extends Error, Pipeable, Inspectable {
1211
1337
  [Symbol.iterator](): Effect.EffectIterator<Effect.Effect<never, this, never>>;
1212
1338
  }
1213
1339
  /**
1214
- * Tests if an arbitrary value is a {@link NoSuchElementError}.
1340
+ * Tests if an arbitrary value is a `NoSuchElementError`.
1215
1341
  *
1216
1342
  * **Example** (runtime type check)
1217
1343
  *
@@ -1227,7 +1353,7 @@ export interface YieldableError extends Error, Pipeable, Inspectable {
1227
1353
  */
1228
1354
  export declare const isNoSuchElementError: (u: unknown) => u is NoSuchElementError;
1229
1355
  /**
1230
- * Unique brand for {@link NoSuchElementError}.
1356
+ * Unique brand for `NoSuchElementError`.
1231
1357
  *
1232
1358
  * @category symbols
1233
1359
  * @since 4.0.0
@@ -1236,16 +1362,21 @@ export declare const NoSuchElementErrorTypeId: "~effect/Cause/NoSuchElementError
1236
1362
  /**
1237
1363
  * An error indicating that an expected value was absent.
1238
1364
  *
1365
+ * **When to use**
1366
+ *
1367
+ * Use to model APIs that intentionally turn absence into an error.
1368
+ *
1239
1369
  * **Details**
1240
1370
  *
1241
1371
  * Used by APIs that convert absence into an exception or effect failure, such
1242
- * as `Option.getOrThrow`. Implements {@link YieldableError} so it can be
1372
+ * as `Option.getOrThrow`. Implements `YieldableError` so it can be
1243
1373
  * yielded directly in `Effect.gen`.
1244
1374
  *
1245
1375
  * **Gotchas**
1246
1376
  *
1247
- * Safe lookup APIs that return `Option` should document the `None` case rather
1248
- * than describing it as a thrown `NoSuchElementError`.
1377
+ * Prefer APIs that return `Option` or a typed failure when absence is an
1378
+ * expected case. This error is mainly for APIs that intentionally turn absence
1379
+ * into a thrown value or failed effect.
1249
1380
  *
1250
1381
  * **Example** (creating and checking)
1251
1382
  *
@@ -1257,9 +1388,6 @@ export declare const NoSuchElementErrorTypeId: "~effect/Cause/NoSuchElementError
1257
1388
  * console.log(error.message) // "Element not found"
1258
1389
  * ```
1259
1390
  *
1260
- * @see {@link isNoSuchElementError} — type guard
1261
- * @see {@link NoSuchElementError:var | NoSuchElementError constructor}
1262
- *
1263
1391
  * @category errors
1264
1392
  * @since 4.0.0
1265
1393
  */
@@ -1268,7 +1396,12 @@ export interface NoSuchElementError extends YieldableError {
1268
1396
  readonly _tag: "NoSuchElementError";
1269
1397
  }
1270
1398
  /**
1271
- * Constructs a {@link NoSuchElementError} with an optional message.
1399
+ * Constructs a `NoSuchElementError` with an optional message.
1400
+ *
1401
+ * **When to use**
1402
+ *
1403
+ * Use to create the error value for APIs that intentionally fail when an
1404
+ * expected element is absent.
1272
1405
  *
1273
1406
  * **Example** (creating a NoSuchElementError)
1274
1407
  *
@@ -1279,12 +1412,14 @@ export interface NoSuchElementError extends YieldableError {
1279
1412
  * console.log(error.message) // "Element not found"
1280
1413
  * ```
1281
1414
  *
1415
+ * @see {@link isNoSuchElementError} for checking unknown values
1416
+ *
1282
1417
  * @category constructors
1283
1418
  * @since 4.0.0
1284
1419
  */
1285
1420
  export declare const NoSuchElementError: new (message?: string) => NoSuchElementError;
1286
1421
  /**
1287
- * Tests if an arbitrary value is a {@link Done} signal.
1422
+ * Tests if an arbitrary value is a `Done` signal.
1288
1423
  *
1289
1424
  * **Example** (runtime type check)
1290
1425
  *
@@ -1300,7 +1435,7 @@ export declare const NoSuchElementError: new (message?: string) => NoSuchElement
1300
1435
  */
1301
1436
  export declare const isDone: (u: unknown) => u is Done<any>;
1302
1437
  /**
1303
- * Unique brand for {@link Done} values.
1438
+ * Unique brand for `Done` values.
1304
1439
  *
1305
1440
  * @category symbols
1306
1441
  * @since 4.0.0
@@ -1309,6 +1444,11 @@ export declare const DoneTypeId: "~effect/Cause/Done";
1309
1444
  /**
1310
1445
  * A graceful completion signal for queues and streams.
1311
1446
  *
1447
+ * **When to use**
1448
+ *
1449
+ * Use to model normal producer completion through a stream or queue error
1450
+ * channel.
1451
+ *
1312
1452
  * **Details**
1313
1453
  *
1314
1454
  * `Done` indicates that a producer has finished normally — no more elements
@@ -1331,9 +1471,6 @@ export declare const DoneTypeId: "~effect/Cause/Done";
1331
1471
  * })
1332
1472
  * ```
1333
1473
  *
1334
- * @see {@link isDone} — type guard
1335
- * @see {@link done} — create a failing Effect with `Done`
1336
- *
1337
1474
  * @category errors
1338
1475
  * @since 4.0.0
1339
1476
  */
@@ -1343,7 +1480,7 @@ export interface Done<A = void> {
1343
1480
  readonly value: A;
1344
1481
  }
1345
1482
  /**
1346
- * Companion namespace for the {@link Done} interface.
1483
+ * Companion namespace for the `Done` interface.
1347
1484
  *
1348
1485
  * @since 4.0.0
1349
1486
  */
@@ -1365,7 +1502,12 @@ export declare namespace Done {
1365
1502
  type Only<E> = E extends Done<infer L> ? Done<L> : never;
1366
1503
  }
1367
1504
  /**
1368
- * Creates a {@link Done} signal with an optional value.
1505
+ * Creates a `Done` signal with an optional value.
1506
+ *
1507
+ * **When to use**
1508
+ *
1509
+ * Use when you need the completion signal value itself. Use {@link done}
1510
+ * when you need an `Effect` that fails with the signal.
1369
1511
  *
1370
1512
  * @see {@link done} — create a failing `Effect` with `Done`
1371
1513
  *
@@ -1374,24 +1516,41 @@ export declare namespace Done {
1374
1516
  */
1375
1517
  export declare const Done: <A = void>(value?: A) => Done<A>;
1376
1518
  /**
1377
- * Creates an Effect that fails with a {@link Done} error. Shorthand for
1519
+ * Creates an Effect that fails with a `Done` error. Shorthand for
1378
1520
  * `Effect.fail(Cause.Done(value))`.
1379
1521
  *
1380
- * @see {@link Done:var | Done} — create the signal value without an Effect
1522
+ * **When to use**
1523
+ *
1524
+ * Use when you use this in effect workflows that model stream or queue completion through
1525
+ * the error channel.
1526
+ *
1527
+ * **Example** (failing with Done)
1528
+ *
1529
+ * ```ts
1530
+ * import { Cause, Effect } from "effect"
1531
+ *
1532
+ * const program = Cause.done("finished")
1533
+ *
1534
+ * Effect.runPromiseExit(program).then((exit) => {
1535
+ * console.log(exit._tag) // "Failure"
1536
+ * })
1537
+ * ```
1538
+ *
1539
+ * @see {@link Done} — create the signal value without an Effect
1381
1540
  *
1382
1541
  * @category constructors
1383
1542
  * @since 4.0.0
1384
1543
  */
1385
1544
  export declare const done: <A = void>(value?: A) => Effect.Effect<never, Done<A>>;
1386
1545
  /**
1387
- * Unique brand for {@link TimeoutError}.
1546
+ * Unique brand for `TimeoutError`.
1388
1547
  *
1389
1548
  * @category symbols
1390
1549
  * @since 4.0.0
1391
1550
  */
1392
1551
  export declare const TimeoutErrorTypeId: "~effect/Cause/TimeoutError";
1393
1552
  /**
1394
- * Tests if an arbitrary value is a {@link TimeoutError}.
1553
+ * Tests if an arbitrary value is a `TimeoutError`.
1395
1554
  *
1396
1555
  * **Example** (runtime type check)
1397
1556
  *
@@ -1412,7 +1571,7 @@ export declare const isTimeoutError: (u: unknown) => u is TimeoutError;
1412
1571
  * **Details**
1413
1572
  *
1414
1573
  * Produced by `Effect.timeout` and related APIs. Implements
1415
- * {@link YieldableError}.
1574
+ * `YieldableError`.
1416
1575
  *
1417
1576
  * **Example** (creating and checking)
1418
1577
  *
@@ -1424,8 +1583,6 @@ export declare const isTimeoutError: (u: unknown) => u is TimeoutError;
1424
1583
  * console.log(error.message) // "Operation timed out"
1425
1584
  * ```
1426
1585
  *
1427
- * @see {@link isTimeoutError} — type guard
1428
- *
1429
1586
  * @category errors
1430
1587
  * @since 4.0.0
1431
1588
  */
@@ -1434,7 +1591,7 @@ export interface TimeoutError extends YieldableError {
1434
1591
  readonly _tag: "TimeoutError";
1435
1592
  }
1436
1593
  /**
1437
- * Constructs a {@link TimeoutError} with an optional message.
1594
+ * Constructs a `TimeoutError` with an optional message.
1438
1595
  *
1439
1596
  * **Example** (creating a TimeoutError)
1440
1597
  *
@@ -1450,14 +1607,14 @@ export interface TimeoutError extends YieldableError {
1450
1607
  */
1451
1608
  export declare const TimeoutError: new (message?: string) => TimeoutError;
1452
1609
  /**
1453
- * Unique brand for {@link IllegalArgumentError}.
1610
+ * Unique brand for `IllegalArgumentError`.
1454
1611
  *
1455
1612
  * @category symbols
1456
1613
  * @since 4.0.0
1457
1614
  */
1458
1615
  export declare const IllegalArgumentErrorTypeId: "~effect/Cause/IllegalArgumentError";
1459
1616
  /**
1460
- * Tests if an arbitrary value is an {@link IllegalArgumentError}.
1617
+ * Tests if an arbitrary value is an `IllegalArgumentError`.
1461
1618
  *
1462
1619
  * **Example** (runtime type check)
1463
1620
  *
@@ -1478,7 +1635,7 @@ export declare const isIllegalArgumentError: (u: unknown) => u is IllegalArgumen
1478
1635
  *
1479
1636
  * **Details**
1480
1637
  *
1481
- * Implements {@link YieldableError}.
1638
+ * Implements `YieldableError`.
1482
1639
  *
1483
1640
  * **Example** (creating and checking)
1484
1641
  *
@@ -1490,8 +1647,6 @@ export declare const isIllegalArgumentError: (u: unknown) => u is IllegalArgumen
1490
1647
  * console.log(error.message) // "Expected positive number"
1491
1648
  * ```
1492
1649
  *
1493
- * @see {@link isIllegalArgumentError} — type guard
1494
- *
1495
1650
  * @category errors
1496
1651
  * @since 4.0.0
1497
1652
  */
@@ -1500,7 +1655,7 @@ export interface IllegalArgumentError extends YieldableError {
1500
1655
  readonly _tag: "IllegalArgumentError";
1501
1656
  }
1502
1657
  /**
1503
- * Constructs an {@link IllegalArgumentError} with an optional message.
1658
+ * Constructs an `IllegalArgumentError` with an optional message.
1504
1659
  *
1505
1660
  * **Example** (creating an IllegalArgumentError)
1506
1661
  *
@@ -1516,7 +1671,7 @@ export interface IllegalArgumentError extends YieldableError {
1516
1671
  */
1517
1672
  export declare const IllegalArgumentError: new (message?: string) => IllegalArgumentError;
1518
1673
  /**
1519
- * Tests if an arbitrary value is an {@link ExceededCapacityError}.
1674
+ * Tests if an arbitrary value is an `ExceededCapacityError`.
1520
1675
  *
1521
1676
  * **Example** (runtime type check)
1522
1677
  *
@@ -1532,7 +1687,7 @@ export declare const IllegalArgumentError: new (message?: string) => IllegalArgu
1532
1687
  */
1533
1688
  export declare const isExceededCapacityError: (u: unknown) => u is ExceededCapacityError;
1534
1689
  /**
1535
- * Unique brand for {@link ExceededCapacityError}.
1690
+ * Unique brand for `ExceededCapacityError`.
1536
1691
  *
1537
1692
  * @category symbols
1538
1693
  * @since 4.0.0
@@ -1542,9 +1697,14 @@ export declare const ExceededCapacityErrorTypeId: "~effect/Cause/ExceededCapacit
1542
1697
  * An error indicating that a bounded resource (queue, pool, semaphore, etc.)
1543
1698
  * has exceeded its capacity.
1544
1699
  *
1700
+ * **When to use**
1701
+ *
1702
+ * Use to model bounded-resource failures where an operation cannot proceed
1703
+ * because capacity has been exhausted.
1704
+ *
1545
1705
  * **Details**
1546
1706
  *
1547
- * Implements {@link YieldableError}.
1707
+ * Implements `YieldableError`.
1548
1708
  *
1549
1709
  * **Example** (creating and checking)
1550
1710
  *
@@ -1556,8 +1716,6 @@ export declare const ExceededCapacityErrorTypeId: "~effect/Cause/ExceededCapacit
1556
1716
  * console.log(error.message) // "Queue full"
1557
1717
  * ```
1558
1718
  *
1559
- * @see {@link isExceededCapacityError} — type guard
1560
- *
1561
1719
  * @category errors
1562
1720
  * @since 4.0.0
1563
1721
  */
@@ -1566,7 +1724,11 @@ export interface ExceededCapacityError extends YieldableError {
1566
1724
  readonly _tag: "ExceededCapacityError";
1567
1725
  }
1568
1726
  /**
1569
- * Constructs an {@link ExceededCapacityError} with an optional message.
1727
+ * Constructs an `ExceededCapacityError` with an optional message.
1728
+ *
1729
+ * **When to use**
1730
+ *
1731
+ * Use to create the error value for bounded-resource capacity failures.
1570
1732
  *
1571
1733
  * **Example** (creating an ExceededCapacityError)
1572
1734
  *
@@ -1577,19 +1739,35 @@ export interface ExceededCapacityError extends YieldableError {
1577
1739
  * console.log(error.message) // "Queue full"
1578
1740
  * ```
1579
1741
  *
1742
+ * @see {@link isExceededCapacityError} for checking unknown values
1743
+ *
1580
1744
  * @category constructors
1581
1745
  * @since 4.0.0
1582
1746
  */
1583
1747
  export declare const ExceededCapacityError: new (message?: string) => ExceededCapacityError;
1584
1748
  /**
1585
- * Unique brand for {@link AsyncFiberError}.
1749
+ * Unique brand present on `AsyncFiberError` values and used by
1750
+ * `isAsyncFiberError` for runtime checks.
1586
1751
  *
1587
1752
  * @category symbols
1588
1753
  * @since 4.0.0
1589
1754
  */
1590
1755
  export declare const AsyncFiberErrorTypeId: "~effect/Cause/AsyncFiberError";
1591
1756
  /**
1592
- * Tests if an arbitrary value is an {@link AsyncFiberError}.
1757
+ * Tests if an arbitrary value is an `AsyncFiberError`.
1758
+ *
1759
+ * **Example** (runtime type check)
1760
+ *
1761
+ * ```ts
1762
+ * import { Cause } from "effect"
1763
+ * import type { Fiber } from "effect"
1764
+ *
1765
+ * declare const fiber: Fiber.Fiber<unknown, unknown>
1766
+ *
1767
+ * const error = new Cause.AsyncFiberError(fiber)
1768
+ * console.log(Cause.isAsyncFiberError(error)) // true
1769
+ * console.log(Cause.isAsyncFiberError("nope")) // false
1770
+ * ```
1593
1771
  *
1594
1772
  * @category guards
1595
1773
  * @since 4.0.0
@@ -1598,6 +1776,29 @@ export declare const isAsyncFiberError: (u: unknown) => u is AsyncFiberError;
1598
1776
  /**
1599
1777
  * An error that occurs when trying to run an async fiber with Effect.runSync.
1600
1778
  *
1779
+ * **When to use**
1780
+ *
1781
+ * Use to inspect failures produced when synchronous runners encounter an effect
1782
+ * that cannot complete synchronously.
1783
+ *
1784
+ * **Details**
1785
+ *
1786
+ * The `fiber` property stores the fiber that could not be synchronously
1787
+ * resolved. This error implements `YieldableError`.
1788
+ *
1789
+ * **Example** (accessing the fiber)
1790
+ *
1791
+ * ```ts
1792
+ * import { Cause } from "effect"
1793
+ * import type { Fiber } from "effect"
1794
+ *
1795
+ * declare const fiber: Fiber.Fiber<unknown, unknown>
1796
+ *
1797
+ * const error = new Cause.AsyncFiberError(fiber)
1798
+ * console.log(error._tag) // "AsyncFiberError"
1799
+ * console.log(error.fiber === fiber) // true
1800
+ * ```
1801
+ *
1601
1802
  * @category errors
1602
1803
  * @since 4.0.0
1603
1804
  */
@@ -1607,21 +1808,41 @@ export interface AsyncFiberError extends YieldableError {
1607
1808
  readonly fiber: Fiber<unknown, unknown>;
1608
1809
  }
1609
1810
  /**
1610
- * An error that occurs when trying to run an async fiber with Effect.runSync.
1811
+ * Constructs an `AsyncFiberError` for a fiber that could not be resolved
1812
+ * synchronously.
1813
+ *
1814
+ * **When to use**
1815
+ *
1816
+ * Use to create the error value for a fiber that could not be completed by a
1817
+ * synchronous runner.
1818
+ *
1819
+ * **Example** (creating an AsyncFiberError)
1820
+ *
1821
+ * ```ts
1822
+ * import { Cause } from "effect"
1823
+ * import type { Fiber } from "effect"
1824
+ *
1825
+ * declare const fiber: Fiber.Fiber<unknown, unknown>
1826
+ *
1827
+ * const error = new Cause.AsyncFiberError(fiber)
1828
+ * console.log(error.message) // "An asynchronous Effect was executed with Effect.runSync"
1829
+ * ```
1830
+ *
1831
+ * @see {@link isAsyncFiberError} for checking unknown values
1611
1832
  *
1612
1833
  * @category constructors
1613
1834
  * @since 4.0.0
1614
1835
  */
1615
1836
  export declare const AsyncFiberError: new (fiber: Fiber<unknown, unknown>) => AsyncFiberError;
1616
1837
  /**
1617
- * Unique brand for {@link UnknownError}.
1838
+ * Unique brand for `UnknownError`.
1618
1839
  *
1619
1840
  * @category symbols
1620
1841
  * @since 4.0.0
1621
1842
  */
1622
1843
  export declare const UnknownErrorTypeId: "~effect/Cause/UnknownError";
1623
1844
  /**
1624
- * Tests if an arbitrary value is an {@link UnknownError}.
1845
+ * Tests if an arbitrary value is an `UnknownError`.
1625
1846
  *
1626
1847
  * **Example** (runtime type check)
1627
1848
  *
@@ -1641,9 +1862,9 @@ export declare const isUnknownError: (u: unknown) => u is UnknownError;
1641
1862
  *
1642
1863
  * **Details**
1643
1864
  *
1644
- * Produced by the runtime when an effect throws a non-`Error` value.
1645
- * The original thrown value is stored in the `cause` property (inherited
1646
- * from `Error`). Implements {@link YieldableError}.
1865
+ * Used when a thrown or rejected value is not represented by a more specific
1866
+ * typed error. The original value is stored in the `cause` property inherited
1867
+ * from `Error`. Implements `YieldableError`.
1647
1868
  *
1648
1869
  * **Example** (creating and checking)
1649
1870
  *
@@ -1655,8 +1876,6 @@ export declare const isUnknownError: (u: unknown) => u is UnknownError;
1655
1876
  * console.log(error.message) // "Something unknown"
1656
1877
  * ```
1657
1878
  *
1658
- * @see {@link isUnknownError} — type guard
1659
- *
1660
1879
  * @category errors
1661
1880
  * @since 4.0.0
1662
1881
  */
@@ -1665,7 +1884,7 @@ export interface UnknownError extends YieldableError {
1665
1884
  readonly _tag: "UnknownError";
1666
1885
  }
1667
1886
  /**
1668
- * Constructs an {@link UnknownError}. The first argument is the original
1887
+ * Constructs an `UnknownError`. The first argument is the original
1669
1888
  * cause (stored in `Error.cause`); the second is an optional human-readable
1670
1889
  * message.
1671
1890
  *
@@ -1683,7 +1902,11 @@ export interface UnknownError extends YieldableError {
1683
1902
  */
1684
1903
  export declare const UnknownError: new (cause: unknown, message?: string) => UnknownError;
1685
1904
  /**
1686
- * Attaches metadata to every reason in a {@link Cause}.
1905
+ * Attaches metadata to every reason in a `Cause`.
1906
+ *
1907
+ * **When to use**
1908
+ *
1909
+ * Use to attach diagnostic metadata to every reason in a cause.
1687
1910
  *
1688
1911
  * **Details**
1689
1912
  *
@@ -1700,19 +1923,27 @@ export declare const UnknownError: new (cause: unknown, message?: string) => Unk
1700
1923
  * ```ts
1701
1924
  * import { Cause, Context } from "effect"
1702
1925
  *
1926
+ * class RequestId extends Context.Service<RequestId, string>()("RequestId") {}
1927
+ *
1703
1928
  * const cause = Cause.fail("error")
1704
- * const annotated = Cause.annotate(cause, Context.empty())
1929
+ * const annotated = Cause.annotate(cause, Context.make(RequestId, "req-1"))
1930
+ *
1931
+ * console.log(Context.getOrUndefined(Cause.annotations(annotated), RequestId)) // "req-1"
1705
1932
  * ```
1706
1933
  *
1707
- * @see {@link annotations} read merged annotations from a cause
1708
- * @see {@link reasonAnnotations} read annotations from a single reason
1934
+ * @see {@link annotations} for reading merged annotations from a cause
1935
+ * @see {@link reasonAnnotations} for reading annotations from a single reason
1709
1936
  *
1710
1937
  * @category annotations
1711
1938
  * @since 4.0.0
1712
1939
  */
1713
1940
  export declare const annotate: {
1714
1941
  /**
1715
- * Attaches metadata to every reason in a {@link Cause}.
1942
+ * Attaches metadata to every reason in a `Cause`.
1943
+ *
1944
+ * **When to use**
1945
+ *
1946
+ * Use to attach diagnostic metadata to every reason in a cause.
1716
1947
  *
1717
1948
  * **Details**
1718
1949
  *
@@ -1729,12 +1960,16 @@ export declare const annotate: {
1729
1960
  * ```ts
1730
1961
  * import { Cause, Context } from "effect"
1731
1962
  *
1963
+ * class RequestId extends Context.Service<RequestId, string>()("RequestId") {}
1964
+ *
1732
1965
  * const cause = Cause.fail("error")
1733
- * const annotated = Cause.annotate(cause, Context.empty())
1966
+ * const annotated = Cause.annotate(cause, Context.make(RequestId, "req-1"))
1967
+ *
1968
+ * console.log(Context.getOrUndefined(Cause.annotations(annotated), RequestId)) // "req-1"
1734
1969
  * ```
1735
1970
  *
1736
- * @see {@link annotations} read merged annotations from a cause
1737
- * @see {@link reasonAnnotations} read annotations from a single reason
1971
+ * @see {@link annotations} for reading merged annotations from a cause
1972
+ * @see {@link reasonAnnotations} for reading annotations from a single reason
1738
1973
  *
1739
1974
  * @category annotations
1740
1975
  * @since 4.0.0
@@ -1743,7 +1978,11 @@ export declare const annotate: {
1743
1978
  readonly overwrite?: boolean | undefined;
1744
1979
  }): <E>(self: Cause<E>) => Cause<E>;
1745
1980
  /**
1746
- * Attaches metadata to every reason in a {@link Cause}.
1981
+ * Attaches metadata to every reason in a `Cause`.
1982
+ *
1983
+ * **When to use**
1984
+ *
1985
+ * Use to attach diagnostic metadata to every reason in a cause.
1747
1986
  *
1748
1987
  * **Details**
1749
1988
  *
@@ -1760,12 +1999,16 @@ export declare const annotate: {
1760
1999
  * ```ts
1761
2000
  * import { Cause, Context } from "effect"
1762
2001
  *
2002
+ * class RequestId extends Context.Service<RequestId, string>()("RequestId") {}
2003
+ *
1763
2004
  * const cause = Cause.fail("error")
1764
- * const annotated = Cause.annotate(cause, Context.empty())
2005
+ * const annotated = Cause.annotate(cause, Context.make(RequestId, "req-1"))
2006
+ *
2007
+ * console.log(Context.getOrUndefined(Cause.annotations(annotated), RequestId)) // "req-1"
1765
2008
  * ```
1766
2009
  *
1767
- * @see {@link annotations} read merged annotations from a cause
1768
- * @see {@link reasonAnnotations} read annotations from a single reason
2010
+ * @see {@link annotations} for reading merged annotations from a cause
2011
+ * @see {@link reasonAnnotations} for reading annotations from a single reason
1769
2012
  *
1770
2013
  * @category annotations
1771
2014
  * @since 4.0.0
@@ -1775,29 +2018,60 @@ export declare const annotate: {
1775
2018
  }): Cause<E>;
1776
2019
  };
1777
2020
  /**
1778
- * Reads the annotations from a single {@link Reason} as a `Context`.
2021
+ * Reads the annotations from a single `Reason` as a `Context`.
1779
2022
  *
1780
2023
  * **When to use**
1781
2024
  *
1782
- * Use this when you need tracing metadata (e.g. {@link StackTrace}) from
2025
+ * Use when you need tracing metadata (e.g. `StackTrace`) from
1783
2026
  * a specific reason rather than the whole cause.
1784
2027
  *
2028
+ * **Example** (reading reason annotations)
2029
+ *
2030
+ * ```ts
2031
+ * import { Cause, Context } from "effect"
2032
+ *
2033
+ * class RequestId extends Context.Service<RequestId, string>()("RequestId") {}
2034
+ *
2035
+ * const reason = Cause.makeFailReason("error")
2036
+ * const annotated = reason.annotate(Context.make(RequestId, "req-1"))
2037
+ *
2038
+ * console.log(Context.getOrUndefined(Cause.reasonAnnotations(annotated), RequestId)) // "req-1"
2039
+ * ```
2040
+ *
1785
2041
  * @see {@link annotations} — merged annotations from all reasons in a cause
1786
- * @see {@link annotate} — attach annotations
1787
2042
  *
1788
2043
  * @category annotations
1789
2044
  * @since 4.0.0
1790
2045
  */
1791
2046
  export declare const reasonAnnotations: <E>(self: Reason<E>) => Context.Context<never>;
1792
2047
  /**
1793
- * Reads the merged annotations from all reasons in a {@link Cause}.
2048
+ * Reads the merged annotations from all reasons in a `Cause`.
1794
2049
  *
1795
- * **Details**
2050
+ * **When to use**
2051
+ *
2052
+ * Use to read diagnostic metadata merged from the whole cause.
2053
+ *
2054
+ * **Gotchas**
2055
+ *
2056
+ * When multiple reasons contain the same annotation key, the value from the
2057
+ * later reason wins.
2058
+ *
2059
+ * **Example** (reading merged annotations)
2060
+ *
2061
+ * ```ts
2062
+ * import { Cause, Context } from "effect"
1796
2063
  *
1797
- * Annotations from later reasons overwrite earlier ones when keys collide.
2064
+ * class RequestId extends Context.Service<RequestId, string>()("RequestId") {}
2065
+ *
2066
+ * const cause = Cause.annotate(
2067
+ * Cause.fail("error"),
2068
+ * Context.make(RequestId, "req-1")
2069
+ * )
2070
+ *
2071
+ * console.log(Context.getOrUndefined(Cause.annotations(cause), RequestId)) // "req-1"
2072
+ * ```
1798
2073
  *
1799
2074
  * @see {@link reasonAnnotations} — annotations from a single reason
1800
- * @see {@link annotate} — attach annotations
1801
2075
  *
1802
2076
  * @category annotations
1803
2077
  * @since 4.0.0
@@ -1807,12 +2081,21 @@ declare const StackTrace_base: Context.ServiceClass<StackTrace, "effect/Cause/St
1807
2081
  /**
1808
2082
  * `Context` key for the stack frame captured at the point of failure.
1809
2083
  *
2084
+ * **When to use**
2085
+ *
2086
+ * Use to read the failure stack-frame annotation from a `Reason` when building
2087
+ * diagnostics, logging, or custom cause renderers.
2088
+ *
1810
2089
  * **Details**
1811
2090
  *
1812
2091
  * The runtime annotates every reason with this when a stack frame is
1813
2092
  * available. Retrieve it via
1814
2093
  * `Context.get(Cause.reasonAnnotations(reason), Cause.StackTrace)`.
1815
2094
  *
2095
+ * @see {@link reasonAnnotations} for reading annotations from a single reason
2096
+ * @see {@link annotations} for reading merged annotations from a cause
2097
+ * @see {@link InterruptorStackTrace} for the interrupt-specific stack-frame annotation
2098
+ *
1816
2099
  * @category annotations
1817
2100
  * @since 4.0.0
1818
2101
  */
@@ -1823,9 +2106,18 @@ declare const InterruptorStackTrace_base: Context.ServiceClass<InterruptorStackT
1823
2106
  * `Context` key for the stack frame captured at the point of
1824
2107
  * interruption.
1825
2108
  *
2109
+ * **When to use**
2110
+ *
2111
+ * Use when attaching or reading the stack-frame annotation consumed by
2112
+ * interrupt-only cause rendering.
2113
+ *
1826
2114
  * **Details**
1827
2115
  *
1828
- * Similar to {@link StackTrace} but specific to {@link Interrupt} reasons.
2116
+ * Similar to `StackTrace` but specific to `Interrupt` reasons.
2117
+ *
2118
+ * @see {@link StackTrace} for stack frames attached to failures
2119
+ * @see {@link reasonAnnotations} for reading annotations from a single reason
2120
+ * @see {@link annotate} for attaching annotations to a cause
1829
2121
  *
1830
2122
  * @category annotations
1831
2123
  * @since 4.0.0