Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: enhance import handling in analyzing_builder.dart
- Update import retrieval to use the library's compilation unit for better accuracy - Replace direct access to libraryImports and libraryExports with compilationUnit properties - Improve compatibility with the analyzer package by ensuring correct import processing - Remove lint warnings by properly handling nullable types and type casting
- Loading branch information