Lars Kappert

Results 640 comments of Lars Kappert

Alright, let's roll with it. Thanks for the feedback!

:rocket: _This issue has been resolved in v5.48.0. See [Release 5.48.0](https://github.com/webpro-nl/knip/releases/tag/5.48.0) for release notes._ _Using Knip in a commercial project? Please consider [becoming a sponsor](https://knip.dev/sponsors)._

If you (or someone else) could think of a solution, pull requests to add this are welcome.

Knip v5.54.0 respects `resolve.alias` (by translating them to `compilerOptions.paths`, but does not do the mapping/swapping thing. So I'm going to close this one, we can keep #950 open for that...

You could create a basic custom reporter to suit your needs: ```ts export default function({ counters, issues }) { // accumulate counters and print it } ``` And then use...

> but I would say it should be default behaviour of the built-in reporters. Maybe, but then there should be an option to turn it off, because to some or...

> This is with the web interface, if that matters. This is the first time I hear about "web interface" in the context of release-it. No idea what it is?...

Unfortunately namespaces are not supported yet. Just looked into it and did some preliminary work, but it's not trivial.

Good question, I need to document this better. There's two different types of namespaces here: 1. The `import * as NS from '..'` where `NS` is the namespace, which is...

Absolutely! Let me know if you need any assistance.