Expand description
DependencyGraph construction from raw edges or FeatureRecord slices.
Structs§
- Dependency
Graph - Directed dependency graph with one node per source file.
Enums§
- Graph
Error - Errors that can occur during graph construction.
Functions§
- build_
dependency_ graph - Builds a
DependencyGraphfrom a slice ofFeatureRecords. - build_
dependency_ graph_ from_ edges - Builds a
DependencyGraphfrom node paths and raw(from, to)edge pairs. - build_
dependency_ graph_ with_ go_ module - Builds a
DependencyGraphwith an explicit Go module prefix for resolution. - build_
dependency_ graph_ with_ tsconfig - Builds a
DependencyGraphwith Go module prefix and tsconfig path aliases.