kazushisan
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
I've been adopting to developing with AI coding agents, but I've been feeling the limitation of these agents because they mostly work with plain-text editing and don't have much access to all the tools humans use that…
- Detect and remove dead code automatically with "TypeScript Remove (tsr)" (kazushikonosu.io)
-
ts-remove-unused is a command line tool for TypeScript projects that auto-fixes unused `export`s. It removes the export keyword from the declaration or the whole declaration based on its usage in the project. There are…