mirror of https://github.com/sveltejs/svelte
fix: only warn on context="module" in runes mode (#13332)
* fix: only warn on context="module" in runes mode * wowpull/13336/head
parent
d6ab12ae76
commit
2553932c2c
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: only warn on context="module" in runes mode
|
@ -0,0 +1 @@
|
||||
[]
|
@ -0,0 +1,5 @@
|
||||
<svelte:options runes />
|
||||
|
||||
<script context="module">
|
||||
let num = 2;
|
||||
</script>
|
Loading…
Reference in new issue