File tree
179 files changed
+2130
-958
lines changed- .changeset
- documentation/blog
- packages/svelte
- src
- compiler
- phases
- 1-parse
- read
- state
- 2-analyze
- css
- 3-transform
- client
- visitors
- server
- types
- utils
- internal
- client
- server
- main
- store
- tests
- compiler-errors/samples
- component-slot-duplicate-error-5
- component-slot-duplicate-error-6
- export-derived-state
- export-state
- export-state-2
- runes-before-after-update
- runes-export-named-state
- runes-export-prop
- runes-invalid-each-binding
- runes-invalid-each-mutation
- css/samples
- animations
- child-combinator
- combinator-child
- descendant-selector-non-top-level-outer
- dynamic-element-tag
- general-siblings-combinator
- general-siblings-combinator-await
- general-siblings-combinator-await-not-exhaustive
- general-siblings-combinator-each
- general-siblings-combinator-each-2
- general-siblings-combinator-each-else
- general-siblings-combinator-each-else-nested
- general-siblings-combinator-each-nested
- general-siblings-combinator-former-element-in-slot
- general-siblings-combinator-if
- general-siblings-combinator-if-not-exhaustive
- general-siblings-combinator-if-not-exhaustive-with-each
- general-siblings-combinator-nested-slots
- general-siblings-combinator-nested-slots-flattened
- general-siblings-combinator-selects-slot-fallback
- general-siblings-combinator-slot
- general-siblings-combinator-slots-between
- general-siblings-combinator-star
- omit-scoping-attribute-global-descendants
- omit-scoping-attribute-multiple-descendants
- omit-scoping-attribute-whitespace
- omit-scoping-attribute-whitespace-multiple
- preserve-specificity
- siblings-combinator
- siblings-combinator-await
- siblings-combinator-await-not-exhaustive
- siblings-combinator-each
- siblings-combinator-each-2
- siblings-combinator-each-else
- siblings-combinator-each-else-nested
- siblings-combinator-each-nested
- siblings-combinator-former-element-in-slot
- siblings-combinator-if
- siblings-combinator-if-not-exhaustive
- siblings-combinator-if-not-exhaustive-with-each
- siblings-combinator-nested-slots
- siblings-combinator-nested-slots-flattened
- siblings-combinator-selects-slot-fallback
- siblings-combinator-slot
- siblings-combinator-slots-between
- siblings-combinator-star
- siblings-combinator-with-spread
- unused-selector-child-combinator
- hydration/samples
- each-block-fallback-mismatch
- each-block-less-nodes-on-client
- each-block-more-nodes-on-client
- if-block-empty
- text-empty
- runtime-browser
- runtime-legacy/samples
- binding-input-group-each-16
- component-slot-let-named-2
- lifecycle-render-afterUpdate2
- lifecycle-render-order-for-children
- ondestroy-deep
- slot-let-forwarding
- runtime-runes/samples
- details-binding-initial
- each-updates-3
- nested-script-tag
- readonly-state-push
- snapshot/samples
- each-string-template/_expected/client
- hello-world/_expected/client
- types
- sites/svelte-5-preview
- src/routes/docs/content
- 02-examples
- 03-appendix
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
179 files changed
+2130
-958
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| |||
56 | 57 |
| |
57 | 58 |
| |
58 | 59 |
| |
| 60 | + | |
59 | 61 |
| |
60 | 62 |
| |
61 | 63 |
| |
| |||
65 | 67 |
| |
66 | 68 |
| |
67 | 69 |
| |
| 70 | + | |
68 | 71 |
| |
69 | 72 |
| |
| 73 | + | |
70 | 74 |
| |
71 | 75 |
| |
72 | 76 |
| |
| |||
112 | 116 |
| |
113 | 117 |
| |
114 | 118 |
| |
| 119 | + | |
115 | 120 |
| |
| 121 | + | |
116 | 122 |
| |
117 | 123 |
| |
118 | 124 |
| |
119 | 125 |
| |
120 | 126 |
| |
121 | 127 |
| |
| 128 | + | |
122 | 129 |
| |
123 | 130 |
| |
124 | 131 |
| |
| |||
131 | 138 |
| |
132 | 139 |
| |
133 | 140 |
| |
| 141 | + | |
134 | 142 |
| |
135 | 143 |
| |
136 | 144 |
| |
137 | 145 |
| |
138 | 146 |
| |
| 147 | + | |
139 | 148 |
| |
| 149 | + | |
140 | 150 |
| |
| 151 | + | |
141 | 152 |
| |
142 | 153 |
| |
143 | 154 |
| |
| |||
150 | 161 |
| |
151 | 162 |
| |
152 | 163 |
| |
| 164 | + | |
153 | 165 |
| |
154 | 166 |
| |
155 | 167 |
| |
| |||
174 | 186 |
| |
175 | 187 |
| |
176 | 188 |
| |
| 189 | + | |
| 190 | + | |
177 | 191 |
| |
178 | 192 |
| |
179 | 193 |
| |
| |||
196 | 210 |
| |
197 | 211 |
| |
198 | 212 |
| |
| 213 | + | |
199 | 214 |
| |
200 | 215 |
| |
201 | 216 |
| |
202 | 217 |
| |
203 | 218 |
| |
204 | 219 |
| |
205 | 220 |
| |
| 221 | + | |
206 | 222 |
| |
207 | 223 |
| |
208 | 224 |
| |
| |||
226 | 242 |
| |
227 | 243 |
| |
228 | 244 |
| |
| 245 | + | |
229 | 246 |
| |
230 | 247 |
| |
231 | 248 |
| |
| |||
236 | 253 |
| |
237 | 254 |
| |
238 | 255 |
| |
| 256 | + | |
239 | 257 |
| |
240 | 258 |
| |
241 | 259 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
223 |
| - | |
| 223 | + |
Lines changed: 64 additions & 0 deletions
Original 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 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
3 | 67 |
| |
4 | 68 |
| |
5 | 69 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
978 | 978 |
| |
979 | 979 |
| |
980 | 980 |
| |
| 981 | + | |
981 | 982 |
| |
982 | 983 |
| |
983 | 984 |
| |
| |||
1098 | 1099 |
| |
1099 | 1100 |
| |
1100 | 1101 |
| |
| 1102 | + | |
1101 | 1103 |
| |
1102 | 1104 |
| |
1103 | 1105 |
| |
| |||
1232 | 1234 |
| |
1233 | 1235 |
| |
1234 | 1236 |
| |
| 1237 | + | |
1235 | 1238 |
| |
1236 | 1239 |
| |
1237 | 1240 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
| 131 | + | |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
|
Lines changed: 13 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
173 |
| - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
174 | 178 |
| |
175 | 179 |
| |
176 | 180 |
| |
| |||
200 | 204 |
| |
201 | 205 |
| |
202 | 206 |
| |
203 |
| - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
204 | 212 |
| |
205 | 213 |
| |
206 | 214 |
| |
| |||
273 | 281 |
| |
274 | 282 |
| |
275 | 283 |
| |
276 |
| - | |
| 284 | + | |
| 285 | + | |
277 | 286 |
| |
278 | 287 |
| |
279 | 288 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
| 68 | + | |
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
|
0 commit comments