Lars Kappert
Lars Kappert
Yeah please see other plugin fixtures
We could do something like this for the default plugins: ```ts const defaultPlugins = ['@hey-api/typescript', '@hey-api/sdk']; const plugins = (config.plugins ?? []).reduce((acc, plugin) => { if (typeof plugin === 'string')...
There's quite a few projects using it seems: https://github.com/hey-api/openapi-ts/network/dependents, we don't we check some of those out and smoke-test a bit? My guess is that this might shed some light...
The page I linked to is the list of projects using Hey API which this PR adds a plugin for. If any of those projects is already using Knip that's...
Is there still interest in getting this merged? Please see my previous comments, we'll need some real-world insights to see how Knip behaves in projects using Hey API with this...
No worries! I'm going to close this, but you or anyone else is free to submit a pull request whenever the time is right.
@Farenheith Of course, please go ahead I'm happy to review PRs (and publish new releases).