Advance TS port Effect workbench

This commit is contained in:
elpresidank 2026-06-01 16:22:25 -05:00
parent 92dae8c374
commit 3515106670
116 changed files with 12286 additions and 9584 deletions

View file

@ -4,7 +4,11 @@ export {
type EffectConfigHandler,
type ProcessorConfig,
} from "./async-processor.js";
export { FlowProcessor } from "./flow-processor.js";
export {
FlowProcessor,
runFlowProcessorDefinitionScoped,
type FlowProcessorRuntimeOptions,
} from "./flow-processor.js";
export {
Flow,
type FlowConsumer,
@ -18,5 +22,6 @@ export {
makeFlowProcessorProgram,
makeProcessorProgram,
runProcessorScoped,
type FlowProcessorProgramOptions,
type ProcessorProgramOptions,
} from "./program.js";