knip
knip copied to clipboard
Request new plugins here
Please add one comment per plugin (please link to website/repo/docs), which others can then upvote using reactions like 👍 (not more comments).
The idea is that you can request/upvote plugins here. Contributors/me can implement them.
Please make sure the plugin isn't already available/listed on https://knip.dev/reference/plugins
Ladle (https://github.com/webpro/knip/issues/268)
Vike (https://github.com/webpro/knip/issues/275)
Includes:
/cc @ovidiuch
NestJS, maybe?
It's very class based, so it would be focused on classMembers rules.
It would need to detect usage of class members by decorators, basically - e.g, something decorated with @ResolveField is used.
WebdriverIO (#464)
Not sure if this is a plugin or core, but support for .mdx files. (used by Storybook and other docs generators)
@justingrant Please file a separate issue for this (as it's not a plugin).
Serverless framework (1 183 585 downloads a week). It uses serverless.yml files for config and includes :
Please don't dump words here. It'll be a lot more convincing if you'd be more precise and provide one or two links to the library and/or configuration pages to avoid any ambiguity.
Please don't dump words here. It'll be a lot more convincing if you'd be more precise and provide one or two links to the library and/or configuration pages to avoid any ambiguity.
Yeah, absolutely sorry about that, I thought it was the method to collect people opinion as I saw similar comments above... I'm rectifying
tsd (#535)
wrangler
ideas: find wrangler.toml/json and set main as entrypoint, and exclude from unused dependencies
Just saying, for anyone interested, it's now more fun and easier than ever to write a plugin: https://knip.dev/guides/writing-a-plugin
is deno compat a plugin? If so, what would it take? Deno uses the web standard import_map.json
Would it be possible to create a Nuxt plugin? Nuxt heavily uses auto-imports, so I imagine it could be harder to trace down what is being used.
Docusaurus - https://docusaurus.io/
Ionic (https://github.com/webpro/knip/issues/604)
I was gonna request xo, but I've just opened a PR for it instead since I was interested in how they work. https://github.com/webpro/knip/pull/621
Plugins added recently:
- Wrangler - thanks @DaniFoldi!
- xo - thanks @bbeesley!
- improved Ionic/Capacitor - thanks @ptmkenny!
Expo (expo.dev)
size-limit (and related packages @size-limit/*)
For everyone interested in support for Expo, please see https://github.com/webpro-nl/knip/issues/126. Looking for feedback!
lockfile linting
lint lockfiles for improved security and trust policies
https://github.com/lirantal/lockfile-lint https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/README.md
lockfile linting
lint lockfiles for improved security and trust policies
https://github.com/lirantal/lockfile-lint https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/README.md
I guess a file-based configuration for the lockfile-lint package potentially leaves e.g. lockfile-lint.js as an unused file. The lockfile-lint configuration doesn't seem to contain options that can reference other packages or files, so a plugin doesn't add much other than Knip users not having to add !lockfile-lint.js to project: [] (or alternatively not having to add lockfile-lint.js to ignore: []). Maybe Knip should have another more light-weight type of plugins that basically just ignores this type of configuration files.
(For completeness sake: the act of linting lockfiles is outside the scope of Knip, and apparently there's a package that does exactly that.)
I guess a file-based configuration for the lockfile-lint package potentially leaves e.g.
lockfile-lint.jsas an unused file.
Correct. That was the reason for creating this suggestion.
The lockfile-lint configuration doesn't seem to contain options that can reference other packages or files [..]
Also correct. It's just an configuration file. It references no other dependencies/extension/extends/plugins/etc...
[..] so a plugin doesn't add much other than Knip users not having to add
!lockfile-lint.jstoproject: [](or alternatively not having to addlockfile-lint.jstoignore: []).
Yes, adding it to the ignore setting is my current "work-around".
Maybe Knip should have another more light-weight type of plugins that basically just ignores this type of configuration files.
Lockfile-linting uses https://github.com/cosmiconfig/cosmiconfig (v8) for their config file, as do many other tooling. Maybe these config files can be ignored by default somehow.
Sadly, custom local plugins are not on the roadmap. But the ignore setting is sufficient in this case.
Keep up the great work! 🇳🇱
Knip v5.21.0 contains a few new plugins:
Especially the latter is a bit rudimentary, feel free to open issues if you have any!
I'd like to request support for rspack. Since rspack's configuration is roughly equivalent to webpack's configuration, it's possible that the webpack plugin could either be cloned or just tweaked to accommodate rspack instead.
I actually tried just changing the knip.json file to have the webpack plugin point to the rspack configuration file and it worked fine with one exception. The rspack configuration allows specification of a builtin: prefix on the loader property (see here) and an "Unlisted dependency" of builtin:swc-loader is being reported by knip.
So, I think it's possible that the webpack plugin could simply be adjusted to:
- Change the detection to include
@rspack/coreand@rspack/clias the enablers - Add
rspack.config*.{js,ts,mjs,cjs,mts,cts}as valid config files - Ignore loaders prefixed with
builtin:
Similar to rspack, I'd like plugin support for rsbuild: https://rsbuild.dev/guide/start/index https://github.com/web-infra-dev/rsbuild
Since some of you have requested plugins for React Cosmos and Rspack, let's make it happen. Would be great if you could share and show some support with a one-time sponsorship? 🙏 I can work on the 2 plugins in the coming weekend.
Rsbuild should have lower threshold after that.
Since some of you have requested plugins for React Cosmos and Rspack, let's make it happen. Would be great if you could share and show some support with a one-time sponsorship?
@birchill has just made a one time sponsorship to see this happen. Hopefully others can join in too!