File tree
Expand file treeCollapse file tree
8 files changed
+66
-30
lines changedFilter options
- .changeset
- packages/svelte
- src
- compiler/phases/3-transform/client/visitors
- internal/client/dom/blocks
- tests/runtime-browser/samples/css-props-dynamic-component
Expand file treeCollapse file tree
8 files changed
+66
-30
lines changed.changeset/twelve-foxes-smell.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/Component.js
Copy file name to clipboard+8-21Lines changed: 8 additions & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 | 2 |
|
4 |
| - |
| 3 | + |
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
10 | 9 |
|
11 | 10 |
|
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
31 | 18 |
|
32 | 19 |
|
packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/component.js
Copy file name to clipboardExpand all lines: packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/component.js+12-5Lines changed: 12 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 | 16 |
|
18 | 17 |
|
19 |
| - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
20 | 23 |
|
21 | 24 |
|
22 | 25 |
|
| ||
411 | 414 |
|
412 | 415 |
|
413 | 416 |
|
414 |
| - |
| 417 | + |
415 | 418 |
|
416 | 419 |
|
417 | 420 |
|
| ||
429 | 432 |
|
430 | 433 |
|
431 | 434 |
|
432 |
| - |
| 435 | + |
433 | 436 |
|
434 | 437 |
|
435 | 438 |
|
436 | 439 |
|
437 | 440 |
|
438 | 441 |
|
439 |
| - |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
440 | 447 |
|
441 | 448 |
|
442 | 449 |
|
|
packages/svelte/src/internal/client/dom/blocks/css-props.js
Copy file name to clipboardExpand all lines: packages/svelte/src/internal/client/dom/blocks/css-props.js-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 | 29 |
|
packages/svelte/tests/runtime-browser/samples/css-props-dynamic-component/A.svelte
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
packages/svelte/tests/runtime-browser/samples/css-props-dynamic-component/B.svelte
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
packages/svelte/tests/runtime-browser/samples/css-props-dynamic-component/_config.js
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-browser/samples/css-props-dynamic-component/main.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