Ben McCann
Ben McCann
@Rich-Harris this will need a rebase since I merged https://github.com/sveltejs/kit/pull/11732
https://github.com/sveltejs/kit/pull/12284
Rich added a couple of TODOs for this in https://github.com/sveltejs/kit/pull/12297
Actually, we need to be careful about those TODOs. If you turn on the `no-misused-promises` and `no-floating-promises` rules from `typsescript-eslint` you can see that we're missing some `await` statements and...
> Should this be a be a minor of patch bump? It is a fix so that reroute works correctly with split functions but people should know that they'll start...
I filed an issue for a follow-up here: https://github.com/sveltejs/kit/issues/13756
We should merge `main` into this branch first before updating since `main` uses Vite 6.3, which the new version of `vite-plugin-svelte` requires
this would need some documentation. possibly in the `adapter-node` docs