Module dependencies

Module dependencies 

Source
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§

DependencyEdge
An edge in the dependency graph
DependencyGraph
Full dependency graph for a repository
DependencyNode
A node in the dependency graph
DependencyStats
Summary statistics for dependency analysis
ResolvedImport
A resolved import target
SymbolReference
Symbol reference for call graph analysis

Enums§

DependencyType
Types of dependencies between modules
ReferenceContext
Context of a symbol reference