webpro-nl / knip

✂️ Find unused files, dependencies and exports in your JavaScript and TypeScript projects. Knip it before you ship it!
https://knip.dev
ISC License
6.76k stars 159 forks source link

🐛 `@turbo/gen` uncorrectly reported as unused dependency #809

Open AndreaPontrandolfo opened 1 week ago

AndreaPontrandolfo commented 1 week ago

Prerequisites

Reproduction url

https://stackblitz.com/edit/github-vhat6u?file=package.json

Reproduction access

Description of the issue

Turbo gen is used in a script, shouldn't be reported as unused.

webpro commented 1 week ago

The turbo package contains the turbo binary, while @turbo/gen does not.

Perhaps @turbo/gen should be a (peer) dependency of turbo, but it's not.

Not sure how Knip could do better here.