mattjennings / mdsvexamples

Render your Svelte code blocks in MDSveX
31 stars 2 forks source link

Svelte 5 compat #30

Open janosh opened 7 months ago

janosh commented 7 months ago

Just a heads up that mdsvexamples might require changes to support Svelte 5. The alpha just dropped. Trying to build or spin up dev server raises

/slots/+page.svx___mdsvexample___1.svelte:21:17 Invalid assignment to const variable ($derived values, let: directives, :then/:catch variables and @const declarations count as const)

Just to clarify, I don't expect alpha support so no reaction needed. Just putting this on the radar.