Expand description
Module dependency graph with re-export chain propagation and reachability analysis.
The graph is built from resolved modules and entry points, then used to determine which files are reachable and which exports are referenced.
Modules§
- types
- Shared graph types: module nodes, re-export edges, export symbols, and references.
Structs§
- Export
Symbol - An export with reference tracking.
- Module
Graph - The core module dependency graph.
- Module
Node - A single module in the graph.
- ReExport
Edge - A re-export edge, tracking which exports are forwarded from which module.
- Symbol
Reference - A reference to an export from another file.
Enums§
- Reference
Kind - How an export is referenced.