Lars Kappert
Lars Kappert
Thanks @hyoban!
: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)._
Thanks! Could you please add something to the related fixture so we'll have some coverage?
There seems to be a failing test, any chance you could look into it?
Is there still interest in wrapping up this pull request?
Closing due to inactivity.
Just adding more details, maybe this helps. Same odd issue here, I can't reproduce locally, but it consistently fails in GitHub Actions. Same, latest version: Bun v1.1.20. Again, here's the...
Did some tests and fairly certain it's an issue/regression with generating the lockfile and then installing with the same Bun v1.1.20. - All runs fine if I generate lockfile +...
I guess you can ingest `*.d.ts` files. What happens when you do that? And if that seems to work, how does it come back when querying something relevant? In general...
For the time being, I've released `@webpro/[email protected]`. Example CJS usage: ```js nextTranslate({ nextTranslate: { basePath: __dirname } }) ``` Note that I've changed the implementation a bit compared to this...