Lars Kappert
Lars Kappert
Just received this report: https://github.com/webpro/knip/issues/209 Maybe it's just me, but the python requirement wasn't clear to me when installing tree-sitter-bash. Could it be an issue specific to this Docker environment?...
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...
There's a number of issues around using jiti. First and foremost: Jiti is awesome, Knip wouldn't nearly be as good without it! This is a collector issue for housekeeping, and...
The link on this GitHub repo's front page points to http://chainweaver.kadena.network/ (`http`), which is not redirected. So either it should redirect to `https` and/or this link should add the `s`....
- Generated files shouldn't be hidden in `node_modules`, but be more visible instead + eligible for (different kind of) caching - Might caused race conditions during format/build tasks Breaking change...
### Describe the bug My first try `npx taze -r` on [this monorepo](https://github.com/webpro-nl/knip) made me think "why is this so slow?" - and eventually it errored out. Most likely because...
### Describe the feature Perhaps this should be a discussion, but that led me to a more generic forum. Feel free to close or move it. Great work on v2,...
Would be great to support negated patterns in the `ignore` option. Use case: respect files like `.gitignore` (or others like `.prettierignore` etc) when globbing. E.g. globby has the `gitignore` option...
### Environment Node.js v20, both jiti v1 + v2 ### Reproduction Please see https://stackblitz.com/edit/stackblitz-starters-zwqrgl?file=playwright.config.mjs ``` npx jiti playwright.config.mjs ``` Issue happens in both jiti v1 and v2. Cannot find module,...
This PR introduces `--include typeMembers` to find unused members of exported types and interfaces. Docs: https://feat-unused-exported-type-me.knip.pages.dev/guides/type-members. See below to install latest version through pkg.pr.new. Dogfooded `knip --include typeMembers --fix`: 2b019931085da943b3db9725fbfec64b21c5b42a...