Open Issues Need Help
View All on GitHubAI Summary: This issue proposes refactoring the `scanner.ts` file to separate source file I/O utilities from AST scanning logic. The current file bundles three distinct concerns, leading to unclear dependencies as I/O utilities are used by other modules. The recommended approach is to move these utilities to a new `source-file.ts` module.
Complexity:
2/5
enhancement good first issue priority-low backlog