ottomated

Results 86 comments of ottomated

I'm concerned about this approach – the additional handlers will only take effect in production, which is confusing and inconvenient. Integrating with the [cloudflare vite plugin](https://developers.cloudflare.com/workers/vite-plugin) seems like the best...

@thomasfosterau potentially, yes. In my mind, unless there's a good reason not to, the approach should mirror the official cloudflare react-router integration: ```ts const requestHandler = createRequestHandler( () => import("virtual:react-router/server-build"),...

@jasonlyu123 This is still an issue - you can see the line [here](https://github.com/sveltejs/language-tools/blob/80622df03ddce763852984e9d8f60cacba25585f/packages/language-server/src/plugins/svelte/features/getCodeActions/getQuickfixes.ts#L210) where it inserts an html comment. This should insert a JS comment if it's in the JS...

Got it, it seems like that has been fixed since my original issue yes

paging @Rich-Harris to see if this can go out with #14775 :-)

Feel free to make any changes you see fit, I will probably just maintain my own fork as I have very different opinions on code style.