breadboard-ai / breadboard

A library for prototyping generative AI applications.
Apache License 2.0
160 stars 22 forks source link

Fix circular deps in breadboard #941

Open dglazkov opened 6 months ago

dglazkov commented 6 months ago
npx madge ./src/index.ts --circular
Processed 48 files (328ms) (2 warnings)

✖ Found 6 circular dependencies!

1) editor/graph.ts > editor/types.ts > index.ts
2) editor/types.ts > index.ts
3) new/grammar/kits.ts > new/grammar/node.ts > new/grammar/board.ts
4) new/grammar/node.ts > new/grammar/board.ts
5) new/grammar/node.ts > new/grammar/board.ts > new/grammar/scope.ts
6) new/grammar/node.ts > new/grammar/value.ts
Mearman commented 6 months ago

ooph. the types one was easy. the others, less so