sveltejs / sites

Monorepo for the sites in the Svelte ecosystem
https://svelte.dev
MIT License
286 stars 123 forks source link

feat: svelte 5 POC #558

Open PuruVJ opened 1 month ago

PuruVJ commented 1 month ago

Current REPL's state is a mess. Bunch of get(store) in .js files. This simplifies all that to use $state

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hn ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 20, 2024 4:28pm
repl ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 20, 2024 4:28pm
benmccann commented 1 month ago

It'd probably be easier to review if the prettier upgrade were a separate PR

PuruVJ commented 1 month ago

It has to be done here, otherwise using snippets break prettier across entire project.

We should merge this into 0.7.0 branch, where we can do jsdelivr and svelte 5 support as well.

benmccann commented 1 month ago

Couldn't you upgrade prettier first and then do the Svelte 5 upgrade after that?