Expand description
Module for detecting imports/dependencies in source code files
This module scans source files for import statements and resolves them to their actual file paths to detect cross-feature dependencies.
Structs§
Functions§
- build_
file_ map - Build a map of all files in the project for quick lookup
- resolve_
import_ path - Resolve an import path to an actual file path
- scan_
file_ for_ imports - Scan a single file for import statements