Ben McCann
Ben McCann
I just tested and polka has support for it as well. If there's an unhandled error in an `async` handler then `options.onError` will be called. You can also see that...
Ah, there's a PR to switch to polka. So this would be addressed by https://github.com/vitejs/vite/pull/17569
`tinyglobby` version 0.2.12 behaves the same way
It turns out that `bits-ui` suggested to users by `shadcn-svelte`, which is the second most starred, so actually going by stars is reasonably good at surfacing shadcn-svelte in this case....
We could put the npmcharts favicon next to the star count and you could click through to package there. That would take up a lot less room than displaying the...
I don't think we touch the manifest.json directly, so not sure how to affect it. PRs welcome
https://github.com/sveltejs/svelte/issues/13811 is sort of related I think it's a little bit weird to add new warnings for non-runes code because this code was typically working in Svelte 4 and so...
Kit doesn't prevent it from running, but Vite never tries to invoke it. The problem with that hook is that it's meant for a different app type: https://vitejs.dev/config/shared-options.html#apptype. Perhaps Vite's...
No. We need to wait until we're ready to do the next major release. There's no timeline on that currently.
I wonder why the windows tests were failing with this PR. The CI logs seem to have expired. It might be helpful if you rebased this against the latest code...