Ian VanSchooten
Ian VanSchooten
Yep, you're right, I see I have a `// @ts-expect-error` in my own code for the interceptor. Thanks for opening an issue.
Are you using [mirage-msw](https://github.com/miragejs/mirage-msw) and the alpha version of miragejs?
Yes, just been busy. I think I found why this is happening and have a fix, but can you demonstrate a bit of how you are using this, @andrew-paterson?
Thanks for the feedback. I think mostly I was waiting to hear from folks on how it's working, or give them a chance to open issues if it's not. I...
That sounds like a good idea. Normally I'd suggest submitting a PR upstream, but the author has not been on GitHub for years it looks like, so I think that...
I wonder if you could try out the test cases in https://github.com/vitejs/vite/pull/9278, to see if they are addressed here.
For the `corepack use pnpm@latest-10` error posted above, make sure you're using a recent version of node and that your `corepack` is up-to-date.
Supposedly this was not addressed in 5.0? https://github.com/cloudflare/cloudflare-typescript/issues/2673#issuecomment-3258888204
This error is coming from eslint itself, which does require jiti to be installed in order to use `.ts` config files. Though there's also a flag that can be set...
Are you able to run eslint directly, but not while using eslint-nibble? What do you get from `npx eslint `?