kazushisan

↗ HN profile [ 46.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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…