Knip: Finding Dead Code and Unused Dependencies in JavaScript Projects
Knip: Finding Dead Code and Unused Dependencies in JavaScript Projects
Every codebase accumulates dead code. A utility function written for a feature that got reverted. A dependency added for one component that nobody uses anymore. An exported type ...