Expand description
Full AST-based dependency resolution and import graph
This module provides comprehensive dependency analysis using actual AST parsing to build accurate import graphs, call graphs, and symbol reference tracking.
Structs§
- Dependency
Edge - An edge in the dependency graph
- Dependency
Graph - Full dependency graph for a repository
- Dependency
Node - A node in the dependency graph
- Dependency
Stats - Summary statistics for dependency analysis
- Resolved
Import - A resolved import target
- Symbol
Reference - Symbol reference for call graph analysis
Enums§
- Dependency
Type - Types of dependencies between modules
- Reference
Context - Context of a symbol reference