|
|
|
|
|
by thestephen
636 days ago
|
|
Great tool! It uncovered a surprising amount of unnecessary exports in our codebase. Really streamlines things. One interesting observation: when using it with our Next.js project, it flags all page TypeScript files as unused. This inadvertently highlights a potential drawback of file-system based routing - it can lead to less explicit code relationships. |
|