Skip to main content

Module dependency_mapper

Module dependency_mapper 

Source
Expand description

Dependency graph builder that parses import/require/use statements to map relationships between files in a project.

Supports the same 18 languages as AstParser via regex-based import extraction. The graph is cached and incrementally updated on file changes.

Structs§

DependencyMapper
A directed dependency graph mapping files to their imports and reverse dependencies.