Trustworthy refactoring knife for JS/TS projects 🍰

1 Open Issue Need Help Last updated: Mar 17, 2026

Open Issues Need Help

View All on GitHub

AI 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

Trustworthy refactoring knife for JS/TS projects 🍰

TypeScript