feat: wire all barrel exports, resolve conflicts, add 8 sub-path import tests

This commit is contained in:
2026-05-21 22:55:37 +00:00
parent 4fcd544261
commit dd96ceb4f8
8 changed files with 101 additions and 77 deletions

View File

@@ -1,18 +1,17 @@
export {
WorkflowReactiveRoot,
type FailurePolicy,
type CallEventMapValue,
type CallRequestedEvent,
type CallRespondedEvent,
type CallErrorEvent,
type CallAbortedEvent,
type CallCompletedEvent,
type EventLogProjection,
type AggregateStatus,
type ParallelGroup,
type ParallelGroupConfig,
} from "./workflow.js";
export type {
WorkflowNode,
ReactiveContext,
} from "../host/reactive.js";
export {
computePreconditions,
computeBlockedByFailure,