Simon H
dummdidumm.bsky.social
Simon H
@dummdidumm.bsky.social
Working on Svelte at Vercel / Skateboarding for fun.
Congratulations!!
November 7, 2025 at 10:51 AM
Historically it did a lot more (like putting quotes around all attributes, like foo="{bar}", which is very questionable). In the next major we're likely going to retire it and make it strict by default for tags.
November 2, 2025 at 4:50 PM
If you have prettier, turn on this setting to correct closing tags on formatting: github.com/sveltejs/pre...
GitHub - sveltejs/prettier-plugin-svelte at version-3
Format your svelte components using prettier. Contribute to sveltejs/prettier-plugin-svelte development by creating an account on GitHub.
github.com
November 1, 2025 at 11:10 PM
Not sure if troll but in case you're not, he's talking about this JavaScript framework
svelte.dev
Svelte
Web development for the rest of us
svelte.dev
October 31, 2025 at 7:07 AM
The thing is, without async mode enabled you shouldn't end up there, ever. So there's another bug here that causes this path to still be called (because yes you end up there, but you shouldn't). Hence we need a repro
October 23, 2025 at 2:02 PM