mirror of https://github.com/sveltejs/svelte
parent
9e3c4d5ff2
commit
bece149c1e
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
chore: fix compiler errors test suite
|
||||
@ -1 +1,3 @@
|
||||
export const x = $state(0);
|
||||
export let y = $state(0);
|
||||
y = 1;
|
||||
|
||||
Loading…
Reference in new issue