Commit 0f73329
committed
File tree
180 files changed
+2508
-627
lines changed- .github/workflows
- documentation/docs
- 01-introduction
- 02-runes
- 03-template-syntax
- 05-special-elements
- 06-runtime
- 07-misc
- 98-reference
- .generated
- packages/svelte
- messages
- compile-errors
- compile-warnings
- scripts
- src
- compiler
- migrate
- phases
- 1-parse
- state
- utils
- 2-analyze
- css
- utils
- visitors
- 3-transform
- client
- visitors
- preprocess
- types
- utils
- internal
- client
- dev
- dom
- blocks
- elements
- bindings
- reactivity
- server
- tests
- compiler-errors
- samples
- const-tag-snippet-invalid-reference-1
- const-tag-snippet-invalid-reference-2
- snippet-invalid-export
- hydration/samples/whitespace-at-block-start
- runtime-browser
- custom-elements-samples/host-rune-access-injected-css
- runtime-legacy/samples/attribute-after-property
- runtime-runes/samples
- 1000-reading-derived-effects
- abort-signal-derived-set-state
- async-await
- async-binding-update-while-focused-2
- async-binding-update-while-focused
- async-const
- async-effect-conservative
- async-effect-triggers-await
- async-reactivity-loss-for-await
- async-template-async-sync-mixed
- async-top-level-error-nested-obsolete
- async-top-level-error-nested
- binding-update-while-focused-2
- const-tag-boundary-deprecated-usage
- const-tag-boundary
- custom-element-injected-styles
- effect-loop-3
- effect-order-6
- effect-order-7
- inspect-recursive-2
- inspect-trace-circular-reference
- props-default-value-function
- svelte-component-props-update
- signals
- validator/samples
- class-state-constructor-9
- const-tag-placement-svelte-boundary
- types
- playgrounds/sandbox
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
180 files changed
+2508
-627
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
63 | 80 | | |
64 | 81 | | |
65 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments