Skip to main content

Module import_detector

Module import_detector 

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

ImportStatement

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