feat(base-formula): add dependency graph with topo and cycle detection

This commit is contained in:
Philipinho
2026-04-23 23:55:55 +01:00
parent e445fc4fa9
commit ded855e44e
4 changed files with 146 additions and 0 deletions
@@ -9,3 +9,4 @@ export * from "./typecheck";
export * from "./format";
export { registry } from "./functions/registry";
export type { FormulaFn } from "./functions/registry";
export * from "./graph";