@tyndall/dynamic-graph
v0.0.15
Published
Dynamic module graph manager package for lazy entry expansion and impact analysis.
Readme
@tyndall/dynamic-graph
Overview
Dynamic module graph manager package for lazy entry expansion and impact analysis.
Responsibilities
- Maintain global module DAG and entry views
- Compute impacted entries from file changes
- Support shared subgraph convergence and graph hygiene
Public API Highlights
- createDynamicModuleGraphManager
- DynamicModuleGraphManager interface
Development
- Build: bun run --filter @tyndall/dynamic-graph build
- Test (from workspace root): bun test
Documentation
- Package specification: spec.md
- Package architecture: architecture.md
- Package changes: CHANGELOG.md
Maintenance Rules
- Keep this document aligned with implemented package behavior.
- Update spec.md and architecture.md whenever package contracts or design boundaries change.
- Record user-visible package changes in CHANGELOG.md.
