brass-runtime 1.17.0 → 1.18.1

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 (120) hide show
  1. package/README.md +36 -3
  2. package/dist/agent/cli/main.cjs +31 -32
  3. package/dist/agent/cli/main.js +3 -4
  4. package/dist/agent/cli/main.mjs +3 -4
  5. package/dist/agent/index.cjs +4 -5
  6. package/dist/agent/index.d.ts +1 -1
  7. package/dist/agent/index.js +3 -4
  8. package/dist/agent/index.mjs +3 -4
  9. package/dist/{chunk-7X3K5RMS.js → chunk-22HZQG5F.js} +9 -11
  10. package/dist/{chunk-GLE2WY7Z.cjs → chunk-2JHJ4YHS.cjs} +417 -124
  11. package/dist/{chunk-Q2I37RP3.cjs → chunk-2OW6IFY2.cjs} +44 -323
  12. package/dist/{chunk-7ZPEZ57L.cjs → chunk-5LC7V2OZ.cjs} +18 -20
  13. package/dist/{chunk-AGR5B2BC.cjs → chunk-5RZ7YITF.cjs} +564 -12
  14. package/dist/{chunk-DNFJLJMW.mjs → chunk-6MLAZPBL.mjs} +48 -24
  15. package/dist/{chunk-EJ6BPYVR.mjs → chunk-6V2AWT4R.mjs} +1 -1
  16. package/dist/{chunk-3AYM6WPJ.js → chunk-7DU7IQHK.js} +20 -299
  17. package/dist/{chunk-SK7UZRNI.mjs → chunk-7GBJYOX7.mjs} +528 -23
  18. package/dist/chunk-7TKI527D.cjs +123 -0
  19. package/dist/{chunk-52OB2ROS.js → chunk-7VQLEN37.js} +2 -4
  20. package/dist/{chunk-KH4SYAOS.mjs → chunk-B5FKOLTB.mjs} +20 -299
  21. package/dist/{chunk-FHQGHPMO.mjs → chunk-BC6Q6BCO.mjs} +2 -4
  22. package/dist/{chunk-4P2HHGAX.mjs → chunk-COOW7BJX.mjs} +32 -11
  23. package/dist/{chunk-2HQTDLHF.mjs → chunk-EEN5OTCR.mjs} +555 -3
  24. package/dist/{chunk-KZJQ723N.cjs → chunk-EICAJDNX.cjs} +13 -15
  25. package/dist/chunk-ELIECDYN.cjs +33 -0
  26. package/dist/{chunk-GYM3LLGS.mjs → chunk-H626ZTDZ.mjs} +399 -106
  27. package/dist/{chunk-C3MDXTRZ.js → chunk-HCJ4S3YB.js} +48 -24
  28. package/dist/{chunk-7JIJOVCT.js → chunk-IPSMXUWA.js} +2 -4
  29. package/dist/{chunk-4ROBZFL6.cjs → chunk-J6DUHITE.cjs} +6 -8
  30. package/dist/{chunk-6RY2FFN4.mjs → chunk-JWIEMBE6.mjs} +9 -11
  31. package/dist/{chunk-PD4EJTQC.cjs → chunk-KNTJ7FQB.cjs} +5 -5
  32. package/dist/chunk-KTGDLBLD.mjs +123 -0
  33. package/dist/chunk-LSYQ3C2M.js +33 -0
  34. package/dist/{chunk-RKGKFN2A.js → chunk-OW5VHAOE.js} +1 -1
  35. package/dist/{chunk-EOC4UHBS.mjs → chunk-RBHNOKH4.mjs} +2 -2
  36. package/dist/{chunk-6IXXWIUM.js → chunk-S4HXADU4.js} +555 -3
  37. package/dist/{chunk-FH2X7BVP.js → chunk-TTSPIU3U.js} +399 -106
  38. package/dist/{chunk-5QC7LRZ3.js → chunk-UAKAF32U.js} +2 -2
  39. package/dist/{chunk-CZIVE6NT.cjs → chunk-UUMKZJRJ.cjs} +48 -24
  40. package/dist/{chunk-MBEJI5HF.mjs → chunk-WCBNXPN6.mjs} +2 -4
  41. package/dist/{chunk-52PPNNI4.cjs → chunk-WGE2FEZE.cjs} +2 -2
  42. package/dist/{chunk-WBGRHGBP.cjs → chunk-WI7GZF3B.cjs} +114 -93
  43. package/dist/chunk-WUDHOZIH.js +6234 -0
  44. package/dist/{chunk-F6XWZQY4.cjs → chunk-WVSZOPGQ.cjs} +583 -78
  45. package/dist/chunk-XPIMJQYS.cjs +6234 -0
  46. package/dist/{chunk-VWIPB6I5.js → chunk-YGR2IN4R.js} +528 -23
  47. package/dist/chunk-YM3EDNYD.js +123 -0
  48. package/dist/chunk-YWLLH27R.mjs +33 -0
  49. package/dist/{chunk-BKK77SBA.js → chunk-YZ5LQ32F.js} +32 -11
  50. package/dist/chunk-Z3ZZMQUZ.mjs +6234 -0
  51. package/dist/core/index.cjs +37 -9
  52. package/dist/core/index.d.ts +19 -152
  53. package/dist/core/index.js +86 -58
  54. package/dist/core/index.mjs +86 -58
  55. package/dist/defaultClient-Cid0JoUR.d.ts +1648 -0
  56. package/dist/{effect-DIUHZ9IN.d.ts → effect-DnGUuhw6.d.ts} +22 -1
  57. package/dist/http/index.cjs +206 -59
  58. package/dist/http/index.d.ts +55 -819
  59. package/dist/http/index.js +220 -73
  60. package/dist/http/index.mjs +220 -73
  61. package/dist/http/testing.cjs +31 -10
  62. package/dist/http/testing.d.ts +16 -5
  63. package/dist/http/testing.js +29 -8
  64. package/dist/http/testing.mjs +29 -8
  65. package/dist/index.cjs +116 -88
  66. package/dist/index.d.ts +9 -8
  67. package/dist/index.js +87 -59
  68. package/dist/index.mjs +87 -59
  69. package/dist/{schedule-CK3Ml_7p.d.ts → layer-D2LFcBVx.d.ts} +176 -2
  70. package/dist/observability/index.cjs +20 -7
  71. package/dist/observability/index.d.ts +32 -8
  72. package/dist/observability/index.js +19 -6
  73. package/dist/observability/index.mjs +19 -6
  74. package/dist/perf/cli.cjs +26 -28
  75. package/dist/perf/cli.js +11 -13
  76. package/dist/perf/cli.mjs +11 -13
  77. package/dist/perf/index.cjs +13 -15
  78. package/dist/perf/index.js +11 -13
  79. package/dist/perf/index.mjs +11 -13
  80. package/dist/schema/index.cjs +2 -2
  81. package/dist/schema/index.js +1 -1
  82. package/dist/schema/index.mjs +1 -1
  83. package/dist/{server-D6JZ15_e.d.ts → server-Bf1zNYZk.d.ts} +5 -5
  84. package/dist/{stream-B4oK9JFP.d.ts → stream-I7bkvF7a.d.ts} +1 -1
  85. package/dist/{tracer-Hwt1cl7h.d.ts → tracer-DF83nLn6.d.ts} +2 -2
  86. package/dist/{tracing-DqbTKGcf.d.ts → tracing-CWV4gT0u.d.ts} +1 -1
  87. package/docs/README.md +2 -0
  88. package/docs/ai/PUBLIC_API.md +28 -7
  89. package/docs/articles/brass-runtime-http-observability.md +467 -0
  90. package/docs/frameworks/angular.md +51 -0
  91. package/docs/frameworks/express.md +58 -0
  92. package/docs/frameworks/fastify.md +49 -0
  93. package/docs/frameworks/nestjs.md +53 -0
  94. package/docs/frameworks/nextjs.md +55 -0
  95. package/docs/frameworks/react.md +44 -0
  96. package/docs/frameworks/vanilla.md +56 -0
  97. package/docs/guides/layers.md +130 -0
  98. package/docs/http-recipes.md +31 -1
  99. package/docs/http.md +50 -1
  100. package/docs/observability.md +132 -0
  101. package/docs/performance-profiler.md +6 -2
  102. package/docs/recipes/layers.md +46 -2
  103. package/docs/recipes/testing.md +25 -0
  104. package/package.json +6 -2
  105. package/dist/chunk-3LOYJFRR.cjs +0 -300
  106. package/dist/chunk-3Y2RIUMM.js +0 -300
  107. package/dist/chunk-5EC274J5.cjs +0 -2874
  108. package/dist/chunk-5VRJNBLZ.mjs +0 -2874
  109. package/dist/chunk-62AZW6UT.cjs +0 -313
  110. package/dist/chunk-74ZTY6CP.js +0 -2871
  111. package/dist/chunk-7CMJS3QE.mjs +0 -2871
  112. package/dist/chunk-A2OM6NEH.mjs +0 -194
  113. package/dist/chunk-B33ICAKP.js +0 -313
  114. package/dist/chunk-JF5WGYJJ.cjs +0 -194
  115. package/dist/chunk-KN32XNTH.mjs +0 -313
  116. package/dist/chunk-KQLYONSE.cjs +0 -2871
  117. package/dist/chunk-L2SYFEBS.js +0 -194
  118. package/dist/chunk-MIIYDLGM.js +0 -2874
  119. package/dist/chunk-PWC3RBQE.mjs +0 -300
  120. package/dist/client-CZHU674n.d.ts +0 -820
package/dist/index.cjs CHANGED
@@ -38,8 +38,10 @@
38
38
 
39
39
 
40
40
 
41
+ var _chunk2OW6IFY2cjs = require('./chunk-2OW6IFY2.cjs');
41
42
 
42
43
 
44
+ var _chunk7TKI527Dcjs = require('./chunk-7TKI527D.cjs');
43
45
 
44
46
 
45
47
 
@@ -52,17 +54,19 @@
52
54
 
53
55
 
54
56
 
57
+ var _chunkKNTJ7FQBcjs = require('./chunk-KNTJ7FQB.cjs');
55
58
 
56
59
 
57
60
 
61
+ var _chunkELIECDYNcjs = require('./chunk-ELIECDYN.cjs');
58
62
 
59
63
 
60
64
 
61
65
 
62
66
 
63
67
 
64
- var _chunkQ2I37RP3cjs = require('./chunk-Q2I37RP3.cjs');
65
68
 
69
+ var _chunkWGE2FEZEcjs = require('./chunk-WGE2FEZE.cjs');
66
70
 
67
71
 
68
72
 
@@ -76,7 +80,21 @@ var _chunkQ2I37RP3cjs = require('./chunk-Q2I37RP3.cjs');
76
80
 
77
81
 
78
82
 
79
- var _chunk62AZW6UTcjs = require('./chunk-62AZW6UT.cjs');
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+ var _chunkEICAJDNXcjs = require('./chunk-EICAJDNX.cjs');
91
+
92
+
93
+
94
+
95
+
96
+ var _chunkSA6HUJVIcjs = require('./chunk-SA6HUJVI.cjs');
97
+
80
98
 
81
99
 
82
100
 
@@ -89,7 +107,6 @@ var _chunk62AZW6UTcjs = require('./chunk-62AZW6UT.cjs');
89
107
 
90
108
 
91
109
 
92
- var _chunkPD4EJTQCcjs = require('./chunk-PD4EJTQC.cjs');
93
110
 
94
111
 
95
112
 
@@ -110,13 +127,11 @@ var _chunkPD4EJTQCcjs = require('./chunk-PD4EJTQC.cjs');
110
127
 
111
128
 
112
129
 
113
- var _chunkKZJQ723Ncjs = require('./chunk-KZJQ723N.cjs');
114
130
 
115
131
 
116
132
 
117
133
 
118
134
 
119
- var _chunkSA6HUJVIcjs = require('./chunk-SA6HUJVI.cjs');
120
135
 
121
136
 
122
137
 
@@ -161,20 +176,18 @@ var _chunkSA6HUJVIcjs = require('./chunk-SA6HUJVI.cjs');
161
176
 
162
177
 
163
178
 
164
- var _chunkAGR5B2BCcjs = require('./chunk-AGR5B2BC.cjs');
165
179
 
166
180
 
167
181
 
168
182
 
169
- var _chunkJF5WGYJJcjs = require('./chunk-JF5WGYJJ.cjs');
170
183
 
171
184
 
185
+ var _chunk5RZ7YITFcjs = require('./chunk-5RZ7YITF.cjs');
172
186
 
173
187
 
174
188
 
175
189
 
176
190
 
177
- var _chunk52PPNNI4cjs = require('./chunk-52PPNNI4.cjs');
178
191
 
179
192
 
180
193
 
@@ -226,7 +239,8 @@ var _chunk52PPNNI4cjs = require('./chunk-52PPNNI4.cjs');
226
239
 
227
240
 
228
241
 
229
- var _chunkGLE2WY7Zcjs = require('./chunk-GLE2WY7Z.cjs');
242
+
243
+ var _chunk2JHJ4YHScjs = require('./chunk-2JHJ4YHS.cjs');
230
244
 
231
245
 
232
246
 
@@ -265,7 +279,7 @@ var _chunkGLE2WY7Zcjs = require('./chunk-GLE2WY7Z.cjs');
265
279
 
266
280
 
267
281
  var _chunkMVGUEJ5Zcjs = require('./chunk-MVGUEJ5Z.cjs');
268
- require('./chunk-CZIVE6NT.cjs');
282
+ require('./chunk-UUMKZJRJ.cjs');
269
283
  require('./chunk-OBGZSXTJ.cjs');
270
284
 
271
285
  // src/core/stream/queue.ts
@@ -273,11 +287,11 @@ function bounded(capacity, strategy = "backpressure", options = {}) {
273
287
  return _chunkMVGUEJ5Zcjs.asyncSync.call(void 0, () => makeQueue(capacity, strategy, options));
274
288
  }
275
289
  function makeQueue(capacity, strategy, options) {
276
- const items = _chunkGLE2WY7Zcjs.makeBoundedRingBuffer.call(void 0, capacity, capacity, options);
290
+ const items = _chunk2JHJ4YHScjs.makeBoundedRingBuffer.call(void 0, capacity, capacity, options);
277
291
  let closed = false;
278
292
  const QueueClosedErr = { _tag: "QueueClosed" };
279
- const offerWaiters = new (0, _chunkQ2I37RP3cjs.LinkedQueue)();
280
- const takers = new (0, _chunkQ2I37RP3cjs.LinkedQueue)();
293
+ const offerWaiters = new (0, _chunk2OW6IFY2cjs.LinkedQueue)();
294
+ const takers = new (0, _chunk2OW6IFY2cjs.LinkedQueue)();
281
295
  const shutdown = () => {
282
296
  if (closed) return;
283
297
  closed = true;
@@ -429,7 +443,7 @@ function buffer(stream, capacity, strategy = "backpressure") {
429
443
  return { _tag: "Elem", value: a };
430
444
  });
431
445
  const nextSignal = () => _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
432
- _chunkKZJQ723Ncjs.uncons.call(void 0, upstream),
446
+ _chunkEICAJDNXcjs.uncons.call(void 0, upstream),
433
447
  onUpstreamFailure,
434
448
  onUpstreamSuccess
435
449
  );
@@ -447,7 +461,7 @@ function buffer(stream, capacity, strategy = "backpressure") {
447
461
  return _chunkMVGUEJ5Zcjs.asyncFlatMap.call(void 0, q.offer(sig), afterOffer);
448
462
  };
449
463
  const loop = () => _chunkMVGUEJ5Zcjs.asyncFlatMap.call(void 0, nextSignal(), onSignal);
450
- producer = _chunkGLE2WY7Zcjs.fork.call(void 0, loop(), env);
464
+ producer = _chunk2JHJ4YHScjs.fork.call(void 0, loop(), env);
451
465
  return _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, void 0);
452
466
  });
453
467
  const pullDown = {
@@ -456,7 +470,7 @@ function buffer(stream, capacity, strategy = "backpressure") {
456
470
  const go = () => {
457
471
  if (!started) {
458
472
  started = true;
459
- _chunkGLE2WY7Zcjs.unsafeGetCurrentRuntime.call(void 0, ).fork(start(env)).join(() => {
473
+ _chunk2JHJ4YHScjs.unsafeGetCurrentRuntime.call(void 0, ).fork(start(env)).join(() => {
460
474
  pullFromQueue(env, cb);
461
475
  });
462
476
  return;
@@ -468,12 +482,12 @@ function buffer(stream, capacity, strategy = "backpressure") {
468
482
  };
469
483
  function pullFromQueue(env, cb) {
470
484
  const takeEff = q.take();
471
- _chunkGLE2WY7Zcjs.unsafeGetCurrentRuntime.call(void 0, ).fork(takeEff).join((ex) => {
485
+ _chunk2JHJ4YHScjs.unsafeGetCurrentRuntime.call(void 0, ).fork(takeEff).join((ex) => {
472
486
  if (ex._tag !== "Success") return;
473
487
  const sig = ex.value;
474
488
  switch (sig._tag) {
475
489
  case "Elem":
476
- cb({ _tag: "Success", value: [sig.value, _chunkKZJQ723Ncjs.fromPull.call(void 0, pullDown)] });
490
+ cb({ _tag: "Success", value: [sig.value, _chunkEICAJDNXcjs.fromPull.call(void 0, pullDown)] });
477
491
  return;
478
492
  case "End":
479
493
  _optionalChain([producer, 'optionalAccess', _ => _.interrupt, 'optionalCall', _2 => _2()]);
@@ -486,14 +500,14 @@ function buffer(stream, capacity, strategy = "backpressure") {
486
500
  }
487
501
  });
488
502
  }
489
- return _chunkKZJQ723Ncjs.fromPull.call(void 0, pullDown);
503
+ return _chunkEICAJDNXcjs.fromPull.call(void 0, pullDown);
490
504
  }
491
505
 
492
506
  // src/core/stream/chunks.ts
493
507
  var cachedWasmChunkCtor;
494
508
  function resolveWasmChunkBuffer() {
495
509
  if (cachedWasmChunkCtor !== void 0) return cachedWasmChunkCtor;
496
- const mod = _chunkGLE2WY7Zcjs.resolveWasmModule.call(void 0, );
510
+ const mod = _chunk2JHJ4YHScjs.resolveWasmModule.call(void 0, );
497
511
  cachedWasmChunkCtor = _nullishCoalesce(_optionalChain([mod, 'optionalAccess', _5 => _5.BrassWasmChunkBuffer]), () => ( null));
498
512
  return cachedWasmChunkCtor;
499
513
  }
@@ -593,12 +607,12 @@ function makeStreamChunker(chunkSize, options = {}) {
593
607
  }
594
608
  function chunks(input, chunkSize, options = {}) {
595
609
  const size = Math.max(1, chunkSize | 0);
596
- const loop = (cur) => _chunkKZJQ723Ncjs.fromPull.call(void 0, fillChunk(cur, makeStreamChunker(size, options)));
610
+ const loop = (cur) => _chunkEICAJDNXcjs.fromPull.call(void 0, fillChunk(cur, makeStreamChunker(size, options)));
597
611
  const fillChunk = (cur, chunker) => _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
598
- _chunkKZJQ723Ncjs.uncons.call(void 0, cur),
612
+ _chunkEICAJDNXcjs.uncons.call(void 0, cur),
599
613
  (opt) => {
600
614
  if (opt._tag === "None" && !chunker.isEmpty()) {
601
- return _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [chunker.takeChunk(), _chunkKZJQ723Ncjs.fromPull.call(void 0, _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, _chunkMVGUEJ5Zcjs.none))]);
615
+ return _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [chunker.takeChunk(), _chunkEICAJDNXcjs.fromPull.call(void 0, _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, _chunkMVGUEJ5Zcjs.none))]);
602
616
  }
603
617
  return _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt);
604
618
  },
@@ -616,15 +630,15 @@ function mapChunks(input, chunkSize, f, options = {}) {
616
630
  const pullOne = (pending, rest) => {
617
631
  if (pending.length > 0) {
618
632
  const [head, ...tail] = pending;
619
- return _chunkKZJQ723Ncjs.fromPull.call(void 0, _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [head, pullOne(tail, rest)]));
633
+ return _chunkEICAJDNXcjs.fromPull.call(void 0, _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [head, pullOne(tail, rest)]));
620
634
  }
621
- return _chunkKZJQ723Ncjs.fromPull.call(void 0,
635
+ return _chunkEICAJDNXcjs.fromPull.call(void 0,
622
636
  _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
623
- _chunkKZJQ723Ncjs.uncons.call(void 0, rest),
637
+ _chunkEICAJDNXcjs.uncons.call(void 0, rest),
624
638
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
625
639
  ([chunk, tail]) => {
626
640
  const mapped = f(chunk);
627
- return _chunkKZJQ723Ncjs.uncons.call(void 0, pullOne(mapped, tail));
641
+ return _chunkEICAJDNXcjs.uncons.call(void 0, pullOne(mapped, tail));
628
642
  }
629
643
  )
630
644
  );
@@ -637,16 +651,16 @@ function mapChunksEffect(chunkSize, f, options = {}) {
637
651
  const pullOne = (pending, rest) => {
638
652
  if (pending.length > 0) {
639
653
  const [head, ...tail] = pending;
640
- return _chunkKZJQ723Ncjs.fromPull.call(void 0, _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [head, pullOne(tail, rest)]));
654
+ return _chunkEICAJDNXcjs.fromPull.call(void 0, _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [head, pullOne(tail, rest)]));
641
655
  }
642
- return _chunkKZJQ723Ncjs.fromPull.call(void 0,
656
+ return _chunkEICAJDNXcjs.fromPull.call(void 0,
643
657
  _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
644
- _chunkMVGUEJ5Zcjs.asyncMapError.call(void 0, _chunkKZJQ723Ncjs.uncons.call(void 0, rest), (opt) => _chunkKZJQ723Ncjs.widenOpt.call(void 0, opt)),
658
+ _chunkMVGUEJ5Zcjs.asyncMapError.call(void 0, _chunkEICAJDNXcjs.uncons.call(void 0, rest), (opt) => _chunkEICAJDNXcjs.widenOpt.call(void 0, opt)),
645
659
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
646
660
  ([chunk, tail]) => _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
647
661
  _chunkMVGUEJ5Zcjs.asyncMapError.call(void 0, f(chunk), (e) => ({ _tag: "Some", value: e })),
648
662
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
649
- (mapped) => _chunkKZJQ723Ncjs.uncons.call(void 0, pullOne(mapped, tail))
663
+ (mapped) => _chunkEICAJDNXcjs.uncons.call(void 0, pullOne(mapped, tail))
650
664
  )
651
665
  )
652
666
  );
@@ -880,9 +894,9 @@ function applyFused(stream, fused) {
880
894
  return arrayToStream(outputArray);
881
895
  }
882
896
  const state = fused.initState();
883
- const loop = (cur) => _chunkKZJQ723Ncjs.fromPull.call(void 0,
897
+ const loop = (cur) => _chunkEICAJDNXcjs.fromPull.call(void 0,
884
898
  _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
885
- _chunkKZJQ723Ncjs.uncons.call(void 0, cur),
899
+ _chunkEICAJDNXcjs.uncons.call(void 0, cur),
886
900
  // End-of-stream or error: propagate
887
901
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
888
902
  ([a, tail]) => {
@@ -891,7 +905,7 @@ function applyFused(stream, fused) {
891
905
  case "emit":
892
906
  return _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [result.value, loop(tail)]);
893
907
  case "skip":
894
- return _chunkKZJQ723Ncjs.uncons.call(void 0, loop(tail));
908
+ return _chunkEICAJDNXcjs.uncons.call(void 0, loop(tail));
895
909
  case "halt":
896
910
  return _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, _chunkMVGUEJ5Zcjs.none);
897
911
  }
@@ -1081,8 +1095,8 @@ function mapP(f) {
1081
1095
  const pipeline = ((input) => {
1082
1096
  const onError = (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt);
1083
1097
  const onSuccess = ([a, tail]) => _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [f(a), loop(tail)]);
1084
- const loop = (cur) => _chunkKZJQ723Ncjs.fromPull.call(void 0,
1085
- _chunkMVGUEJ5Zcjs.asyncFold.call(void 0, _chunkKZJQ723Ncjs.uncons.call(void 0, cur), onError, onSuccess)
1098
+ const loop = (cur) => _chunkEICAJDNXcjs.fromPull.call(void 0,
1099
+ _chunkMVGUEJ5Zcjs.asyncFold.call(void 0, _chunkEICAJDNXcjs.uncons.call(void 0, cur), onError, onSuccess)
1086
1100
  );
1087
1101
  return loop(input);
1088
1102
  });
@@ -1093,8 +1107,8 @@ function filterP(pred) {
1093
1107
  const pipeline = ((input) => {
1094
1108
  const onError = (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt);
1095
1109
  const onSuccess = ([a, tail]) => pred(a) ? _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [a, loop(tail)]) : next(tail);
1096
- const next = (cur) => _chunkMVGUEJ5Zcjs.asyncFold.call(void 0, _chunkKZJQ723Ncjs.uncons.call(void 0, cur), onError, onSuccess);
1097
- const loop = (cur) => _chunkKZJQ723Ncjs.fromPull.call(void 0, next(cur));
1110
+ const next = (cur) => _chunkMVGUEJ5Zcjs.asyncFold.call(void 0, _chunkEICAJDNXcjs.uncons.call(void 0, cur), onError, onSuccess);
1111
+ const loop = (cur) => _chunkEICAJDNXcjs.fromPull.call(void 0, next(cur));
1098
1112
  return loop(input);
1099
1113
  });
1100
1114
  pipeline[PURE_PIPELINE_TAG] = { kind: "filter", pred };
@@ -1104,14 +1118,14 @@ function filterMapP(f) {
1104
1118
  return ((input) => {
1105
1119
  const onError = (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt);
1106
1120
  const next = (cur) => _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
1107
- _chunkKZJQ723Ncjs.uncons.call(void 0, cur),
1121
+ _chunkEICAJDNXcjs.uncons.call(void 0, cur),
1108
1122
  onError,
1109
1123
  ([a, tail]) => {
1110
1124
  const ob = f(a);
1111
1125
  return ob._tag === "Some" ? _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [ob.value, loop(tail)]) : next(tail);
1112
1126
  }
1113
1127
  );
1114
- const loop = (cur) => _chunkKZJQ723Ncjs.fromPull.call(void 0, next(cur));
1128
+ const loop = (cur) => _chunkEICAJDNXcjs.fromPull.call(void 0, next(cur));
1115
1129
  return loop(input);
1116
1130
  });
1117
1131
  }
@@ -1119,10 +1133,10 @@ function takeP(n) {
1119
1133
  const m = Math.max(0, n | 0);
1120
1134
  const pipeline = ((input) => {
1121
1135
  const loop = (cur, remaining) => {
1122
- if (remaining <= 0) return _chunkKZJQ723Ncjs.emptyStream.call(void 0, );
1123
- return _chunkKZJQ723Ncjs.fromPull.call(void 0,
1136
+ if (remaining <= 0) return _chunkEICAJDNXcjs.emptyStream.call(void 0, );
1137
+ return _chunkEICAJDNXcjs.fromPull.call(void 0,
1124
1138
  _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
1125
- _chunkKZJQ723Ncjs.uncons.call(void 0, cur),
1139
+ _chunkEICAJDNXcjs.uncons.call(void 0, cur),
1126
1140
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
1127
1141
  ([a, tail]) => _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [a, loop(tail, remaining - 1)])
1128
1142
  )
@@ -1138,11 +1152,11 @@ function dropP(n) {
1138
1152
  const pipeline = ((input) => {
1139
1153
  const skip = (cur, remaining) => {
1140
1154
  if (remaining <= 0) return cur;
1141
- return _chunkKZJQ723Ncjs.fromPull.call(void 0,
1155
+ return _chunkEICAJDNXcjs.fromPull.call(void 0,
1142
1156
  _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
1143
- _chunkKZJQ723Ncjs.uncons.call(void 0, cur),
1157
+ _chunkEICAJDNXcjs.uncons.call(void 0, cur),
1144
1158
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
1145
- ([_a, tail]) => _chunkKZJQ723Ncjs.uncons.call(void 0, skip(tail, remaining - 1))
1159
+ ([_a, tail]) => _chunkEICAJDNXcjs.uncons.call(void 0, skip(tail, remaining - 1))
1146
1160
  )
1147
1161
  );
1148
1162
  };
@@ -1154,11 +1168,11 @@ function dropP(n) {
1154
1168
  function mapEffectP(f) {
1155
1169
  return ((input) => {
1156
1170
  const raiseToOpt = (fa) => _chunkMVGUEJ5Zcjs.asyncMapError.call(void 0, fa, (e) => _chunkMVGUEJ5Zcjs.some.call(void 0, e));
1157
- const loop = (cur) => _chunkKZJQ723Ncjs.fromPull.call(void 0,
1171
+ const loop = (cur) => _chunkEICAJDNXcjs.fromPull.call(void 0,
1158
1172
  _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
1159
1173
  _chunkMVGUEJ5Zcjs.asyncMapError.call(void 0,
1160
- _chunkKZJQ723Ncjs.uncons.call(void 0, cur),
1161
- (opt) => _chunkKZJQ723Ncjs.widenOpt.call(void 0, opt)
1174
+ _chunkEICAJDNXcjs.uncons.call(void 0, cur),
1175
+ (opt) => _chunkEICAJDNXcjs.widenOpt.call(void 0, opt)
1162
1176
  ),
1163
1177
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
1164
1178
  ([a, tail]) => _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
@@ -1190,17 +1204,17 @@ function groupedP(n) {
1190
1204
  const gather = (cur, remaining, acc) => {
1191
1205
  if (remaining <= 0) return _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, { chunk: acc, rest: cur });
1192
1206
  return _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
1193
- _chunkKZJQ723Ncjs.uncons.call(void 0, cur),
1207
+ _chunkEICAJDNXcjs.uncons.call(void 0, cur),
1194
1208
  (opt) => {
1195
- if (opt._tag === "None") return _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, { chunk: acc, rest: _chunkKZJQ723Ncjs.emptyStream.call(void 0, ) });
1209
+ if (opt._tag === "None") return _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, { chunk: acc, rest: _chunkEICAJDNXcjs.emptyStream.call(void 0, ) });
1196
1210
  return _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt);
1197
1211
  },
1198
1212
  ([a, tail]) => gather(tail, remaining - 1, [...acc, a])
1199
1213
  );
1200
1214
  };
1201
- const loop = (cur) => _chunkKZJQ723Ncjs.fromPull.call(void 0,
1215
+ const loop = (cur) => _chunkEICAJDNXcjs.fromPull.call(void 0,
1202
1216
  _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
1203
- _chunkKZJQ723Ncjs.uncons.call(void 0, cur),
1217
+ _chunkEICAJDNXcjs.uncons.call(void 0, cur),
1204
1218
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
1205
1219
  ([a, tail]) => _chunkMVGUEJ5Zcjs.asyncFlatMap.call(void 0,
1206
1220
  gather(tail, size - 1, [a]),
@@ -1214,9 +1228,9 @@ function groupedP(n) {
1214
1228
 
1215
1229
  // src/core/stream/dx.ts
1216
1230
  var Stream = Object.freeze({
1217
- from: (values) => asStream(_chunkKZJQ723Ncjs.fromArray.call(void 0, values)),
1218
- empty: () => asStream(_chunkKZJQ723Ncjs.emptyStream.call(void 0, )),
1219
- range: (start, end2) => asStream(_chunkKZJQ723Ncjs.rangeStream.call(void 0, start, end2)),
1231
+ from: (values) => asStream(_chunkEICAJDNXcjs.fromArray.call(void 0, values)),
1232
+ empty: () => asStream(_chunkEICAJDNXcjs.emptyStream.call(void 0, )),
1233
+ range: (start, end2) => asStream(_chunkEICAJDNXcjs.rangeStream.call(void 0, start, end2)),
1220
1234
  wrap: asStream
1221
1235
  });
1222
1236
  var Pipeline = Object.freeze({
@@ -1244,7 +1258,7 @@ function asStream(stream) {
1244
1258
  },
1245
1259
  collect: {
1246
1260
  value(runtime) {
1247
- return runtime.toPromise(_chunkKZJQ723Ncjs.collectStream.call(void 0, target));
1261
+ return runtime.toPromise(_chunkEICAJDNXcjs.collectStream.call(void 0, target));
1248
1262
  }
1249
1263
  }
1250
1264
  });
@@ -1323,15 +1337,15 @@ function makeHub(capacity, strategy = "BackPressure") {
1323
1337
  }
1324
1338
  var broadcast = makeHub;
1325
1339
  function broadcastToHub(stream, hub) {
1326
- return _chunkKZJQ723Ncjs.foreachStream.call(void 0,
1340
+ return _chunkEICAJDNXcjs.foreachStream.call(void 0,
1327
1341
  stream,
1328
1342
  (a) => _chunkMVGUEJ5Zcjs.asyncFlatMap.call(void 0, hub.publish(a), () => _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, void 0))
1329
1343
  );
1330
1344
  }
1331
1345
  function fromHub(hub) {
1332
- return _chunkKZJQ723Ncjs.managedStream.call(void 0,
1346
+ return _chunkEICAJDNXcjs.managedStream.call(void 0,
1333
1347
  _chunkMVGUEJ5Zcjs.asyncFlatMap.call(void 0, hub.subscribe(), (sub) => {
1334
- const loop = _chunkKZJQ723Ncjs.fromPull.call(void 0,
1348
+ const loop = _chunkEICAJDNXcjs.fromPull.call(void 0,
1335
1349
  _chunkMVGUEJ5Zcjs.asyncFlatMap.call(void 0,
1336
1350
  _chunkMVGUEJ5Zcjs.asyncMapError.call(void 0, sub.take(), (_queueClosed) => _chunkMVGUEJ5Zcjs.none),
1337
1351
  (a) => _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [a, loop])
@@ -1348,9 +1362,9 @@ function fromHub(hub) {
1348
1362
  // src/core/stream/operators.ts
1349
1363
  function throttle(stream, intervalMs) {
1350
1364
  let lastEmitTime = 0;
1351
- const loop = (cur) => _chunkKZJQ723Ncjs.fromPull.call(void 0,
1365
+ const loop = (cur) => _chunkEICAJDNXcjs.fromPull.call(void 0,
1352
1366
  _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
1353
- _chunkKZJQ723Ncjs.uncons.call(void 0, cur),
1367
+ _chunkEICAJDNXcjs.uncons.call(void 0, cur),
1354
1368
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
1355
1369
  ([a, tail]) => {
1356
1370
  const now = Date.now();
@@ -1358,14 +1372,14 @@ function throttle(stream, intervalMs) {
1358
1372
  lastEmitTime = now;
1359
1373
  return _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [a, loop(tail)]);
1360
1374
  }
1361
- return _chunkKZJQ723Ncjs.uncons.call(void 0, loop(tail));
1375
+ return _chunkEICAJDNXcjs.uncons.call(void 0, loop(tail));
1362
1376
  }
1363
1377
  )
1364
1378
  );
1365
1379
  return loop(stream);
1366
1380
  }
1367
1381
  function debounce(stream, delayMs) {
1368
- return _chunkKZJQ723Ncjs.fromPull.call(void 0,
1382
+ return _chunkEICAJDNXcjs.fromPull.call(void 0,
1369
1383
  _chunkMVGUEJ5Zcjs.asyncEffect.call(void 0, (_env, cb) => {
1370
1384
  let lastValue;
1371
1385
  let hasValue = false;
@@ -1374,15 +1388,15 @@ function debounce(stream, delayMs) {
1374
1388
  let tail = stream;
1375
1389
  const pullNext = () => {
1376
1390
  if (done) return;
1377
- const pull = _chunkKZJQ723Ncjs.uncons.call(void 0, tail);
1378
- _chunkGLE2WY7Zcjs.unsafeRunAsync.call(void 0, pull, _env, (exit) => {
1391
+ const pull = _chunkEICAJDNXcjs.uncons.call(void 0, tail);
1392
+ _chunk2JHJ4YHScjs.unsafeRunAsync.call(void 0, pull, _env, (exit) => {
1379
1393
  if (done) return;
1380
1394
  if (exit._tag === "Failure") {
1381
1395
  if (hasValue) {
1382
1396
  const value = lastValue;
1383
1397
  hasValue = false;
1384
1398
  clearTimeout(timerId);
1385
- cb({ _tag: "Success", value: [value, _chunkKZJQ723Ncjs.emptyStream.call(void 0, )] });
1399
+ cb({ _tag: "Success", value: [value, _chunkEICAJDNXcjs.emptyStream.call(void 0, )] });
1386
1400
  } else {
1387
1401
  cb(exit);
1388
1402
  }
@@ -1412,12 +1426,12 @@ function debounce(stream, delayMs) {
1412
1426
  );
1413
1427
  }
1414
1428
  function zip2(left, right) {
1415
- const loop = (l, r) => _chunkKZJQ723Ncjs.fromPull.call(void 0,
1429
+ const loop = (l, r) => _chunkEICAJDNXcjs.fromPull.call(void 0,
1416
1430
  _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
1417
- _chunkKZJQ723Ncjs.uncons.call(void 0, l),
1431
+ _chunkEICAJDNXcjs.uncons.call(void 0, l),
1418
1432
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
1419
1433
  ([a, lTail]) => _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
1420
- _chunkKZJQ723Ncjs.uncons.call(void 0, r),
1434
+ _chunkEICAJDNXcjs.uncons.call(void 0, r),
1421
1435
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
1422
1436
  ([b, rTail]) => _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [[a, b], loop(lTail, rTail)])
1423
1437
  )
@@ -1426,12 +1440,12 @@ function zip2(left, right) {
1426
1440
  return loop(left, right);
1427
1441
  }
1428
1442
  function zipWith(left, right, f) {
1429
- const loop = (l, r) => _chunkKZJQ723Ncjs.fromPull.call(void 0,
1443
+ const loop = (l, r) => _chunkEICAJDNXcjs.fromPull.call(void 0,
1430
1444
  _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
1431
- _chunkKZJQ723Ncjs.uncons.call(void 0, l),
1445
+ _chunkEICAJDNXcjs.uncons.call(void 0, l),
1432
1446
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
1433
1447
  ([a, lTail]) => _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
1434
- _chunkKZJQ723Ncjs.uncons.call(void 0, r),
1448
+ _chunkEICAJDNXcjs.uncons.call(void 0, r),
1435
1449
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
1436
1450
  ([b, rTail]) => _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [f(a, b), loop(lTail, rTail)])
1437
1451
  )
@@ -1440,9 +1454,9 @@ function zipWith(left, right, f) {
1440
1454
  return loop(left, right);
1441
1455
  }
1442
1456
  function scan(stream, initial, f) {
1443
- const loop = (cur, acc) => _chunkKZJQ723Ncjs.fromPull.call(void 0,
1457
+ const loop = (cur, acc) => _chunkEICAJDNXcjs.fromPull.call(void 0,
1444
1458
  _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
1445
- _chunkKZJQ723Ncjs.uncons.call(void 0, cur),
1459
+ _chunkEICAJDNXcjs.uncons.call(void 0, cur),
1446
1460
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
1447
1461
  ([a, tail]) => {
1448
1462
  const next = f(acc, a);
@@ -1450,17 +1464,17 @@ function scan(stream, initial, f) {
1450
1464
  }
1451
1465
  )
1452
1466
  );
1453
- return _chunkKZJQ723Ncjs.concatStream.call(void 0,
1454
- _chunkKZJQ723Ncjs.emitStream.call(void 0, _chunkMVGUEJ5Zcjs.succeed.call(void 0, initial)),
1467
+ return _chunkEICAJDNXcjs.concatStream.call(void 0,
1468
+ _chunkEICAJDNXcjs.emitStream.call(void 0, _chunkMVGUEJ5Zcjs.succeed.call(void 0, initial)),
1455
1469
  loop(stream, initial)
1456
1470
  );
1457
1471
  }
1458
1472
  function interleave(left, right) {
1459
- const loop = (l, r, pickLeft) => _chunkKZJQ723Ncjs.fromPull.call(void 0,
1473
+ const loop = (l, r, pickLeft) => _chunkEICAJDNXcjs.fromPull.call(void 0,
1460
1474
  _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
1461
- _chunkKZJQ723Ncjs.uncons.call(void 0, pickLeft ? l : r),
1475
+ _chunkEICAJDNXcjs.uncons.call(void 0, pickLeft ? l : r),
1462
1476
  // Current stream ended — drain the other
1463
- (_opt) => _chunkKZJQ723Ncjs.uncons.call(void 0, pickLeft ? r : l),
1477
+ (_opt) => _chunkEICAJDNXcjs.uncons.call(void 0, pickLeft ? r : l),
1464
1478
  ([a, tail]) => {
1465
1479
  const nextL = pickLeft ? tail : l;
1466
1480
  const nextR = pickLeft ? r : tail;
@@ -1471,12 +1485,12 @@ function interleave(left, right) {
1471
1485
  return loop(left, right, true);
1472
1486
  }
1473
1487
  function take2(stream, n) {
1474
- if (n <= 0) return _chunkKZJQ723Ncjs.emptyStream.call(void 0, );
1488
+ if (n <= 0) return _chunkEICAJDNXcjs.emptyStream.call(void 0, );
1475
1489
  const loop = (cur, remaining) => {
1476
- if (remaining <= 0) return _chunkKZJQ723Ncjs.emptyStream.call(void 0, );
1477
- return _chunkKZJQ723Ncjs.fromPull.call(void 0,
1490
+ if (remaining <= 0) return _chunkEICAJDNXcjs.emptyStream.call(void 0, );
1491
+ return _chunkEICAJDNXcjs.fromPull.call(void 0,
1478
1492
  _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
1479
- _chunkKZJQ723Ncjs.uncons.call(void 0, cur),
1493
+ _chunkEICAJDNXcjs.uncons.call(void 0, cur),
1480
1494
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
1481
1495
  ([a, tail]) => _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, [a, loop(tail, remaining - 1)])
1482
1496
  )
@@ -1488,11 +1502,11 @@ function drop(stream, n) {
1488
1502
  if (n <= 0) return stream;
1489
1503
  const skip = (cur, remaining) => {
1490
1504
  if (remaining <= 0) return cur;
1491
- return _chunkKZJQ723Ncjs.fromPull.call(void 0,
1505
+ return _chunkEICAJDNXcjs.fromPull.call(void 0,
1492
1506
  _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
1493
- _chunkKZJQ723Ncjs.uncons.call(void 0, cur),
1507
+ _chunkEICAJDNXcjs.uncons.call(void 0, cur),
1494
1508
  (opt) => _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, opt),
1495
- ([_a, tail]) => _chunkKZJQ723Ncjs.uncons.call(void 0, skip(tail, remaining - 1))
1509
+ ([_a, tail]) => _chunkEICAJDNXcjs.uncons.call(void 0, skip(tail, remaining - 1))
1496
1510
  )
1497
1511
  );
1498
1512
  };
@@ -1805,4 +1819,18 @@ function selectedEngineStats(requested, engine, data) {
1805
1819
 
1806
1820
 
1807
1821
 
1808
- exports.ABI_VERSION = _chunkGLE2WY7Zcjs.ABI_VERSION; exports.Async = _chunkMVGUEJ5Zcjs.Async; exports.Cause = _chunkMVGUEJ5Zcjs.Cause; exports.DefaultHostExecutor = _chunkGLE2WY7Zcjs.DefaultHostExecutor; exports.EVENT_WORDS = _chunkGLE2WY7Zcjs.EVENT_WORDS; exports.EngineFiberHandle = _chunkGLE2WY7Zcjs.EngineFiberHandle; exports.EventBus = _chunk52PPNNI4cjs.EventBus; exports.EventKindCode = _chunkGLE2WY7Zcjs.EventKindCode; exports.Exit = _chunkMVGUEJ5Zcjs.Exit; exports.HostRegistry = _chunkGLE2WY7Zcjs.HostRegistry; exports.InMemoryTracer = _chunk52PPNNI4cjs.InMemoryTracer; exports.JsFiberEngine = _chunkGLE2WY7Zcjs.JsFiberEngine; exports.Layer = _chunkQ2I37RP3cjs.Layer; exports.LayerContext = _chunkQ2I37RP3cjs.LayerContext; exports.MissingLayerServiceError = _chunkQ2I37RP3cjs.MissingLayerServiceError; exports.NONE_U32 = _chunkGLE2WY7Zcjs.NONE_U32; exports.NoopHooks = _chunkGLE2WY7Zcjs.NoopHooks; exports.OpcodeTagCode = _chunkGLE2WY7Zcjs.OpcodeTagCode; exports.PURE_PIPELINE_TAG = PURE_PIPELINE_TAG; exports.Pipeline = Pipeline; exports.ProgramBuilder = _chunkGLE2WY7Zcjs.ProgramBuilder; exports.PushStatus = _chunkGLE2WY7Zcjs.PushStatus; exports.Resource = _chunk62AZW6UTcjs.Resource; exports.RingBuffer = _chunkGLE2WY7Zcjs.RingBuffer; exports.Runtime = _chunkGLE2WY7Zcjs.Runtime; exports.RuntimeFiber = _chunkGLE2WY7Zcjs.RuntimeFiber; exports.RuntimeRegistry = _chunkQ2I37RP3cjs.RuntimeRegistry; exports.Schedule = _chunkAGR5B2BCcjs.Schedule; exports.Scheduler = _chunkGLE2WY7Zcjs.Scheduler; exports.Scope = _chunkJF5WGYJJcjs.Scope; exports.Stream = Stream; exports.Supervisor = _chunkQ2I37RP3cjs.Supervisor; exports.TestClock = _chunkQ2I37RP3cjs.TestClock; exports.TestScheduler = _chunkQ2I37RP3cjs.TestScheduler; exports.WasmFiberEngine = _chunkGLE2WY7Zcjs.WasmFiberEngine; exports.WasmFiberRegistryBridge = _chunkGLE2WY7Zcjs.WasmFiberRegistryBridge; exports.WasmPackFiberBridge = _chunkGLE2WY7Zcjs.WasmPackFiberBridge; exports.abortablePromiseStats = _chunkGLE2WY7Zcjs.abortablePromiseStats; exports.acquireRelease = _chunkMVGUEJ5Zcjs.acquireRelease; exports.andThen = andThen2; exports.andThenSchedule = _chunkAGR5B2BCcjs.andThen; exports.applyFused = applyFused; exports.asStream = asStream; exports.assertCompletesWithin = _chunkQ2I37RP3cjs.assertCompletesWithin; exports.assertFails = _chunkQ2I37RP3cjs.assertFails; exports.assertFailsWith = _chunkQ2I37RP3cjs.assertFailsWith; exports.assertNever = _chunkKZJQ723Ncjs.assertNever; exports.assertSucceeds = _chunkQ2I37RP3cjs.assertSucceeds; exports.async = _chunkMVGUEJ5Zcjs.asyncEffect; exports.asyncCatchAll = _chunkMVGUEJ5Zcjs.asyncCatchAll; exports.asyncFail = _chunkMVGUEJ5Zcjs.asyncFail; exports.asyncFlatMap = _chunkMVGUEJ5Zcjs.asyncFlatMap; exports.asyncFold = _chunkMVGUEJ5Zcjs.asyncFold; exports.asyncInterruptible = _chunkMVGUEJ5Zcjs.asyncInterruptible; exports.asyncMap = _chunkMVGUEJ5Zcjs.asyncMap; exports.asyncMapError = _chunkMVGUEJ5Zcjs.asyncMapError; exports.asyncSucceed = _chunkMVGUEJ5Zcjs.asyncSucceed; exports.asyncSync = _chunkMVGUEJ5Zcjs.asyncSync; exports.asyncTotal = _chunkMVGUEJ5Zcjs.asyncTotal; exports.bounded = bounded; exports.bracket = _chunk62AZW6UTcjs.bracket; exports.broadcast = broadcast; exports.broadcastToHub = broadcastToHub; exports.buffer = buffer; exports.bufferP = bufferP; exports.buildLayer = _chunkQ2I37RP3cjs.buildLayer; exports.catchAll = _chunkMVGUEJ5Zcjs.catchAll; exports.catchTag = _chunkQ2I37RP3cjs.catchTag; exports.catchTags = _chunkQ2I37RP3cjs.catchTags; exports.chunks = chunks; exports.chunksP = chunksP; exports.collectAllPar = _chunkSA6HUJVIcjs.collectAllPar; exports.collectStream = _chunkKZJQ723Ncjs.collectStream; exports.compose = compose2; exports.composeLayer = _chunkQ2I37RP3cjs.compose; exports.concatStream = _chunkKZJQ723Ncjs.concatStream; exports.consoleJsonLogger = _chunkQ2I37RP3cjs.consoleJsonLogger; exports.contramapSchedule = _chunkAGR5B2BCcjs.contramap; exports.ctxExtend = _chunkGLE2WY7Zcjs.ctxExtend; exports.ctxToObject = _chunkGLE2WY7Zcjs.ctxToObject; exports.debounce = debounce; exports.decodeEvent = _chunkGLE2WY7Zcjs.decodeEvent; exports.decodeEventBatch = _chunkGLE2WY7Zcjs.decodeEventBatch; exports.defaultTracer = _chunkQ2I37RP3cjs.defaultTracer; exports.defineLayer = _chunkQ2I37RP3cjs.defineLayer; exports.defineService = _chunkQ2I37RP3cjs.defineService; exports.delayedEffect = _chunkQ2I37RP3cjs.delayedEffect; exports.derivedRef = _chunkQ2I37RP3cjs.derivedRef; exports.deserializeFusedPipeline = deserializeFusedPipeline; exports.dropP = dropP; exports.dropStream = drop; exports.dumpAllFibers = _chunkQ2I37RP3cjs.dumpAllFibers; exports.elapsed = _chunkAGR5B2BCcjs.elapsed; exports.emitStream = _chunkKZJQ723Ncjs.emitStream; exports.emptyContext = _chunkGLE2WY7Zcjs.emptyContext; exports.emptyStream = _chunkKZJQ723Ncjs.emptyStream; exports.encodeOpcodeNodes = _chunkGLE2WY7Zcjs.encodeOpcodeNodes; exports.encodeOpcodeProgram = _chunkGLE2WY7Zcjs.encodeOpcodeProgram; exports.end = _chunkMVGUEJ5Zcjs.end; exports.engineStats = engineStats; exports.ensuring = _chunk62AZW6UTcjs.ensuring; exports.exponential = _chunkAGR5B2BCcjs.exponential; exports.fail = _chunkMVGUEJ5Zcjs.fail; exports.fiberRefSnapshot = _chunkPD4EJTQCcjs.fiberRefSnapshot; exports.fibonacci = _chunkAGR5B2BCcjs.fibonacci; exports.filterMapP = filterMapP; exports.filterP = filterP; exports.fixed = _chunkAGR5B2BCcjs.fixed; exports.flakyEffect = _chunkQ2I37RP3cjs.flakyEffect; exports.flatMap = _chunkMVGUEJ5Zcjs.flatMap; exports.flattenStream = _chunkKZJQ723Ncjs.flattenStream; exports.foreachStream = _chunkKZJQ723Ncjs.foreachStream; exports.forever = _chunkAGR5B2BCcjs.forever; exports.fork = _chunkGLE2WY7Zcjs.fork; exports.formatCause = _chunkMVGUEJ5Zcjs.formatCause; exports.formatLayerError = _chunkQ2I37RP3cjs.formatLayerError; exports.fromArray = _chunkKZJQ723Ncjs.fromArray; exports.fromHub = fromHub; exports.fromPromiseAbortable = _chunkGLE2WY7Zcjs.fromPromiseAbortable; exports.fromPull = _chunkKZJQ723Ncjs.fromPull; exports.fuse = fuse; exports.getBenchmarkBudget = _chunkGLE2WY7Zcjs.getBenchmarkBudget; exports.getCurrentFiber = _chunkGLE2WY7Zcjs.getCurrentFiber; exports.getFiberRef = _chunkPD4EJTQCcjs.getFiberRef; exports.getService = _chunkQ2I37RP3cjs.getService; exports.getStats = getStats; exports.globalScheduler = _chunkGLE2WY7Zcjs.globalScheduler; exports.gracefulShutdown = _chunkQ2I37RP3cjs.gracefulShutdown; exports.groupedP = groupedP; exports.identity = identity; exports.inferCallerLaneFromStack = _chunkGLE2WY7Zcjs.inferCallerLaneFromStack; exports.initState = initState; exports.interleave = interleave; exports.interruptible = _chunkMVGUEJ5Zcjs.interruptible; exports.intersect = _chunkAGR5B2BCcjs.intersect; exports.isCause = _chunkMVGUEJ5Zcjs.isCause; exports.isFusionEnabled = isFusionEnabled; exports.isFusionVerbose = isFusionVerbose; exports.jitter = _chunkAGR5B2BCcjs.jitter; exports.jittered = _chunkAGR5B2BCcjs.jittered; exports.jitteredSchedule = _chunkAGR5B2BCcjs.jitteredSchedule; exports.joinSupervised = _chunkQ2I37RP3cjs.joinSupervised; exports.laneTag = _chunkGLE2WY7Zcjs.laneTag; exports.layer = _chunkQ2I37RP3cjs.layer; exports.layerEffect = _chunkQ2I37RP3cjs.layerEffect; exports.layerFail = _chunkQ2I37RP3cjs.layerFail; exports.layerFrom = _chunkQ2I37RP3cjs.layerFrom; exports.layerFromContext = _chunkQ2I37RP3cjs.layerFromContext; exports.layerSucceed = _chunkQ2I37RP3cjs.layerSucceed; exports.layerValue = _chunkQ2I37RP3cjs.layerValue; exports.linear = _chunkAGR5B2BCcjs.linear; exports.linkAbortController = _chunkQ2I37RP3cjs.linkAbortController; exports.liveClock = _chunkGLE2WY7Zcjs.liveClock; exports.locallyFiberRef = _chunkPD4EJTQCcjs.locallyFiberRef; exports.locallyFiberRefWith = _chunkPD4EJTQCcjs.locallyFiberRefWith; exports.makeBoundedRingBuffer = _chunkGLE2WY7Zcjs.makeBoundedRingBuffer; exports.makeCancelToken = _chunkQ2I37RP3cjs.makeCancelToken; exports.makeCircuitBreaker = _chunk62AZW6UTcjs.makeCircuitBreaker; exports.makeFiberReadyQueue = _chunkGLE2WY7Zcjs.makeFiberReadyQueue; exports.makeFiberRef = _chunkPD4EJTQCcjs.makeFiberRef; exports.makeHub = makeHub; exports.makeLayerScope = _chunkQ2I37RP3cjs.makeLayerScope; exports.makeMetrics = _chunk52PPNNI4cjs.makeMetrics; exports.makeRef = _chunkQ2I37RP3cjs.makeRef; exports.makeResource = _chunk62AZW6UTcjs.makeResource; exports.makeRuntime = _chunkQ2I37RP3cjs.makeRuntime; exports.makeRuntimeEventRecord = _chunk52PPNNI4cjs.makeRuntimeEventRecord; exports.makeRuntimeRecorder = _chunkPD4EJTQCcjs.makeRuntimeRecorder; exports.makeScheduleDriver = _chunkAGR5B2BCcjs.makeScheduleDriver; exports.makeSemaphore = _chunkQ2I37RP3cjs.makeSemaphore; exports.makeServiceTag = _chunkQ2I37RP3cjs.makeServiceTag; exports.makeStreamChunker = makeStreamChunker; exports.makeSupervisor = _chunkQ2I37RP3cjs.makeSupervisor; exports.makeTestRuntime = _chunkQ2I37RP3cjs.makeTestRuntime; exports.makeTracer = _chunkQ2I37RP3cjs.makeTracer; exports.makeWorkerPool = _chunkQ2I37RP3cjs.makeWorkerPool; exports.managed = _chunk62AZW6UTcjs.managed; exports.managedAll = _chunk62AZW6UTcjs.managedAll; exports.managedStream = _chunkKZJQ723Ncjs.managedStream; exports.map = _chunkMVGUEJ5Zcjs.map; exports.mapAsync = _chunkMVGUEJ5Zcjs.mapAsync; exports.mapChunks = mapChunks; exports.mapChunksEffect = mapChunksEffect; exports.mapChunksEffectP = mapChunksEffectP; exports.mapEffectP = mapEffectP; exports.mapError = _chunkMVGUEJ5Zcjs.mapError; exports.mapErrorTyped = _chunkQ2I37RP3cjs.mapError; exports.mapLayer = _chunkQ2I37RP3cjs.mapLayer; exports.mapP = mapP; exports.mapSchedule = _chunkAGR5B2BCcjs.map; exports.mapStream = _chunkKZJQ723Ncjs.mapStream; exports.mapTryAsync = _chunkMVGUEJ5Zcjs.mapTryAsync; exports.maxDelay = _chunkAGR5B2BCcjs.maxDelay; exports.maxElapsed = _chunkAGR5B2BCcjs.maxElapsed; exports.merge = _chunkKZJQ723Ncjs.merge; exports.mergeLayer = _chunkQ2I37RP3cjs.merge; exports.mergeStream = _chunkKZJQ723Ncjs.mergeStream; exports.modifyFiberRef = _chunkPD4EJTQCcjs.modifyFiberRef; exports.namedSchedule = _chunkAGR5B2BCcjs.named; exports.never = _chunkAGR5B2BCcjs.never; exports.neverEffect = _chunkQ2I37RP3cjs.neverEffect; exports.none = _chunkMVGUEJ5Zcjs.none; exports.once = _chunkAGR5B2BCcjs.once; exports.orElse = _chunkQ2I37RP3cjs.orElse; exports.orElseOptional = _chunkMVGUEJ5Zcjs.orElseOptional; exports.pollWithSchedule = _chunkAGR5B2BCcjs.poll; exports.prettyCause = _chunkMVGUEJ5Zcjs.prettyCause; exports.provide = _chunkQ2I37RP3cjs.provide; exports.provideContext = _chunkQ2I37RP3cjs.provideContext; exports.provideLayer = _chunkQ2I37RP3cjs.provideLayer; exports.provideLayerContext = _chunkQ2I37RP3cjs.provideLayerContext; exports.race = _chunkSA6HUJVIcjs.race; exports.raceWith = _chunkSA6HUJVIcjs.raceWith; exports.rangeStream = _chunkKZJQ723Ncjs.rangeStream; exports.recurs = _chunkAGR5B2BCcjs.recurs; exports.registerShutdownHooks = _chunkQ2I37RP3cjs.registerShutdownHooks; exports.repeatWithSchedule = _chunkAGR5B2BCcjs.repeatWithSchedule; exports.repeatWithScheduleAlias = _chunkAGR5B2BCcjs.repeat; exports.resetAbortablePromiseStats = _chunkGLE2WY7Zcjs.resetAbortablePromiseStats; exports.resource = _chunk62AZW6UTcjs.resource; exports.resourceAll = _chunk62AZW6UTcjs.resourceAll; exports.resourceFromManaged = _chunk62AZW6UTcjs.resourceFromManaged; exports.resourceSucceed = _chunk62AZW6UTcjs.resourceSucceed; exports.retry = _chunkAGR5B2BCcjs.retry; exports.retryN = _chunkAGR5B2BCcjs.retryN; exports.retryWithBackoff = _chunkAGR5B2BCcjs.retryWithBackoff; exports.retryWithSchedule = _chunkAGR5B2BCcjs.retryWithSchedule; exports.retryWithScheduleAlias = _chunkAGR5B2BCcjs.retry2; exports.runEffect = _chunkQ2I37RP3cjs.runEffect; exports.runExit = _chunkQ2I37RP3cjs.runExit; exports.runFusedArray = runFusedArray; exports.runPromise = _chunkQ2I37RP3cjs.runPromise; exports.runSchedule = _chunkAGR5B2BCcjs.runSchedule; exports.runtimeCapabilities = _chunkGLE2WY7Zcjs.runtimeCapabilities; exports.runtimeClockFromEnv = _chunkGLE2WY7Zcjs.runtimeClockFromEnv; exports.runtimeEventRecordContext = _chunk52PPNNI4cjs.runtimeEventRecordContext; exports.runtimeForCaller = _chunkGLE2WY7Zcjs.runtimeForCaller; exports.runtimeHooksToEventHandler = _chunk52PPNNI4cjs.runtimeHooksToEventHandler; exports.sanitizeLaneKey = _chunkGLE2WY7Zcjs.sanitizeLaneKey; exports.scan = scan; exports.scheduleDriver = _chunkAGR5B2BCcjs.scheduleDriver; exports.selectedEngineStats = selectedEngineStats; exports.serializeFusedPipeline = serializeFusedPipeline; exports.serviceTag = _chunkQ2I37RP3cjs.serviceTag; exports.setBenchmarkBudget = _chunkGLE2WY7Zcjs.setBenchmarkBudget; exports.setFiberRef = _chunkPD4EJTQCcjs.setFiberRef; exports.setFusionEnabled = setFusionEnabled; exports.setFusionVerbose = setFusionVerbose; exports.sleep = _chunkAGR5B2BCcjs.sleep; exports.some = _chunkMVGUEJ5Zcjs.some; exports.spaced = _chunkAGR5B2BCcjs.spaced; exports.streamFromReadableStream = _chunkKZJQ723Ncjs.streamFromReadableStream; exports.succeed = _chunkMVGUEJ5Zcjs.succeed; exports.supervise = _chunkQ2I37RP3cjs.supervise; exports.sync = _chunkMVGUEJ5Zcjs.sync; exports.tagError = _chunkQ2I37RP3cjs.tagError; exports.takeP = takeP; exports.takeSchedule = _chunkAGR5B2BCcjs.take; exports.takeStream = take2; exports.tapDecision = _chunkAGR5B2BCcjs.tapDecision; exports.tapEffectP = tapEffectP; exports.throttle = throttle; exports.timeout = _chunkAGR5B2BCcjs.timeout; exports.toPromise = _chunkGLE2WY7Zcjs.toPromise; exports.toPromiseByCaller = _chunkGLE2WY7Zcjs.toPromiseByCaller; exports.uncons = _chunkKZJQ723Ncjs.uncons; exports.uninterruptible = _chunkMVGUEJ5Zcjs.uninterruptible; exports.uninterruptibleMask = _chunkMVGUEJ5Zcjs.uninterruptibleMask; exports.union = _chunkAGR5B2BCcjs.union; exports.unit = _chunkMVGUEJ5Zcjs.unit; exports.unsafeGetCurrentRuntime = _chunkGLE2WY7Zcjs.unsafeGetCurrentRuntime; exports.unsafeGetFiberRef = _chunkPD4EJTQCcjs.unsafeGetFiberRef; exports.unsafeRunAsync = _chunkGLE2WY7Zcjs.unsafeRunAsync; exports.unsafeRunFoldWithEnv = _chunkGLE2WY7Zcjs.unsafeRunFoldWithEnv; exports.unsafeSetFiberRef = _chunkPD4EJTQCcjs.unsafeSetFiberRef; exports.untilInput = _chunkAGR5B2BCcjs.untilInput; exports.untilOutput = _chunkAGR5B2BCcjs.untilOutput; exports.unwrapScoped = _chunkKZJQ723Ncjs.unwrapScoped; exports.upTo = _chunkAGR5B2BCcjs.upTo; exports.updateFiberRef = _chunkPD4EJTQCcjs.updateFiberRef; exports.useManaged = _chunk62AZW6UTcjs.useManaged; exports.useResource = _chunk62AZW6UTcjs.useResource; exports.via = via; exports.whileInput = _chunkAGR5B2BCcjs.whileInput; exports.whileOutput = _chunkAGR5B2BCcjs.whileOutput; exports.widenOpt = _chunkKZJQ723Ncjs.widenOpt; exports.windowed = _chunkAGR5B2BCcjs.windowed; exports.withAsyncPromise = _chunkMVGUEJ5Zcjs.withAsyncPromise; exports.withCurrentFiber = _chunkGLE2WY7Zcjs.withCurrentFiber; exports.withScope = _chunkJF5WGYJJcjs.withScope; exports.withScopeAsync = _chunkJF5WGYJJcjs.withScopeAsync; exports.zip = _chunkKZJQ723Ncjs.zip; exports.zipPar = _chunkSA6HUJVIcjs.zipPar; exports.zipStream = zip2; exports.zipWith = zipWith;
1822
+
1823
+
1824
+
1825
+
1826
+
1827
+
1828
+
1829
+
1830
+
1831
+
1832
+
1833
+
1834
+
1835
+
1836
+ exports.ABI_VERSION = _chunk2JHJ4YHScjs.ABI_VERSION; exports.Async = _chunkMVGUEJ5Zcjs.Async; exports.Cause = _chunkMVGUEJ5Zcjs.Cause; exports.DefaultHostExecutor = _chunk2JHJ4YHScjs.DefaultHostExecutor; exports.EVENT_WORDS = _chunk2JHJ4YHScjs.EVENT_WORDS; exports.EngineFiberHandle = _chunk2JHJ4YHScjs.EngineFiberHandle; exports.EventBus = _chunkWGE2FEZEcjs.EventBus; exports.EventKindCode = _chunk2JHJ4YHScjs.EventKindCode; exports.Exit = _chunkMVGUEJ5Zcjs.Exit; exports.HostRegistry = _chunk2JHJ4YHScjs.HostRegistry; exports.InMemoryTracer = _chunkWGE2FEZEcjs.InMemoryTracer; exports.JsFiberEngine = _chunk2JHJ4YHScjs.JsFiberEngine; exports.Layer = _chunk5RZ7YITFcjs.Layer; exports.LayerContext = _chunk5RZ7YITFcjs.LayerContext; exports.MissingLayerServiceError = _chunk5RZ7YITFcjs.MissingLayerServiceError; exports.NONE_U32 = _chunk2JHJ4YHScjs.NONE_U32; exports.NoopHooks = _chunk2JHJ4YHScjs.NoopHooks; exports.OpcodeTagCode = _chunk2JHJ4YHScjs.OpcodeTagCode; exports.PURE_PIPELINE_TAG = PURE_PIPELINE_TAG; exports.Pipeline = Pipeline; exports.ProgramBuilder = _chunk2JHJ4YHScjs.ProgramBuilder; exports.PushStatus = _chunk2JHJ4YHScjs.PushStatus; exports.Resource = _chunk5RZ7YITFcjs.Resource; exports.RingBuffer = _chunk2JHJ4YHScjs.RingBuffer; exports.Runtime = _chunk2JHJ4YHScjs.Runtime; exports.RuntimeFiber = _chunk2JHJ4YHScjs.RuntimeFiber; exports.RuntimeRegistry = _chunk2OW6IFY2cjs.RuntimeRegistry; exports.RuntimeService = _chunkELIECDYNcjs.RuntimeService; exports.Schedule = _chunk5RZ7YITFcjs.Schedule; exports.Scheduler = _chunk2JHJ4YHScjs.Scheduler; exports.Scope = _chunk2JHJ4YHScjs.Scope; exports.Stream = Stream; exports.Supervisor = _chunk2OW6IFY2cjs.Supervisor; exports.TestClock = _chunk2OW6IFY2cjs.TestClock; exports.TestScheduler = _chunk2OW6IFY2cjs.TestScheduler; exports.WasmFiberEngine = _chunk2JHJ4YHScjs.WasmFiberEngine; exports.WasmFiberRegistryBridge = _chunk2JHJ4YHScjs.WasmFiberRegistryBridge; exports.WasmPackFiberBridge = _chunk2JHJ4YHScjs.WasmPackFiberBridge; exports.abortablePromiseStats = _chunk2JHJ4YHScjs.abortablePromiseStats; exports.acquireRelease = _chunkMVGUEJ5Zcjs.acquireRelease; exports.andThen = andThen2; exports.andThenSchedule = _chunk5RZ7YITFcjs.andThen; exports.applyFused = applyFused; exports.asStream = asStream; exports.assertCompletesWithin = _chunk2OW6IFY2cjs.assertCompletesWithin; exports.assertFails = _chunk2OW6IFY2cjs.assertFails; exports.assertFailsWith = _chunk2OW6IFY2cjs.assertFailsWith; exports.assertNever = _chunkEICAJDNXcjs.assertNever; exports.assertSucceeds = _chunk2OW6IFY2cjs.assertSucceeds; exports.async = _chunkMVGUEJ5Zcjs.asyncEffect; exports.asyncCatchAll = _chunkMVGUEJ5Zcjs.asyncCatchAll; exports.asyncFail = _chunkMVGUEJ5Zcjs.asyncFail; exports.asyncFlatMap = _chunkMVGUEJ5Zcjs.asyncFlatMap; exports.asyncFold = _chunkMVGUEJ5Zcjs.asyncFold; exports.asyncInterruptible = _chunkMVGUEJ5Zcjs.asyncInterruptible; exports.asyncMap = _chunkMVGUEJ5Zcjs.asyncMap; exports.asyncMapError = _chunkMVGUEJ5Zcjs.asyncMapError; exports.asyncSucceed = _chunkMVGUEJ5Zcjs.asyncSucceed; exports.asyncSync = _chunkMVGUEJ5Zcjs.asyncSync; exports.asyncTotal = _chunkMVGUEJ5Zcjs.asyncTotal; exports.bounded = bounded; exports.bracket = _chunk5RZ7YITFcjs.bracket; exports.broadcast = broadcast; exports.broadcastToHub = broadcastToHub; exports.buffer = buffer; exports.bufferP = bufferP; exports.buildLayer = _chunk5RZ7YITFcjs.buildLayer; exports.catchAll = _chunkMVGUEJ5Zcjs.catchAll; exports.catchTag = _chunk2OW6IFY2cjs.catchTag; exports.catchTags = _chunk2OW6IFY2cjs.catchTags; exports.chunks = chunks; exports.chunksP = chunksP; exports.collectAllPar = _chunkSA6HUJVIcjs.collectAllPar; exports.collectStream = _chunkEICAJDNXcjs.collectStream; exports.compose = compose2; exports.composeAll = _chunk5RZ7YITFcjs.composeAll; exports.composeLayer = _chunk5RZ7YITFcjs.compose; exports.concatStream = _chunkEICAJDNXcjs.concatStream; exports.consoleJsonLogger = _chunk2OW6IFY2cjs.consoleJsonLogger; exports.contramapSchedule = _chunk5RZ7YITFcjs.contramap; exports.ctxExtend = _chunk2JHJ4YHScjs.ctxExtend; exports.ctxToObject = _chunk2JHJ4YHScjs.ctxToObject; exports.debounce = debounce; exports.decodeEvent = _chunk2JHJ4YHScjs.decodeEvent; exports.decodeEventBatch = _chunk2JHJ4YHScjs.decodeEventBatch; exports.defaultTracer = _chunk2OW6IFY2cjs.defaultTracer; exports.defineConfigLayer = _chunk2OW6IFY2cjs.defineConfigLayer; exports.defineLayer = _chunk5RZ7YITFcjs.defineLayer; exports.defineService = _chunk5RZ7YITFcjs.defineService; exports.delayedEffect = _chunk2OW6IFY2cjs.delayedEffect; exports.derivedRef = _chunk2OW6IFY2cjs.derivedRef; exports.deserializeFusedPipeline = deserializeFusedPipeline; exports.dropP = dropP; exports.dropStream = drop; exports.dumpAllFibers = _chunk2OW6IFY2cjs.dumpAllFibers; exports.elapsed = _chunk5RZ7YITFcjs.elapsed; exports.emitStream = _chunkEICAJDNXcjs.emitStream; exports.emptyContext = _chunk2JHJ4YHScjs.emptyContext; exports.emptyStream = _chunkEICAJDNXcjs.emptyStream; exports.encodeOpcodeNodes = _chunk2JHJ4YHScjs.encodeOpcodeNodes; exports.encodeOpcodeProgram = _chunk2JHJ4YHScjs.encodeOpcodeProgram; exports.end = _chunkMVGUEJ5Zcjs.end; exports.engineStats = engineStats; exports.ensuring = _chunk5RZ7YITFcjs.ensuring; exports.exponential = _chunk5RZ7YITFcjs.exponential; exports.fail = _chunkMVGUEJ5Zcjs.fail; exports.fiberRefSnapshot = _chunkKNTJ7FQBcjs.fiberRefSnapshot; exports.fibonacci = _chunk5RZ7YITFcjs.fibonacci; exports.filterMapP = filterMapP; exports.filterP = filterP; exports.fixed = _chunk5RZ7YITFcjs.fixed; exports.flakyEffect = _chunk2OW6IFY2cjs.flakyEffect; exports.flatMap = _chunkMVGUEJ5Zcjs.flatMap; exports.flattenStream = _chunkEICAJDNXcjs.flattenStream; exports.foreachStream = _chunkEICAJDNXcjs.foreachStream; exports.forever = _chunk5RZ7YITFcjs.forever; exports.fork = _chunk2JHJ4YHScjs.fork; exports.formatCause = _chunkMVGUEJ5Zcjs.formatCause; exports.formatLayerError = _chunk5RZ7YITFcjs.formatLayerError; exports.fromArray = _chunkEICAJDNXcjs.fromArray; exports.fromHub = fromHub; exports.fromPromiseAbortable = _chunk2JHJ4YHScjs.fromPromiseAbortable; exports.fromPull = _chunkEICAJDNXcjs.fromPull; exports.fuse = fuse; exports.getBenchmarkBudget = _chunk2JHJ4YHScjs.getBenchmarkBudget; exports.getCurrentFiber = _chunk2JHJ4YHScjs.getCurrentFiber; exports.getFiberRef = _chunkKNTJ7FQBcjs.getFiberRef; exports.getService = _chunk5RZ7YITFcjs.getService; exports.getServices = _chunk5RZ7YITFcjs.getServices; exports.getStats = getStats; exports.globalScheduler = _chunk2JHJ4YHScjs.globalScheduler; exports.gracefulShutdown = _chunk2OW6IFY2cjs.gracefulShutdown; exports.groupedP = groupedP; exports.identity = identity; exports.inferCallerLaneFromStack = _chunk2JHJ4YHScjs.inferCallerLaneFromStack; exports.initState = initState; exports.interleave = interleave; exports.interruptible = _chunkMVGUEJ5Zcjs.interruptible; exports.intersect = _chunk5RZ7YITFcjs.intersect; exports.isCause = _chunkMVGUEJ5Zcjs.isCause; exports.isFusionEnabled = isFusionEnabled; exports.isFusionVerbose = isFusionVerbose; exports.jitter = _chunk5RZ7YITFcjs.jitter; exports.jittered = _chunk5RZ7YITFcjs.jittered; exports.jitteredSchedule = _chunk5RZ7YITFcjs.jitteredSchedule; exports.joinSupervised = _chunk2OW6IFY2cjs.joinSupervised; exports.laneTag = _chunk2JHJ4YHScjs.laneTag; exports.layer = _chunk5RZ7YITFcjs.layer; exports.layerEffect = _chunk5RZ7YITFcjs.layerEffect; exports.layerFail = _chunk5RZ7YITFcjs.layerFail; exports.layerFrom = _chunk5RZ7YITFcjs.layerFrom; exports.layerFromContext = _chunk5RZ7YITFcjs.layerFromContext; exports.layerSucceed = _chunk5RZ7YITFcjs.layerSucceed; exports.layerValue = _chunk5RZ7YITFcjs.layerValue; exports.linear = _chunk5RZ7YITFcjs.linear; exports.linkAbortController = _chunk2OW6IFY2cjs.linkAbortController; exports.liveClock = _chunk2JHJ4YHScjs.liveClock; exports.locallyFiberRef = _chunkKNTJ7FQBcjs.locallyFiberRef; exports.locallyFiberRefWith = _chunkKNTJ7FQBcjs.locallyFiberRefWith; exports.makeBoundedRingBuffer = _chunk2JHJ4YHScjs.makeBoundedRingBuffer; exports.makeCancelToken = _chunk2OW6IFY2cjs.makeCancelToken; exports.makeCircuitBreaker = _chunk7TKI527Dcjs.makeCircuitBreaker; exports.makeConfigLayer = _chunk2OW6IFY2cjs.makeConfigLayer; exports.makeFiberReadyQueue = _chunk2JHJ4YHScjs.makeFiberReadyQueue; exports.makeFiberRef = _chunkKNTJ7FQBcjs.makeFiberRef; exports.makeHub = makeHub; exports.makeLayerScope = _chunk5RZ7YITFcjs.makeLayerScope; exports.makeMetrics = _chunkWGE2FEZEcjs.makeMetrics; exports.makeRef = _chunk2OW6IFY2cjs.makeRef; exports.makeResource = _chunk5RZ7YITFcjs.makeResource; exports.makeRuntime = _chunk2OW6IFY2cjs.makeRuntime; exports.makeRuntimeEventRecord = _chunkWGE2FEZEcjs.makeRuntimeEventRecord; exports.makeRuntimeLayer = _chunkELIECDYNcjs.makeRuntimeLayer; exports.makeRuntimeRecorder = _chunkKNTJ7FQBcjs.makeRuntimeRecorder; exports.makeScheduleDriver = _chunk5RZ7YITFcjs.makeScheduleDriver; exports.makeSemaphore = _chunk2OW6IFY2cjs.makeSemaphore; exports.makeServiceTag = _chunk5RZ7YITFcjs.makeServiceTag; exports.makeStreamChunker = makeStreamChunker; exports.makeSupervisor = _chunk2OW6IFY2cjs.makeSupervisor; exports.makeTestLayer = _chunk5RZ7YITFcjs.makeTestLayer; exports.makeTestLayers = _chunk5RZ7YITFcjs.makeTestLayers; exports.makeTestRuntime = _chunk2OW6IFY2cjs.makeTestRuntime; exports.makeTracer = _chunk2OW6IFY2cjs.makeTracer; exports.makeWorkerPool = _chunk2OW6IFY2cjs.makeWorkerPool; exports.managed = _chunk5RZ7YITFcjs.managed; exports.managedAll = _chunk5RZ7YITFcjs.managedAll; exports.managedStream = _chunkEICAJDNXcjs.managedStream; exports.map = _chunkMVGUEJ5Zcjs.map; exports.mapAsync = _chunkMVGUEJ5Zcjs.mapAsync; exports.mapChunks = mapChunks; exports.mapChunksEffect = mapChunksEffect; exports.mapChunksEffectP = mapChunksEffectP; exports.mapEffectP = mapEffectP; exports.mapError = _chunkMVGUEJ5Zcjs.mapError; exports.mapErrorTyped = _chunk2OW6IFY2cjs.mapError; exports.mapLayer = _chunk5RZ7YITFcjs.mapLayer; exports.mapP = mapP; exports.mapSchedule = _chunk5RZ7YITFcjs.map; exports.mapStream = _chunkEICAJDNXcjs.mapStream; exports.mapTryAsync = _chunkMVGUEJ5Zcjs.mapTryAsync; exports.maxDelay = _chunk5RZ7YITFcjs.maxDelay; exports.maxElapsed = _chunk5RZ7YITFcjs.maxElapsed; exports.merge = _chunkEICAJDNXcjs.merge; exports.mergeAll = _chunk5RZ7YITFcjs.mergeAll; exports.mergeLayer = _chunk5RZ7YITFcjs.merge; exports.mergeStream = _chunkEICAJDNXcjs.mergeStream; exports.modifyFiberRef = _chunkKNTJ7FQBcjs.modifyFiberRef; exports.namedSchedule = _chunk5RZ7YITFcjs.named; exports.never = _chunk5RZ7YITFcjs.never; exports.neverEffect = _chunk2OW6IFY2cjs.neverEffect; exports.none = _chunkMVGUEJ5Zcjs.none; exports.once = _chunk5RZ7YITFcjs.once; exports.orElse = _chunk2OW6IFY2cjs.orElse; exports.orElseOptional = _chunkMVGUEJ5Zcjs.orElseOptional; exports.pollWithSchedule = _chunk5RZ7YITFcjs.poll; exports.prettyCause = _chunkMVGUEJ5Zcjs.prettyCause; exports.provide = _chunk5RZ7YITFcjs.provide; exports.provideContext = _chunk5RZ7YITFcjs.provideContext; exports.provideLayer = _chunk5RZ7YITFcjs.provideLayer; exports.provideLayerContext = _chunk5RZ7YITFcjs.provideLayerContext; exports.race = _chunkSA6HUJVIcjs.race; exports.raceWith = _chunkSA6HUJVIcjs.raceWith; exports.rangeStream = _chunkEICAJDNXcjs.rangeStream; exports.recordAbortablePromiseFinish = _chunk2JHJ4YHScjs.recordAbortablePromiseFinish; exports.recordAbortablePromiseStart = _chunk2JHJ4YHScjs.recordAbortablePromiseStart; exports.recurs = _chunk5RZ7YITFcjs.recurs; exports.registerShutdownHooks = _chunk2OW6IFY2cjs.registerShutdownHooks; exports.repeatWithSchedule = _chunk5RZ7YITFcjs.repeatWithSchedule; exports.repeatWithScheduleAlias = _chunk5RZ7YITFcjs.repeat; exports.resetAbortablePromiseStats = _chunk2JHJ4YHScjs.resetAbortablePromiseStats; exports.resource = _chunk5RZ7YITFcjs.resource; exports.resourceAll = _chunk5RZ7YITFcjs.resourceAll; exports.resourceFromManaged = _chunk5RZ7YITFcjs.resourceFromManaged; exports.resourceSucceed = _chunk5RZ7YITFcjs.resourceSucceed; exports.retry = _chunk5RZ7YITFcjs.retry; exports.retryN = _chunk5RZ7YITFcjs.retryN; exports.retryWithBackoff = _chunk5RZ7YITFcjs.retryWithBackoff; exports.retryWithSchedule = _chunk5RZ7YITFcjs.retryWithSchedule; exports.retryWithScheduleAlias = _chunk5RZ7YITFcjs.retry2; exports.runEffect = _chunk2OW6IFY2cjs.runEffect; exports.runExit = _chunk2OW6IFY2cjs.runExit; exports.runFusedArray = runFusedArray; exports.runPromise = _chunk2OW6IFY2cjs.runPromise; exports.runSchedule = _chunk5RZ7YITFcjs.runSchedule; exports.runtimeCapabilities = _chunk2JHJ4YHScjs.runtimeCapabilities; exports.runtimeClockFromEnv = _chunk2JHJ4YHScjs.runtimeClockFromEnv; exports.runtimeEventRecordContext = _chunkWGE2FEZEcjs.runtimeEventRecordContext; exports.runtimeForCaller = _chunk2JHJ4YHScjs.runtimeForCaller; exports.runtimeHooksToEventHandler = _chunkWGE2FEZEcjs.runtimeHooksToEventHandler; exports.sanitizeLaneKey = _chunk2JHJ4YHScjs.sanitizeLaneKey; exports.scan = scan; exports.scheduleDriver = _chunk5RZ7YITFcjs.scheduleDriver; exports.selectedEngineStats = selectedEngineStats; exports.serializeFusedPipeline = serializeFusedPipeline; exports.serviceTag = _chunk5RZ7YITFcjs.serviceTag; exports.setAbortablePromisePerLabelTracking = _chunk2JHJ4YHScjs.setAbortablePromisePerLabelTracking; exports.setBenchmarkBudget = _chunk2JHJ4YHScjs.setBenchmarkBudget; exports.setFiberRef = _chunkKNTJ7FQBcjs.setFiberRef; exports.setFusionEnabled = setFusionEnabled; exports.setFusionVerbose = setFusionVerbose; exports.sleep = _chunk5RZ7YITFcjs.sleep; exports.some = _chunkMVGUEJ5Zcjs.some; exports.spaced = _chunk5RZ7YITFcjs.spaced; exports.streamFromReadableStream = _chunkEICAJDNXcjs.streamFromReadableStream; exports.succeed = _chunkMVGUEJ5Zcjs.succeed; exports.supervise = _chunk2OW6IFY2cjs.supervise; exports.sync = _chunkMVGUEJ5Zcjs.sync; exports.tagError = _chunk2OW6IFY2cjs.tagError; exports.takeP = takeP; exports.takeSchedule = _chunk5RZ7YITFcjs.take; exports.takeStream = take2; exports.tapDecision = _chunk5RZ7YITFcjs.tapDecision; exports.tapEffectP = tapEffectP; exports.throttle = throttle; exports.timeout = _chunk5RZ7YITFcjs.timeout; exports.toPromise = _chunk2JHJ4YHScjs.toPromise; exports.toPromiseByCaller = _chunk2JHJ4YHScjs.toPromiseByCaller; exports.uncons = _chunkEICAJDNXcjs.uncons; exports.uninterruptible = _chunkMVGUEJ5Zcjs.uninterruptible; exports.uninterruptibleMask = _chunkMVGUEJ5Zcjs.uninterruptibleMask; exports.union = _chunk5RZ7YITFcjs.union; exports.unit = _chunkMVGUEJ5Zcjs.unit; exports.unsafeGetCurrentRuntime = _chunk2JHJ4YHScjs.unsafeGetCurrentRuntime; exports.unsafeGetFiberRef = _chunkKNTJ7FQBcjs.unsafeGetFiberRef; exports.unsafeRunAsync = _chunk2JHJ4YHScjs.unsafeRunAsync; exports.unsafeRunFoldWithEnv = _chunk2JHJ4YHScjs.unsafeRunFoldWithEnv; exports.unsafeSetFiberRef = _chunkKNTJ7FQBcjs.unsafeSetFiberRef; exports.untilInput = _chunk5RZ7YITFcjs.untilInput; exports.untilOutput = _chunk5RZ7YITFcjs.untilOutput; exports.unwrapScoped = _chunkEICAJDNXcjs.unwrapScoped; exports.upTo = _chunk5RZ7YITFcjs.upTo; exports.updateFiberRef = _chunkKNTJ7FQBcjs.updateFiberRef; exports.useManaged = _chunk5RZ7YITFcjs.useManaged; exports.useResource = _chunk5RZ7YITFcjs.useResource; exports.useService = _chunk5RZ7YITFcjs.useService; exports.useServices = _chunk5RZ7YITFcjs.useServices; exports.via = via; exports.whileInput = _chunk5RZ7YITFcjs.whileInput; exports.whileOutput = _chunk5RZ7YITFcjs.whileOutput; exports.widenOpt = _chunkEICAJDNXcjs.widenOpt; exports.windowed = _chunk5RZ7YITFcjs.windowed; exports.withAsyncPromise = _chunkMVGUEJ5Zcjs.withAsyncPromise; exports.withCurrentFiber = _chunk2JHJ4YHScjs.withCurrentFiber; exports.withScope = _chunk2JHJ4YHScjs.withScope; exports.withScopeAsync = _chunk2JHJ4YHScjs.withScopeAsync; exports.zip = _chunkEICAJDNXcjs.zip; exports.zipPar = _chunkSA6HUJVIcjs.zipPar; exports.zipStream = zip2; exports.zipWith = zipWith;