Expand description
Module graph types exposed through the engine boundary.
Structs§
- Coordination
GapPaths - A
CoordinationGapwithFileIds resolved to root-relative paths. - Export
Symbol - An export with reference tracking.
- Focus
File Facts Paths - The same per-file facts with the
FileIdresolved to a root-relative, forward-slashed path string, sorted for deterministic output. - Impact
Closure Paths - The same closure with
FileIds resolved to root-relative, forward-slashed path strings, sorted for deterministic output. - Module
Graph - The core module dependency graph.
- Module
Node - A single module in the graph.
- Partition
Order Paths - The same partition + order with each unit’s
FileIds resolved to root-relative, forward-slashed path strings, sorted for deterministic output.