Skip to main content

Module module_graph

Module module_graph 

Source
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ยง

CircularDependency
Circular dependency information
CircularDependencyError
Error returned when topological sort fails due to circular dependency
DependencyEdge
A dependency edge in the module graph
ModuleGraph
Module dependency graph
ModuleGraphStats
Statistics about the module graph
ModuleId
Unique identifier for a module in the graph
ModuleInfo
Information about a module in the dependency graph