Lars Kappert

Results 640 comments of Lars Kappert

Today I asked since I was working on something related and wanted to make sure things are still compatible. Now I've looked into this and I've pushed a [branch](https://github.com/webpro/knip/tree/to-src-path-and-fix-ws-resolution) with...

Just in case you were looking at it, I just did a major refactoring and pushed it to the other `to-src-path-and-fix-ws-resolution` branch. Sorry it's in flux this much, but I'm...

I've merged this to make sure you're the contributor. I'll just commit more on top of it in main. Thanks a lot @dbudzins, it has been _super_ helpful!

:rocket: _This pull request is included in v5.17.0-canary.0. See [Release 5.17.0-canary.0](https://github.com/webpro/knip/releases/tag/5.17.0-canary.0) for release notes._ _Using Knip in a commercial project? Please consider [sponsoring me](https://github.com/sponsors/webpro)._

Would be great if you could try this out on your project: ``` npm install -D knip@canary ```

Awesome, thanks for the feedback and all the energy that went into this!

[The latest canary](https://github.com/webpro-nl/knip/releases/tag/5.17.0-canary.2) includes another refactoring, making `--isolate-workspaces` no longer required in more situations.

The named import of `humanFormat` is enough for Knip to consider it referenced/used. So something else might be the culprit here, such as the way the vue file is imported,...

Thanks Mathieu! Repros are great 🙏 There's two different potential solutions to this. 1. Add `knip.json` with the same `paths`: ```json { "paths": { "@/*": ["./src/*"] } } ``` 2....

Without a minimal reproduction like @messenjer provided there isn't much to look for me.