Merge branch 'feat/analysis-build-type-edges'

# Conflicts:
#	src/analysis/index.ts
#	src/graph/construction.ts
#	src/index.ts
This commit is contained in:
2026-05-21 22:08:42 +00:00
7 changed files with 146 additions and 28 deletions

View File

@@ -1,6 +1,7 @@
export * from "./error/index.js";
export { FlowGraph, buildTypeEdges, type FlowGraphOptions, type OperationSpec, type CallEventMapValue, type CallRequestedEvent, type CallRespondedEvent, type CallErrorEvent, type CallAbortedEvent, type CallCompletedEvent } from "./graph/index.js";
export { typeCompat, type TypeCompatResult, type TypeMismatch } from "./analysis/type-compat.js";
export {
validateSchema,
validateGraph,