brass-runtime 1.14.0 → 1.16.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 (90) hide show
  1. package/README.md +410 -135
  2. package/dist/agent/cli/main.cjs +49 -43
  3. package/dist/agent/cli/main.js +11 -5
  4. package/dist/agent/cli/main.mjs +11 -5
  5. package/dist/agent/index.cjs +8 -3
  6. package/dist/agent/index.d.ts +1 -1
  7. package/dist/agent/index.js +7 -2
  8. package/dist/agent/index.mjs +7 -2
  9. package/dist/{chunk-BMRF4FN6.js → chunk-2WC63LJK.mjs} +68 -242
  10. package/dist/chunk-3RG5ZIWI.js +10 -0
  11. package/dist/chunk-45F7OKGT.cjs +104 -0
  12. package/dist/chunk-5YOQOXEQ.cjs +2491 -0
  13. package/dist/chunk-7HUOJA4W.cjs +493 -0
  14. package/dist/{chunk-4N2JEK4H.mjs → chunk-7LVI2GIN.js} +252 -495
  15. package/dist/chunk-7TL2LHQJ.js +2491 -0
  16. package/dist/chunk-7V4KY4RL.mjs +104 -0
  17. package/dist/chunk-7XOPAB5Q.js +2143 -0
  18. package/dist/chunk-CCKHV5BT.mjs +193 -0
  19. package/dist/chunk-CY33PGEX.mjs +1110 -0
  20. package/dist/chunk-DJQ7OMMB.cjs +144 -0
  21. package/dist/chunk-F5EUMJL7.mjs +2143 -0
  22. package/dist/chunk-FM4W4QPL.js +193 -0
  23. package/dist/chunk-G3XGCZDQ.js +131 -0
  24. package/dist/{chunk-JT7D6M5H.js → chunk-G6IQOE4P.mjs} +252 -495
  25. package/dist/chunk-GOV47PPB.mjs +552 -0
  26. package/dist/chunk-H55LI6WY.js +93 -0
  27. package/dist/chunk-IJT6RRQ5.cjs +93 -0
  28. package/dist/chunk-J3H54ZRV.mjs +131 -0
  29. package/dist/chunk-JF4XXPZ5.cjs +552 -0
  30. package/dist/chunk-JNFRRJYH.cjs +2143 -0
  31. package/dist/chunk-JX3LZQJH.cjs +354 -0
  32. package/dist/chunk-K2T3DV26.mjs +93 -0
  33. package/dist/chunk-KCPT2D6G.js +552 -0
  34. package/dist/chunk-MWXMNYJS.cjs +1110 -0
  35. package/dist/{chunk-XTMZTVIT.cjs → chunk-N6VHMOWB.cjs} +140 -134
  36. package/dist/{chunk-WJESVBWN.js → chunk-NC5SDRYE.js} +16 -10
  37. package/dist/chunk-NOYZIMUJ.mjs +144 -0
  38. package/dist/chunk-NYL4D7SK.cjs +131 -0
  39. package/dist/chunk-OBGZSXTJ.cjs +10 -0
  40. package/dist/{chunk-UWMMYKVK.mjs → chunk-OOGJ73B6.js} +68 -242
  41. package/dist/chunk-PNVFW245.js +144 -0
  42. package/dist/chunk-PRWCB3QL.mjs +2491 -0
  43. package/dist/chunk-QY5FKYEQ.js +1110 -0
  44. package/dist/chunk-ROJC3NBJ.js +104 -0
  45. package/dist/chunk-SPUEME2B.cjs +343 -0
  46. package/dist/chunk-TDVMADDN.js +343 -0
  47. package/dist/chunk-TVN5I4U6.cjs +193 -0
  48. package/dist/chunk-U5KWK3PX.mjs +343 -0
  49. package/dist/chunk-VFIUZG7J.mjs +354 -0
  50. package/dist/{chunk-BKBFSOGT.cjs → chunk-WQ5QNU5R.cjs} +460 -703
  51. package/dist/chunk-XDZOO4L5.js +354 -0
  52. package/dist/chunk-Y6FXYEAI.mjs +10 -0
  53. package/dist/{chunk-MQF7HZ7Y.mjs → chunk-ZGLD4TVZ.mjs} +16 -10
  54. package/dist/client-CtFmoDvM.d.ts +645 -0
  55. package/dist/core/index.cjs +284 -0
  56. package/dist/core/index.d.ts +567 -0
  57. package/dist/core/index.js +284 -0
  58. package/dist/core/index.mjs +284 -0
  59. package/dist/{effect-DM56H743.d.ts → effect-CGNl5Rqp.d.ts} +118 -11
  60. package/dist/effectRunner-3ZHAD3LE.cjs +8 -0
  61. package/dist/effectRunner-A4CHJXJI.js +8 -0
  62. package/dist/effectRunner-OPUF6QRN.mjs +8 -0
  63. package/dist/http/index.cjs +4130 -890
  64. package/dist/http/index.d.ts +2289 -219
  65. package/dist/http/index.js +4116 -876
  66. package/dist/http/index.mjs +4116 -876
  67. package/dist/http/testing.cjs +159 -0
  68. package/dist/http/testing.d.ts +42 -0
  69. package/dist/http/testing.js +159 -0
  70. package/dist/http/testing.mjs +159 -0
  71. package/dist/index.cjs +305 -1168
  72. package/dist/index.d.ts +9 -701
  73. package/dist/index.js +176 -1039
  74. package/dist/index.mjs +176 -1039
  75. package/dist/observability/index.cjs +677 -0
  76. package/dist/observability/index.d.ts +79 -0
  77. package/dist/observability/index.js +677 -0
  78. package/dist/observability/index.mjs +677 -0
  79. package/dist/schedule-Fque9Abz.d.ts +70 -0
  80. package/dist/schema/index.cjs +25 -0
  81. package/dist/schema/index.d.ts +177 -0
  82. package/dist/schema/index.js +25 -0
  83. package/dist/schema/index.mjs +25 -0
  84. package/dist/server-C8hDXA74.d.ts +674 -0
  85. package/dist/stream-dvSs0QS5.d.ts +74 -0
  86. package/dist/tracer-B5tRH9H7.d.ts +230 -0
  87. package/dist/tracing-Dt9S_6V8.d.ts +148 -0
  88. package/package.json +37 -3
  89. package/dist/chunk-SKVY72E5.cjs +0 -667
  90. package/dist/stream-Oqe6WeLE.d.ts +0 -173
@@ -92,6 +92,7 @@ declare function makeBoundedRingBuffer<T>(initialCapacity: number, maxCapacity?:
92
92
 
93
93
  type Task = () => void;
94
94
  type ScheduleResult = "accepted" | "dropped";
95
+ type SchedulerLaneMode = "fair" | "single";
95
96
  type SchedulerEngine = "ts" | "wasm";
96
97
  type LaneStatsData = {
97
98
  key: string;
@@ -116,6 +117,8 @@ type SchedulerStatsData = {
116
117
  type SchedulerStats = EngineStats<SchedulerStatsData>;
117
118
  type SchedulerOptions = RingBufferOptions & {
118
119
  engine?: SchedulerEngine;
120
+ /** fair keeps per-lane round-robin scheduling; single uses one direct TS queue for maximum throughput. */
121
+ laneMode?: SchedulerLaneMode;
119
122
  initialCapacity?: number;
120
123
  maxCapacity?: number;
121
124
  flushBudget?: number;
@@ -138,6 +141,7 @@ declare function inferCallerLaneFromStack(stack?: string | undefined, fallback?:
138
141
  declare class Scheduler {
139
142
  private readonly engine;
140
143
  private readonly js?;
144
+ private readonly jsSingle?;
141
145
  private readonly wasm?;
142
146
  private readonly flushBudget;
143
147
  private readonly microThreshold;
@@ -146,6 +150,7 @@ declare class Scheduler {
146
150
  private readonly maxLanes;
147
151
  private readonly fallbackUsed;
148
152
  private readonly boundFlush;
153
+ private shiftedTag;
149
154
  constructor(options?: SchedulerOptions);
150
155
  schedule(task: Task, tag?: string): ScheduleResult;
151
156
  scheduleBatch(tasks: Array<{
@@ -157,10 +162,13 @@ declare class Scheduler {
157
162
  private scheduleBatchWasm;
158
163
  private getOrCreateLane;
159
164
  private createLane;
165
+ private scheduleJsSingle;
166
+ private scheduleBatchJsSingle;
160
167
  private scheduleJs;
161
168
  private requestFlush;
162
169
  private flush;
163
170
  private flushWasm;
171
+ private flushJsSingle;
164
172
  private shiftFromNextLane;
165
173
  private flushJs;
166
174
  }
@@ -193,17 +201,73 @@ type RuntimeEvent = {
193
201
  scopeId: number;
194
202
  status: "success" | "failure" | "interrupted";
195
203
  error?: unknown;
204
+ } | {
205
+ type: "supervisor.child.start";
206
+ supervisorId: number;
207
+ childId: number;
208
+ name?: string;
209
+ restartCount: number;
210
+ } | {
211
+ type: "supervisor.child.end";
212
+ supervisorId: number;
213
+ childId: number;
214
+ name?: string;
215
+ status: "success" | "failure" | "interrupted";
216
+ error?: unknown;
217
+ } | {
218
+ type: "supervisor.child.restart";
219
+ supervisorId: number;
220
+ childId: number;
221
+ name?: string;
222
+ restartCount: number;
223
+ delayMs: number;
224
+ reason?: string;
225
+ } | {
226
+ type: "supervisor.child.escalate";
227
+ supervisorId: number;
228
+ childId: number;
229
+ name?: string;
230
+ reason?: string;
231
+ error?: unknown;
232
+ } | {
233
+ type: "supervisor.shutdown";
234
+ supervisorId: number;
196
235
  } | {
197
236
  type: "log";
198
237
  level: "debug" | "info" | "warn" | "error";
199
238
  message: string;
200
239
  fields?: Record<string, unknown>;
240
+ } | {
241
+ type: "span.start";
242
+ name: string;
243
+ attributes?: Record<string, unknown>;
244
+ links?: RuntimeSpanLink[];
245
+ } | {
246
+ type: "span.event";
247
+ name: string;
248
+ attributes?: Record<string, unknown>;
249
+ } | {
250
+ type: "span.end";
251
+ name?: string;
252
+ status: "success" | "failure" | "interrupted";
253
+ error?: unknown;
254
+ attributes?: Record<string, unknown>;
201
255
  };
202
256
  type RuntimeEmitContext = {
203
257
  fiberId?: number;
204
258
  scopeId?: number;
205
259
  traceId?: string;
206
260
  spanId?: string;
261
+ parentSpanId?: string;
262
+ traceState?: string;
263
+ baggage?: Record<string, string>;
264
+ sampled?: boolean;
265
+ };
266
+ type RuntimeSpanLink = {
267
+ traceId: string;
268
+ spanId: string;
269
+ traceState?: string;
270
+ attributes?: Record<string, string | number | boolean>;
207
271
  };
208
272
  interface RuntimeHooks {
209
273
  emit(ev: RuntimeEvent, ctx: RuntimeEmitContext): void;
@@ -212,6 +276,13 @@ type RuntimeEventRecord = RuntimeEvent & RuntimeEmitContext & {
212
276
  seq: number;
213
277
  wallTs: number;
214
278
  ts: number;
279
+ /**
280
+ * The ambient fiber/scope from RuntimeEmitContext. Event payload fields
281
+ * keep priority in the merged record, so these preserve the context when
282
+ * an event also has a fiberId/scopeId of its own.
283
+ */
284
+ contextFiberId?: number;
285
+ contextScopeId?: number;
215
286
  /**
216
287
  * Convenience fields for generic event consumers. They are present for
217
288
  * log events and absent for fiber/scope events, but keeping them optional
@@ -222,6 +293,8 @@ type RuntimeEventRecord = RuntimeEvent & RuntimeEmitContext & {
222
293
  message?: string;
223
294
  fields?: Record<string, unknown>;
224
295
  };
296
+ declare function makeRuntimeEventRecord(ev: RuntimeEvent, ctx: RuntimeEmitContext, seq: number): RuntimeEventRecord;
297
+ declare function runtimeEventRecordContext(record: RuntimeEventRecord): RuntimeEmitContext;
225
298
 
226
299
  type FiberRunState = "Queued" | "Running" | "Suspended" | "Done";
227
300
  type FiberInfo = {
@@ -528,9 +601,36 @@ interface WasmBridge {
528
601
  }
529
602
  type Joiner<E, A> = (exit: Exit<E, A>) => void;
530
603
 
604
+ type ReadyQueueScheduleKind = "micro" | "macro" | "none" | "dropped";
605
+ type FiberReadyQueueStats = {
606
+ readonly engine: "ts" | "wasm";
607
+ readonly fallbackUsed: boolean;
608
+ readonly data: unknown;
609
+ };
610
+ interface FiberReadyQueue {
611
+ readonly engine: "ts" | "wasm";
612
+ enqueue(fiberId: FiberId$1, tag: string): ReadyQueueScheduleKind;
613
+ beginFlush(): number;
614
+ shift(): FiberId$1 | undefined;
615
+ endFlush(ran: number): ReadyQueueScheduleKind;
616
+ len(): number;
617
+ clear(): void;
618
+ stats(): FiberReadyQueueStats;
619
+ }
620
+ type FiberReadyQueueOptions = {
621
+ readonly engine?: "ts" | "wasm";
622
+ readonly flushBudget?: number;
623
+ readonly microThreshold?: number;
624
+ readonly laneCapacity?: number;
625
+ readonly laneBudget?: number;
626
+ readonly maxLanes?: number;
627
+ };
628
+ declare function makeFiberReadyQueue(options?: FiberReadyQueueOptions): FiberReadyQueue;
629
+
531
630
  type WasmFiberEngineOptions = {
532
631
  readonly bridge?: WasmBridge;
533
632
  readonly modulePath?: string;
633
+ readonly readyQueue?: Omit<FiberReadyQueueOptions, "engine">;
534
634
  };
535
635
  declare class WasmFiberEngine<R> implements FiberEngine<R> {
536
636
  private readonly runtime;
@@ -726,11 +826,17 @@ type ContextNode = {
726
826
  parent: ContextNode | null;
727
827
  patch: Record<string, JSONValue>;
728
828
  };
829
+ declare const emptyContext: ContextNode;
830
+ declare function ctxExtend(parent: ContextNode, patch: Record<string, JSONValue>): ContextNode;
831
+ declare function ctxToObject(ctx: ContextNode): Record<string, JSONValue>;
832
+ type Baggage = Record<string, string>;
729
833
  type TraceContext = {
730
834
  traceId: string;
731
835
  spanId: string;
732
836
  parentSpanId?: string;
733
837
  sampled?: boolean;
838
+ traceState?: string;
839
+ baggage?: Baggage;
734
840
  };
735
841
  type FiberContext = {
736
842
  log: ContextNode;
@@ -878,16 +984,16 @@ type Async<R, E, A> = {
878
984
  readonly register: (env: R, cb: (exit: Exit<E, A>) => void) => void | (() => void);
879
985
  } | {
880
986
  readonly _tag: "FlatMap";
881
- readonly first: Async<R, E, any>;
882
- readonly andThen: (a: any) => Async<R, E, A>;
987
+ readonly first: Async<any, any, any>;
988
+ readonly andThen: (a: any) => Async<any, any, A>;
883
989
  } | {
884
990
  readonly _tag: "Fold";
885
- readonly first: Async<R, E, any>;
886
- readonly onFailure: (e: any) => Async<R, E, A>;
887
- readonly onSuccess: (a: any) => Async<R, E, A>;
991
+ readonly first: Async<any, any, any>;
992
+ readonly onFailure: (e: any) => Async<any, any, A>;
993
+ readonly onSuccess: (a: any) => Async<any, any, A>;
888
994
  } | {
889
995
  readonly _tag: "Fork";
890
- readonly effect: Async<R, E, any>;
996
+ readonly effect: Async<any, any, any>;
891
997
  readonly scopeId?: number;
892
998
  };
893
999
  declare const Async: {
@@ -896,7 +1002,7 @@ declare const Async: {
896
1002
  sync: <R, E, A>(thunk: (env: R) => A) => Async<R, E, A>;
897
1003
  async: <R, E, A>(register: (env: R, cb: (exit: Exit<E, A>) => void) => void | (() => void)) => Async<R, E, A>;
898
1004
  };
899
- declare function asyncFold<R, E, A, B>(fa: Async<R, E, A>, onFailure: (e: E) => Async<R, E, B>, onSuccess: (a: A) => Async<R, E, B>): Async<R, E, B>;
1005
+ declare function asyncFold<R, E, A, RFail, EFail, B, RSuccess, ESuccess, C>(fa: Async<R, E, A>, onFailure: (e: E) => Async<RFail, EFail, B>, onSuccess: (a: A) => Async<RSuccess, ESuccess, C>): Async<R & RFail & RSuccess, EFail | ESuccess, B | C>;
900
1006
  declare function asyncCatchAll<R, E, A, R2, E2, B>(fa: Async<R, E, A>, handler: (e: E) => Async<R2, E2, B>): Async<R & R2, E2, A | B>;
901
1007
  declare function asyncMapError<R, E, E2, A>(fa: Async<R, E, A>, f: (e: E) => E2): Async<R, E2, A>;
902
1008
  declare const unit: <R>() => Async<R, never, void>;
@@ -904,9 +1010,10 @@ declare const asyncSucceed: <A>(value: A) => Async<unknown, never, A>;
904
1010
  declare const asyncFail: <E>(error: E) => Async<unknown, E, never>;
905
1011
  declare const asyncSync: <R, A>(thunk: (env: R) => A) => Async<R, unknown, A>;
906
1012
  declare const asyncTotal: <A>(thunk: () => A) => Async<unknown, unknown, A>;
907
- declare const async: <R, E, A>(register: (env: R, cb: (exit: Exit<E, A>) => void) => void | Canceler) => Async<R, E, A>;
1013
+ declare const asyncEffect: <R, E, A>(register: (env: R, cb: (exit: Exit<E, A>) => void) => void | Canceler) => Async<R, E, A>;
1014
+
908
1015
  declare function asyncMap<R, E, A, B>(fa: Async<R, E, A>, f: (a: A) => B): Async<R, E, B>;
909
- declare function asyncFlatMap<R, E, A, B>(fa: Async<R, E, A>, f: (a: A) => Async<R, E, B>): Async<R, E, B>;
1016
+ declare function asyncFlatMap<R, E, A, R2, E2, B>(fa: Async<R, E, A>, f: (a: A) => Async<R2, E2, B>): Async<R & R2, E | E2, B>;
910
1017
  declare function acquireRelease<R, E, A>(acquire: Async<R, E, A>, release: (res: A, exit: Exit<E, any>) => Async<R, any, any>, scope: Scope<R>): Async<R, E, A>;
911
1018
  declare function asyncInterruptible<R, E, A>(register: (env: R, cb: (exit: Exit<E, A>) => void) => void | Canceler): Async<R, E, A>;
912
1019
  type AsyncWithPromise<R, E, A> = Async<R, E, A> & {
@@ -959,9 +1066,9 @@ declare const fail: <E>(error: E) => ZIO<unknown, E, never>;
959
1066
  declare const sync: <R, A>(thunk: (env: R) => A) => ZIO<R, unknown, A>;
960
1067
  declare const map: <R, E, A, B>(fa: ZIO<R, E, A>, f: (a: A) => B) => Async<R, E, B>;
961
1068
  declare const flatMap: <R, E, A, R2, E2, B>(fa: ZIO<R, E, A>, f: (a: A) => ZIO<R2, E2, B>) => ZIO<R & R2, E | E2, B>;
962
- declare const mapError: <R, E, E2, A>(fa: ZIO<R, E, A>, f: (e: E) => E2) => any;
1069
+ declare const mapError: <R, E, E2, A>(fa: ZIO<R, E, A>, f: (e: E) => E2) => ZIO<R, E2, A>;
963
1070
  declare const catchAll: <R, E, A, R2, E2, B>(fa: ZIO<R, E, A>, handler: (e: E) => ZIO<R2, E2, B>) => ZIO<R & R2, E2, A | B>;
964
1071
  declare function orElseOptional<R, E, A, R2, A2>(fa: ZIO<R, Option<E>, A>, that: () => ZIO<R2, Option<E>, A2>): ZIO<R & R2, Option<E>, A | A2>;
965
1072
  declare const end: <E>() => ZIO<unknown, Option<E>, never>;
966
1073
 
967
- export { type Interrupted as $, Async as A, DefaultHostExecutor as B, type CancelToken as C, type DbHostAction as D, Exit as E, type FiberEngine as F, type EngineKind as G, type EngineSelection as H, type EngineSelectionMode as I, type FiberEngineKind as J, type FlatMapRef as K, type FoldFailureRef as L, type FoldSuccessRef as M, type NodeId as N, type Option as O, type HostAction as P, type HostActionKind as Q, Runtime as R, Scope as S, type HostActionResult as T, type HostExecutionContext as U, type HostExecutor as V, type WasmEngineRuntime as W, HostRegistry as X, type HostRegistryStats as Y, type ZIO as Z, type HttpHostAction as _, type AsyncWithPromise as a, sanitizeLaneKey as a$, type Joiner as a0, type LaneStatsData as a1, type None as a2, NoopHooks as a3, ProgramBuilder as a4, type ProgramPatch as a5, PushStatus as a6, type QueueHostAction as a7, RingBuffer as a8, type RingBufferEngine as a9, asyncSucceed as aA, asyncSync as aB, asyncTotal as aC, catchAll as aD, end as aE, engineStats as aF, fail as aG, flatMap as aH, fork as aI, fromPromiseAbortable as aJ, getBenchmarkBudget as aK, getCurrentFiber as aL, globalScheduler as aM, inferCallerLaneFromStack as aN, laneTag as aO, linkAbortController as aP, makeBoundedRingBuffer as aQ, makeCancelToken as aR, map as aS, mapAsync as aT, mapError as aU, mapTryAsync as aV, none as aW, orElseOptional as aX, resetAbortablePromiseStats as aY, runtimeCapabilities as aZ, runtimeForCaller as a_, type RingBufferStatsData as aa, type RuntimeCapabilities as ab, type RuntimeEngineMode as ac, type RuntimeOptions as ad, type ScheduleResult as ae, Scheduler as af, type SchedulerEngine as ag, type SchedulerOptions as ah, type SchedulerStats as ai, type SchedulerStatsData as aj, type ScopeId as ak, type Some as al, type SyncRef as am, type Task as an, WasmFiberEngine as ao, type WasmFiberEngineOptions as ap, abortablePromiseStats as aq, acquireRelease as ar, async as as, asyncCatchAll as at, asyncFail as au, asyncFlatMap as av, asyncFold as aw, asyncInterruptible as ax, asyncMap as ay, asyncMapError as az, RuntimeFiber as b, selectedEngineStats as b0, setBenchmarkBudget as b1, some as b2, succeed as b3, sync as b4, toPromise as b5, toPromiseByCaller as b6, unit as b7, unsafeGetCurrentRuntime as b8, unsafeRunAsync as b9, unsafeRunFoldWithEnv as ba, withAsyncPromise as bb, withCurrentFiber as bc, withScope as bd, withScopeAsync as be, type FiberEngineStats as c, type Fiber as d, type FiberId as e, type FiberStatus as f, type RuntimeEvent as g, type WasmBridge as h, type OpcodeProgram as i, type FiberId$1 as j, type EngineEvent as k, type RefId as l, type OpcodeNode as m, type RingBufferOptions as n, type EngineStats as o, type AbortablePromiseFinish as p, type AbortablePromiseLabelStats as q, type AbortablePromiseOptions as r, type AbortablePromiseOutcome as s, type AbortablePromiseStats as t, type AsyncRegisterRef as u, type RingLike as v, type Canceler as w, Cause as x, type CustomHostAction as y, type DecodeRef as z };
1074
+ export { type FiberInfo as $, Async as A, type Baggage as B, type AsyncWithPromise as C, type RingLike as D, Exit as E, type FiberEngine as F, type CancelToken as G, type Canceler as H, Cause as I, type JSONValue as J, type ContextNode as K, type CustomHostAction as L, type DbHostAction as M, type NodeId as N, type Option as O, type DecodeRef as P, DefaultHostExecutor as Q, type RuntimeHooks as R, Scope as S, type TraceContext as T, type EngineKind as U, type EngineSelection as V, type WasmEngineRuntime as W, type EngineSelectionMode as X, type FiberContext as Y, type ZIO as Z, type FiberEngineKind as _, type RingBufferOptions as a, fail as a$, type FiberReadyQueue as a0, type FiberReadyQueueOptions as a1, type FiberReadyQueueStats as a2, type FiberRunState as a3, type FlatMapRef as a4, type FoldFailureRef as a5, type FoldSuccessRef as a6, type HostAction as a7, type HostActionKind as a8, type HostActionResult as a9, type SchedulerStatsData as aA, type ScopeId as aB, type ScopeInfo as aC, type Some as aD, type SyncRef as aE, type Task as aF, WasmFiberEngine as aG, type WasmFiberEngineOptions as aH, abortablePromiseStats as aI, acquireRelease as aJ, asyncEffect as aK, asyncCatchAll as aL, asyncFail as aM, asyncFlatMap as aN, asyncFold as aO, asyncInterruptible as aP, asyncMap as aQ, asyncMapError as aR, asyncSucceed as aS, asyncSync as aT, asyncTotal as aU, catchAll as aV, ctxExtend as aW, ctxToObject as aX, emptyContext as aY, end as aZ, engineStats as a_, type HostExecutionContext as aa, type HostExecutor as ab, HostRegistry as ac, type HostRegistryStats as ad, type HttpHostAction as ae, type Interrupted as af, type Joiner as ag, type LaneStatsData as ah, type None as ai, NoopHooks as aj, ProgramBuilder as ak, type ProgramPatch as al, PushStatus as am, type QueueHostAction as an, type ReadyQueueScheduleKind as ao, RingBuffer as ap, type RingBufferEngine as aq, type RingBufferStatsData as ar, type RuntimeCapabilities as as, type RuntimeEngineMode as at, type ScheduleResult as au, Scheduler as av, type SchedulerEngine as aw, type SchedulerLaneMode as ax, type SchedulerOptions as ay, type SchedulerStats as az, type RuntimeEvent as b, flatMap as b0, fork as b1, fromPromiseAbortable as b2, getBenchmarkBudget as b3, getCurrentFiber as b4, globalScheduler as b5, inferCallerLaneFromStack as b6, laneTag as b7, linkAbortController as b8, makeBoundedRingBuffer as b9, withCurrentFiber as bA, withScope as bB, withScopeAsync as bC, makeCancelToken as ba, makeFiberReadyQueue as bb, makeRuntimeEventRecord as bc, map as bd, mapAsync as be, mapError as bf, mapTryAsync as bg, none as bh, orElseOptional as bi, resetAbortablePromiseStats as bj, runtimeCapabilities as bk, runtimeEventRecordContext as bl, runtimeForCaller as bm, sanitizeLaneKey as bn, selectedEngineStats as bo, setBenchmarkBudget as bp, some as bq, succeed as br, sync as bs, toPromise as bt, toPromiseByCaller as bu, unit as bv, unsafeGetCurrentRuntime as bw, unsafeRunAsync as bx, unsafeRunFoldWithEnv as by, withAsyncPromise as bz, type RuntimeEmitContext as c, type RuntimeEventRecord as d, type RuntimeSpanLink as e, Runtime as f, RuntimeRegistry as g, type RuntimeOptions as h, RuntimeFiber as i, type FiberEngineStats as j, type Fiber as k, type FiberId as l, type FiberStatus as m, type WasmBridge as n, type OpcodeProgram as o, type FiberId$1 as p, type EngineEvent as q, type RefId as r, type OpcodeNode as s, type EngineStats as t, type AbortablePromiseFinish as u, type AbortablePromiseLabelStats as v, type AbortablePromiseOptions as w, type AbortablePromiseOutcome as x, type AbortablePromiseStats as y, type AsyncRegisterRef as z };
@@ -0,0 +1,8 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+ var _chunkIJT6RRQ5cjs = require('./chunk-IJT6RRQ5.cjs');
4
+ require('./chunk-DJQ7OMMB.cjs');
5
+ require('./chunk-OBGZSXTJ.cjs');
6
+
7
+
8
+ exports.registerHttpEffect = _chunkIJT6RRQ5cjs.registerHttpEffect;
@@ -0,0 +1,8 @@
1
+ import {
2
+ registerHttpEffect
3
+ } from "./chunk-H55LI6WY.js";
4
+ import "./chunk-PNVFW245.js";
5
+ import "./chunk-3RG5ZIWI.js";
6
+ export {
7
+ registerHttpEffect
8
+ };
@@ -0,0 +1,8 @@
1
+ import {
2
+ registerHttpEffect
3
+ } from "./chunk-K2T3DV26.mjs";
4
+ import "./chunk-NOYZIMUJ.mjs";
5
+ import "./chunk-Y6FXYEAI.mjs";
6
+ export {
7
+ registerHttpEffect
8
+ };