File tree
51 files changed
+532
-290
lines changed- packages/svelte
- src
- compiler
- phases
- 2-analyze
- 3-transform
- client/visitors
- types
- internal
- client
- dom
- blocks
- elements
- reactivity
- server
- tests
- runtime-browser
- runtime-legacy/samples
- attribute-null-classname-with-style
- attribute-null-classnames-with-style
- attribute-null-func-classname-with-style
- attribute-null-func-classnames-with-style
- runtime-runes/samples
- async-top-level-error-nested-obsolete
- custom-element-svelte-class
- dynamic-component-transition
- dynamic-if-component-transition
- form-default-value-from-spread
- non-error-boundary-preserve-on-error
- snippet-hoisting-4
- svelte-element-custom-element-css-hash
- server-side-rendering/samples
- css-injected-options-minify
- css-injected-options-nested
- css-injected-options
- css
- sourcemaps/samples
- attached-sourcemap
- css
- types
- playgrounds/sandbox
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+532
-290
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
3 | 17 |
| |
4 | 18 |
| |
5 | 19 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
456 | 456 |
| |
457 | 457 |
| |
458 | 458 |
| |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
459 | 468 |
| |
460 | 469 |
| |
461 | 470 |
| |
462 |
| - | |
| 471 | + | |
463 | 472 |
| |
464 | 473 |
| |
465 | 474 |
| |
| |||
520 | 529 |
| |
521 | 530 |
| |
522 | 531 |
| |
523 |
| - | |
| 532 | + | |
524 | 533 |
| |
525 | 534 |
| |
526 | 535 |
| |
| |||
534 | 543 |
| |
535 | 544 |
| |
536 | 545 |
| |
537 |
| - | |
538 |
| - | |
539 |
| - | |
540 |
| - | |
541 |
| - | |
542 |
| - | |
543 |
| - | |
544 | 546 |
| |
545 | 547 |
| |
546 | 548 |
| |
|
Lines changed: 16 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| 75 | + | |
75 | 76 |
| |
76 | 77 |
| |
77 | 78 |
| |
| |||
172 | 173 |
| |
173 | 174 |
| |
174 | 175 |
| |
175 |
| - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
176 | 182 |
| |
177 | 183 |
| |
178 | 184 |
| |
| |||
202 | 208 |
| |
203 | 209 |
| |
204 | 210 |
| |
205 |
| - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
206 | 220 |
| |
207 | 221 |
| |
208 | 222 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
26 |
| - | |
| 27 | + | |
| 28 | + | |
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
| |||
91 | 93 |
| |
92 | 94 |
| |
93 | 95 |
| |
| 96 | + | |
94 | 97 |
| |
95 | 98 |
| |
96 | 99 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| |||
401 | 402 |
| |
402 | 403 |
| |
403 | 404 |
| |
| 405 | + | |
| 406 | + | |
404 | 407 |
| |
405 | 408 |
| |
406 | 409 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1032 | 1032 |
| |
1033 | 1033 |
| |
1034 | 1034 |
| |
1035 |
| - | |
| 1035 | + | |
1036 | 1036 |
| |
1037 | 1037 |
| |
1038 | 1038 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
74 |
| - | |
| 73 | + | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
|
0 commit comments