Rich Harris

Results 268 issues of Rich Harris

### Describe the bug `adapter-vercel` creates symlinks for routes with `config.isr`, but _also_ creates symlinks for their subsidiary `__data.json` routes (both symlinks point at the same underlying route), which ensures...

bug
pkg:adapter-vercel

### Describe the bug if i have something like `` or `` it seems i can't inspect it ### Reproduction URL some other time, sorry ### Reproduction _No response_ ###...

bug
triage

goes with https://github.com/sveltejs/svelte.dev/pull/730

### Describe the bug Minor, but given a component like this... ```svelte let a = $state(1); let b = $state(2); {a} + {b} = {a + b} ``` ...neither `a`...

fixes #14204 ### Before submitting the PR, please make sure you do the following - [x] It's really useful if your PR references an issue where it is discussed ahead...

fixes #14268 (WIP — doesn't tackle classes yet) ### Before submitting the PR, please make sure you do the following - [x] It's really useful if your PR references an...

Alternative to #14111. Instead of a compiler warning, we can have a runtime warning for cases where 'invisible' reactive state is read inside a `$:` statement. The message could probably...

It doesn't really make sense to have a whole load of documentation on `svelte/store` on `/docs/svelte/stores` page and then again on `/docs/svelte/svelte-store`. The first should describe the store contract at...

documentation