Rich Harris
Rich Harris
### Describe the problem At present, environment options take priority over inline options: https://github.com/sveltejs/vite-plugin-svelte/blob/bd915c1317127a716a22cdd8c44d66d766e0f513/packages/vite-plugin-svelte-inspector/src/index.js#L57-L66 This feels wrong — if I need to e.g. disable the inspector on a specific project...
Follow-up to #952 / https://github.com/sveltejs/svelte/issues/654#issuecomment-345490875. It would modify the behaviour of `await` blocks such that you'd only see the 'pending' state once — thereafter, whenever a new promise value was...
A few people have been tripped up by the extremely useless way in which `Proxy` objects are logged to the console — rather than logging what the proxy itself reports...
### Describe the bug Noticed this while updating the tutorial. This is a breaking change from 4 and makes `@debug` a bit useless, though I'm not sure if we should...
### Describe the bug - [Svelte 4](https://svelte.dev/repl/623f2619da744422bf0aa7d9f5617bd7?version=4.2.19) - [Svelte 5](https://svelte-5-preview.vercel.app/#H4sIAAAAAAAAEzXIQQqAIBAF0KvEXwu1FhM6R7SIGkOwHBwNQrx7tGj5XoXzgQR6rrjWk6AxMUMhP_xBbgqZoCCxpO0bwykeiUS6ew2Fxjo0a_o_LRTOuHvnaYfOqVBb2gt16X1iZQAAAA==) ### Reproduction above ### Logs _No response_ ### System Info ```shell next ``` ### Severity annoyance
### Describe the problem See https://github.com/sveltejs/svelte/pull/13231#issuecomment-2351790857 ### Describe the proposed solution Attach location information to effects in development, so that it can be used when generating the error message. For...
### Describe the problem There are many cases where knowing what values a binding could potentially hold would allow us to generate more optimal code. For example, in a situation...
we were missing the `LegacyRoot` return value on the overload. This fixes it ### Before submitting the PR, please make sure you do the following - [x] It's really useful...
### Describe the bug If you do this... ```svelte ``` ...stuff breaks, because it tries to import the same asset twice. ### Reproduction later... ### Logs _No response_ ### System...