Master Diego

The Question List

Covering May 30, 2026 to Aug 28, 2026

364 threads read this period, 16 of them new. Threads are counted per distinct account. Bots and pull requests are excluded.

New this week

Can async derived values be fixed to avoid infinite loops and reactivity issues? new

13 people asked · svelte · since May 31, 2026

2 more quotes

Can the compiler preserve parentheses in logical expressions? new

6 people asked · svelte · since Jun 3, 2026

2 more quotes

Can declaration tags support multiple declarators and fix binding issues? new

5 people asked · svelte · since May 30, 2026

2 more quotes
  • When you attempt to shadow a known variable in `{const variable = ...}` declaration tag it errors. [REPL](https://svelte.dev/playground/hello-world?version=5.56.4#H4sIAAAAAAAA …

    · Shadowing does not seem to work for declaration tags

  • const} is considered legacy and {const} should be used as replacement: * https://svelte.dev/docs/svelte/@const * https://sveltejs.github.io/eslint-plugin-svelte/rules/no-at-co …

    · {const and {let are not updating as expected

Can the compiler support TypeScript and improve type handling? new

5 people asked · svelte · since May 31, 2026

2 more quotes

How can I check progress on a reported issue? new

4 people asked · svelte · since Aug 5, 2026

  • Thank you, but I'm closing this for the reasons outlined in https://github.com/sveltejs/svelte/issues/18600#issuecomment-5361606575

    · source

2 more quotes
  • I really hope this will be merged in a new patch

    · source

  • We have also been continually running into the freezing issue, i've tested it against this PR and it seems to disappear completely. @dummdidumm what's the …

    · source

Can I fix whitespace behavior attributed to Bun instead of Svelte? new

4 people asked · svelte · since Aug 18, 2026

2 more quotes
  • thank you, can this be expanded to fix text-node whitespace similar issue where result drops all white spaces. svelte version: 5.56.10 INPUT : `"<p>Hello < …

    · source

  • > This works as designed - if you don't want the whitespace, don't add it. Since this is ultimately a Bun issue it should be …

    · source

Can input defaultvalue be populated during server side rendering? new

2 people asked · svelte · since Jun 20, 2026

  • `defaultValue` doesn't work in SSR for inputs too so I guess we should just add CSR for `<textarea value="hi"></textarea>` no?

    · source

1 more quote

Can svelte transitions work without inline styles under csp? new

2 people asked · svelte · since Jul 14, 2026

  • Yes, this is outdated, this will reflect in the upcoming SvelteKit 3 docs. Feel free to use svelte transitions with Svelte 5 + CSP!

    · source

1 more quote
  • there is a note in https://svelte.dev/docs/kit/configuration#csp about usage of svelte transitions: > Note that most Svelte transitions work by creating an …

    · transitions and inline css

Why is regex-based preprocessor parsing unreliable? new

2 people asked · svelte · since Jul 28, 2026

  • That's fair. I understand not wanting to have the regex turn into something unmaintainable. I did some basic searching and could not find any related …

    · source

1 more quote
  • Previously, we've said that it is components' responsibility to not contain code that's going to confuse the dumb regex-based parsing of preprocessors if the …

    · source

How can I merge the rsvelte compiler with sveltejs/svelte? new

2 people asked · svelte · since Jul 29, 2026

  • Thanks! On joining forces — I am for it, and I think there is a concrete shape for it. Merging the two compilers is not …

    · source

1 more quote
  • @MrWaip great work! congrats! I don't know the details, but I wonder if it might make sense to joinj forces with rsvelte, both projects seem …

    · source

svelte

Can async derived values be fixed to avoid infinite loops and reactivity issues? new

13 people asked · since May 31, 2026

2 more quotes

Can the compiler preserve parentheses in logical expressions? new

6 people asked · since Jun 3, 2026

2 more quotes

Can declaration tags support multiple declarators and fix binding issues? new

5 people asked · since May 30, 2026

2 more quotes
  • When you attempt to shadow a known variable in `{const variable = ...}` declaration tag it errors. [REPL](https://svelte.dev/playground/hello-world?version=5.56.4#H4sIAAAAAAAA …

    · Shadowing does not seem to work for declaration tags

  • const} is considered legacy and {const} should be used as replacement: * https://svelte.dev/docs/svelte/@const * https://sveltejs.github.io/eslint-plugin-svelte/rules/no-at-co …

    · {const and {let are not updating as expected

Can the compiler support TypeScript and improve type handling? new

5 people asked · since May 31, 2026

2 more quotes

How can I check progress on a reported issue? new

4 people asked · since Aug 5, 2026

  • Thank you, but I'm closing this for the reasons outlined in https://github.com/sveltejs/svelte/issues/18600#issuecomment-5361606575

    · source

2 more quotes
  • I really hope this will be merged in a new patch

    · source

  • We have also been continually running into the freezing issue, i've tested it against this PR and it seems to disappear completely. @dummdidumm what's the …

    · source

Can I fix whitespace behavior attributed to Bun instead of Svelte? new

4 people asked · since Aug 18, 2026

2 more quotes
  • thank you, can this be expanded to fix text-node whitespace similar issue where result drops all white spaces. svelte version: 5.56.10 INPUT : `"<p>Hello < …

    · source

  • > This works as designed - if you don't want the whitespace, don't add it. Since this is ultimately a Bun issue it should be …

    · source

Can input defaultvalue be populated during server side rendering? new

2 people asked · since Jun 20, 2026

  • `defaultValue` doesn't work in SSR for inputs too so I guess we should just add CSR for `<textarea value="hi"></textarea>` no?

    · source

1 more quote

Can svelte transitions work without inline styles under csp? new

2 people asked · since Jul 14, 2026

  • Yes, this is outdated, this will reflect in the upcoming SvelteKit 3 docs. Feel free to use svelte transitions with Svelte 5 + CSP!

    · source

1 more quote
  • there is a note in https://svelte.dev/docs/kit/configuration#csp about usage of svelte transitions: > Note that most Svelte transitions work by creating an …

    · transitions and inline css

Why is regex-based preprocessor parsing unreliable? new

2 people asked · since Jul 28, 2026

  • That's fair. I understand not wanting to have the regex turn into something unmaintainable. I did some basic searching and could not find any related …

    · source

1 more quote
  • Previously, we've said that it is components' responsibility to not contain code that's going to confuse the dumb regex-based parsing of preprocessors if the …

    · source

How can I merge the rsvelte compiler with sveltejs/svelte? new

2 people asked · since Jul 29, 2026

  • Thanks! On joining forces — I am for it, and I think there is a concrete shape for it. Merging the two compilers is not …

    · source

1 more quote
  • @MrWaip great work! congrats! I don't know the details, but I wonder if it might make sense to joinj forces with rsvelte, both projects seem …

    · source

How can I clarify the official status of the rsvelte project? new

2 people asked · since Aug 4, 2026

  • Yes, you're right. But as I've understood `rsvelte` is not an official project, no?

    · source

1 more quote
  • > All these projects are cool, but rely heavily on AI written code. I don't think it would be a good idea for the Svelte …

    · source

Why does onDestroy crash on server-side rendering? new

2 people asked · since Aug 8, 2026

  • This is expected and documented - onDestroy indeed does run on the server precisely so that you can cleanup things on the server, too. https://svelte.dev/ …

    · source

1 more quote
  • When you use onDestroy function inside +page.svelte or +layout.svelte, the callback runs on the server and causes crash. While at the same time, a callback …

    · onDestroy runs on server and causes crash

Can I fix the print function dropping CSS escape sequences? new

2 people asked · since Aug 18, 2026

1 more quote

How can I make SvelteKit layout patterns more flexible? new

1 person asked · since Aug 9, 2026

  • your compiler(svelte) quite good, but your pattern in svelteKit is really bad, you push someone to use your rules like slug that maybe they …

    · source

Can I make const tag sorting unnecessary for small lists? new

1 person asked · since Aug 17, 2026

  • Completely unnecessary, the average number of const tags to sort is ~2, I would be surprised if it's more than 10 anywhere.

    · source

Can the compiler avoid crashing on sibling elements after select? new

1 person asked · since Jun 20, 2026

Can the compiler warn on invalid declaration usage inside if blocks? new

1 person asked · since May 31, 2026

Can $state.eager behavior in if blocks be clarified? new

1 person asked · since Jun 2, 2026

  • In [this playground](https://svelte.dev/playground/hello-world?version=5.56.1#H4sIAAAAAAAACm2QMW-EMAyF_0rO7QASOriOCJC6dezQremQA1OiBgclprSK-O9Vgk5dbrGlT8_vPTkAqRmhhhc0xorNOjOID …

    · `$state.eager` - correct behavior or not?