Commit 9ec10bf
committed
refactor(DeepMergeProps): use $props and $state helpers
Refactor DeepMergeProps.svelte to use the $props() helper for props destructuring and $state() for reactive state management. This improves code clarity and aligns with recommended Svelte 5 patterns.1 parent 142fe17 commit 9ec10bf
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments