Expand description
Module Dependency Graph
This module provides a graph data structure for tracking module dependencies, enabling:
- Circular dependency detection
- Topological sorting for build ordering
- Dependency analysis and tree-shaking support
- Change impact analysis
Structsยง
- Circular
Dependency - Circular dependency information
- Circular
Dependency Error - Error returned when topological sort fails due to circular dependency
- Dependency
Edge - A dependency edge in the module graph
- Module
Graph - Module dependency graph
- Module
Graph Stats - Statistics about the module graph
- Module
Id - Unique identifier for a module in the graph
- Module
Info - Information about a module in the dependency graph