AnalysisResult
The complete result of analyzing imports across one or more files.
This structure aggregates all import data and provides multiple views:
- File-by-file breakdown
- Combined imports (runtime + type mixed)
- Missing type modifiers
- Categorized imports by structure and location
File-by-file breakdown of imports
All combined imports (runtime + type symbols mixed) found across all files
All imports with missing type modifiers found across all files
categorized: Record<string, ImportType[]>
All imports categorized by structure and location
Categories include:
external- imports from node_modulesrelativePeerBarrel,relativePeerNamed, etc. - internal imports
See ImportCategory for complete list.