Skip to main content

Module graph

Module graph 

Source
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.

Re-exports§

pub use types::ExportSymbol;
pub use types::ModuleNode;
pub use types::ReExportEdge;
pub use types::ReferenceKind;
pub use types::SymbolReference;

Modules§

types
Shared graph types: module nodes, re-export edges, export symbols, and references.

Structs§

ModuleGraph
The core module dependency graph.