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
775
775
```
776
776
777
777
``` svelte
778
- <script ---context="module"--- +++context +++>
778
+ <script ---context="module"--- +++module +++>
779
779
let foo = 'bar';
780
780
</script>
781
781
```
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
57
57
> ` context="module" ` is deprecated, use the ` module ` attribute instead
58
58
59
59
``` svelte
60
- <script ---context="module"--- +++context +++>
60
+ <script ---context="module"--- +++module +++>
61
61
let foo = 'bar';
62
62
</script>
63
63
```
You can’t perform that action at this time.
0 commit comments