mirror of https://github.com/sveltejs/svelte
commit
33304b4b15
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
chore: drop dead code that make TSGO fail
|
||||
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: correctly transform declaration tags during SSR
|
||||
@ -0,0 +1 @@
|
||||
<!--[--><div>number</div><!--]-->
|
||||
@ -0,0 +1,4 @@
|
||||
<div>
|
||||
{let dt = $derived(Date.parse("2026-10-01T00:00:00Z"))}
|
||||
{typeof dt}
|
||||
</div>
|
||||
Loading…
Reference in new issue