rixo
rixo
The language server has a [host of settings](https://github.com/sveltejs/language-tools/tree/master/packages/language-server#settings), some of which should probably be exposed to the user as config options in the plugin. Passing initial configuration and configuration updates...
Adds `preserveLocalState:'smart'` option. When enabled, components local state will be preserved, except if the initialisation code of their declaration (appears to) have changed, based on static code analysis. AFAICT this...
This emulates the `bubbled` accept handler argument over Webpack HMR API, which allows `svelte-hmr` to detect CSS-only changes and skip recreating the whole component in those cases. I'm not entirely...