File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
documentation/docs/98-reference/.generated
packages/svelte/messages/compile-warnings Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ Reassignments of module-level declarations will not cause reactive statements to
775775```
776776
777777``` svelte
778- <script ---context="module"--- +++context +++>
778+ <script ---context="module"--- +++module +++>
779779 let foo = 'bar';
780780</script>
781781```
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ This code will work when the component is rendered on the client (which is why t
5757> ` context="module" ` is deprecated, use the ` module ` attribute instead
5858
5959``` svelte
60- <script ---context="module"--- +++context +++>
60+ <script ---context="module"--- +++module +++>
6161 let foo = 'bar';
6262</script>
6363```
You can’t perform that action at this time.
0 commit comments