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: The `src/core/scanner.ts` file is overly large and bundles source-file I/O utilities (`parseSourceFile`, `withSourceFile`) with AST scanning concerns. This refactor aims to separate these I/O utilities into their own module, as they are consumed by other parts of the codebase like `audit.ts` and `verify.ts`, clarifying module dependencies.

Complexity: 2/5
enhancement good first issue priority-low backlog

Trustworthy refactoring knife for JS/TS projects 🍰

TypeScript