File tree
Expand file treeCollapse file tree
12 files changed
+113
-18
lines changedFilter options
- .changeset
- packages/svelte
- src
- compiler/phases/3-transform/client/visitors
- internal
- client
- legacy
- tests
- runtime-legacy/samples/binding-backflow
- runtime-runes/samples
- action-state-arg
- fine-grained-prop-reactive-statement
Expand file treeCollapse file tree
12 files changed
+113
-18
lines changed.changeset/light-days-clean.md
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
packages/svelte/src/compiler/phases/3-transform/client/visitors/javascript-legacy.js
Copy file name to clipboardExpand all lines: packages/svelte/src/compiler/phases/3-transform/client/visitors/javascript-legacy.js+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
170 |
| - |
171 |
| - |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
172 | 174 |
|
173 | 175 |
|
174 | 176 |
|
|
packages/svelte/src/internal/client/render.js
Copy file name to clipboardExpand all lines: packages/svelte/src/internal/client/render.js+10-12Lines changed: 10 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
| 47 | + |
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
| ||
1890 | 1891 |
|
1891 | 1892 |
|
1892 | 1893 |
|
| 1894 | + |
1893 | 1895 |
|
1894 | 1896 |
|
1895 | 1897 |
|
| 1898 | + |
1896 | 1899 |
|
1897 | 1900 |
|
1898 | 1901 |
|
1899 | 1902 |
|
1900 | 1903 |
|
1901 | 1904 |
|
1902 | 1905 |
|
| 1906 | + |
| 1907 | + |
| 1908 | + |
| 1909 | + |
| 1910 | + |
| 1911 | + |
1903 | 1912 |
|
1904 | 1913 |
|
1905 | 1914 |
|
| ||
2620 | 2629 |
|
2621 | 2630 |
|
2622 | 2631 |
|
2623 |
| - |
2624 |
| - |
2625 |
| - |
2626 |
| - |
2627 |
| - |
2628 |
| - |
2629 |
| - |
2630 |
| - |
2631 |
| - |
2632 |
| - |
2633 |
| - |
2634 | 2632 |
|
2635 | 2633 |
|
2636 | 2634 |
|
|
packages/svelte/src/internal/client/runtime.js
Copy file name to clipboardExpand all lines: packages/svelte/src/internal/client/runtime.js+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1985 | 1985 |
|
1986 | 1986 |
|
1987 | 1987 |
|
| 1988 | + |
| 1989 | + |
1988 | 1990 |
|
1989 | 1991 |
|
1990 | 1992 |
|
1991 | 1993 |
|
1992 |
| - |
| 1994 | + |
1993 | 1995 |
|
1994 | 1996 |
|
1995 | 1997 |
|
|
packages/svelte/src/internal/index.js
Copy file name to clipboardExpand all lines: packages/svelte/src/internal/index.js+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
|
packages/svelte/src/legacy/legacy-client.js
Copy file name to clipboardExpand all lines: packages/svelte/src/legacy/legacy-client.js+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
| 69 | + |
| 70 | + |
| 71 | + |
69 | 72 |
|
70 | 73 |
|
71 | 74 |
|
|
packages/svelte/tests/runtime-legacy/samples/binding-backflow/_config.js
Copy file name to clipboardExpand all lines: packages/svelte/tests/runtime-legacy/samples/binding-backflow/_config.js+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
packages/svelte/tests/runtime-runes/samples/action-state-arg/_config.js
Copy file name to clipboard+24Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
packages/svelte/tests/runtime-runes/samples/action-state-arg/main.svelte
Copy file name to clipboard+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
packages/svelte/tests/runtime-runes/samples/fine-grained-prop-reactive-statement/_config.js
Copy file name to clipboard+24Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
packages/svelte/tests/runtime-runes/samples/fine-grained-prop-reactive-statement/main.svelte
Copy file name to clipboard+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
packages/svelte/tests/runtime-runes/samples/fine-grained-prop-reactive-statement/old.svelte
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
0 commit comments