Commit ed2981d
authored
chore: simplify updates (#10922)
* remove if blocks around attribute updates
* remove singular updates
* simplify
* get rid of text_effect
* get rid of class_toggle_effect and style_effect
* remove spread_attributes_effect
* simplify
* simplify
* simplify
* remove unused stuff
* get rid of spread_dynamic_element_attributes_effect
* remove set_custom_element_data_effect
* unused import
* more descriptive names1 parent 456e50d commit ed2981d
File tree
9 files changed
+145
-405
lines changed- packages/svelte
- src
- compiler/phases/3-transform/client
- visitors
- internal/client
- dom/elements
- tests/snapshot/samples
- dynamic-attributes-casing/_expected/client
- each-string-template/_expected/client
- function-prop-no-getter/_expected/client
9 files changed
+145
-405
lines changedLines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 35 | + | |
41 | 36 | | |
42 | 37 | | |
43 | 38 | | |
| |||
0 commit comments