mirror of https://github.com/sveltejs/svelte
parent
eae50dfd1c
commit
b9e03714eb
@ -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