Commit 5752eaf
File tree
113 files changed
+984
-231
lines changed- .changeset
- documentation/docs
- 01-introduction
- 02-runes
- 03-template-syntax
- 04-styling
- 05-special-elements
- 06-runtime
- 07-misc
- 98-reference/.generated
- 99-legacy
- packages/svelte
- messages
- client-errors
- client-warnings
- compile-errors
- scripts/process-messages/templates
- src
- compiler
- migrate
- phases
- 2-analyze/visitors
- 3-transform
- client/visitors
- css
- server
- utils
- internal/client
- dom
- blocks
- elements
- bindings
- reactivity
- reactivity
- store
- tests
- compiler-errors/samples
- catch-without-await
- else-before-closing-3
- else-before-closing
- else-if-before-closing-2
- export-derived-state-indirect
- export-state-indirect
- then-before-closing
- then-without-await
- css/samples/unused-selector-in-between
- migrate
- samples
- derivations
- import-type-$-prefix
- impossible-migrate-with-errors
- remove-blocks-whitespace
- slot-use_ts
- runtime-legacy/samples
- deconflict-contextual-action
- props-reactive-destroy
- runtime-runes/samples
- await-no-catch-error
- derived-map
- derived-unowned-10
- lifecycle-render-order-for-children-6
- props-reactive-destroy
- snippet-comment-sibling
- state-bind-group
- svg-attribute-case
- toStore-subscribe
- server-side-rendering/samples
- css-injected-options-minify
- css-injected-options-nested
- css-injected-options
- css
- store
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
113 files changed
+984
-231
lines changedThis file was deleted.
| 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 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
| 246 | + | |
248 | 247 | | |
249 | 248 | | |
250 | 249 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
13 | | - | |
| 10 | + | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
| |||
115 | 112 | | |
116 | 113 | | |
117 | 114 | | |
118 | | - | |
0 commit comments