feat: implement ReactiveHostConfig with WorkflowNode, ReactiveContext, precondition computation and 34 integration tests
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
export { GraphologyHostConfig } from "./graphology.js";
|
||||
export type { WorkflowTag, GraphNode, GraphContext, OperationRegistry } from "./graphology.js";
|
||||
export type { WorkflowTag, GraphNode, GraphContext, OperationRegistry as GraphOperationRegistry } from "./graphology.js";
|
||||
export { ReactiveHostConfig } from "./reactive.js";
|
||||
export type { WorkflowNode, ReactiveContext, OperationRegistry } from "./reactive.js";
|
||||
Reference in New Issue
Block a user