brass-runtime 1.16.1 → 1.18.0

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