8000 GitHub - Zamiell/knip-bug
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Zamiell/knip-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knip-bug

This repository shows that Knip is bugged with Bun + workspace binaries.

Steps to reproduce:

git clone git@github.com:Zamiell/knip-bug.git
cd knip-bug
bun install
bunx knip

It will have the following output:

Unused files (1)
src/foo.test.ts

However, this is a bug, because the "package.json" file is as follows:

{
  "name": "knip-bug",
  "type": "module",
  "scripts": {
    "test": "bun test"
  },
  "dependencies": {
    "@types/bun": "^1.2.10",
    "knip": "5.50.5",
    "typescript": "5.8.3"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0