Commit 237ff5f
authored
File tree
Expand file treeCollapse file tree
23 files changed
+1380
-820
lines changedFilter options
- packages
- compiler-core
- __tests__/transforms
- src/transforms
- compiler-sfc
- __tests__
- src
- reactivity
- __tests__
- src
- runtime-core
- __tests__
- components
- helpers
- src
- components
- helpers
- runtime-dom/src/components
- server-renderer/__tests__
- vue/__tests__/e2e
- packages-private/sfc-playground/src/download/template
Expand file treeCollapse file tree
23 files changed
+1380
-820
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
+15-32Lines changed: 15 additions & 32 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 |
| - |
| 74 | + |
75 | 75 |
|
76 | 76 |
|
77 |
| - |
78 |
| - |
| 77 | + |
| 78 | + |
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
83 | 83 |
|
84 |
| - |
85 |
| - |
| 84 | + |
| 85 | + |
86 | 86 |
|
87 |
| - |
88 |
| - |
| 87 | + |
| 88 | + |
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
| 98 | + |
99 | 99 |
|
100 |
| - |
| 100 | + |
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 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
| 113 | + |
131 | 114 |
|
132 | 115 |
|
packages-private/sfc-playground/src/download/template/package.json
Copy file name to clipboardExpand all lines: packages-private/sfc-playground/src/download/template/package.json+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
| 14 | + |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
packages/compiler-core/__tests__/transforms/cacheStatic.spec.ts
Copy file name to clipboardExpand all lines: packages/compiler-core/__tests__/transforms/cacheStatic.spec.ts+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
170 | 170 |
|
171 | 171 |
|
172 | 172 |
|
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
173 | 178 |
|
174 | 179 |
|
175 | 180 |
|
| ||
197 | 202 |
|
198 | 203 |
|
199 | 204 |
|
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
200 | 210 |
|
201 | 211 |
|
202 | 212 |
|
|
packages/compiler-core/src/transforms/cacheStatic.ts
Copy file name to clipboardExpand all lines: packages/compiler-core/src/transforms/cacheStatic.ts+27Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| 21 | + |
| 22 | + |
20 | 23 |
|
21 | 24 |
|
22 | 25 |
|
| ||
140 | 143 |
|
141 | 144 |
|
142 | 145 |
|
| 146 | + |
143 | 147 |
|
144 | 148 |
|
145 | 149 |
|
| ||
163 | 167 |
|
164 | 168 |
|
165 | 169 |
|
| 170 | + |
166 | 171 |
|
167 | 172 |
|
168 | 173 |
|
| ||
186 | 191 |
|
187 | 192 |
|
188 | 193 |
|
| 194 | + |
189 | 195 |
|
190 | 196 |
|
191 | 197 |
|
| ||
196 | 202 |
|
197 | 203 |
|
198 | 204 |
|
| 205 | + |
199 | 206 |
|
200 | 207 |
|
201 | 208 |
|
202 | 209 |
|
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
203 | 230 |
|
204 | 231 |
|
205 | 232 |
|
|
packages/compiler-core/src/transforms/vSlot.ts
Copy file name to clipboardExpand all lines: packages/compiler-core/src/transforms/vSlot.ts-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
342 | 342 |
|
343 | 343 |
|
344 | 344 |
|
345 |
| - |
346 | 345 |
|
347 | 346 |
|
348 | 347 |
|
|
packages/compiler-sfc/__tests__/compileStyle.spec.ts
Copy file name to clipboardExpand all lines: packages/compiler-sfc/__tests__/compileStyle.spec.ts+20-16Lines changed: 20 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
211 | 211 |
|
212 | 212 |
|
213 | 213 |
|
214 |
| - |
215 |
| - |
216 |
| - |
217 |
| - |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
218 | 219 |
|
219 | 220 |
|
220 | 221 |
|
221 | 222 |
|
222 |
| - |
223 |
| - |
224 |
| - |
225 |
| - |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
226 | 228 |
|
227 | 229 |
|
228 | 230 |
|
229 | 231 |
|
230 | 232 |
|
231 | 233 |
|
232 |
| - |
233 |
| - |
234 |
| - |
235 |
| - |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
236 | 239 |
|
237 | 240 |
|
238 | 241 |
|
239 | 242 |
|
240 | 243 |
|
241 | 244 |
|
242 |
| - |
243 |
| - |
244 |
| - |
245 |
| - |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
246 | 250 |
|
247 | 251 |
|
248 | 252 |
|
|
packages/compiler-sfc/src/compileScript.ts
Copy file name to clipboardExpand all lines: packages/compiler-sfc/src/compileScript.ts+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1104 | 1104 |
|
1105 | 1105 |
|
1106 | 1106 |
|
| 1107 | + |
1107 | 1108 |
|
1108 | 1109 |
|
1109 | 1110 |
|
|
packages/reactivity/__tests__/computed.spec.ts
Copy file name to clipboardExpand all lines: packages/reactivity/__tests__/computed.spec.ts+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1012 | 1012 |
|
1013 | 1013 |
|
1014 | 1014 |
|
| 1015 | + |
| 1016 | + |
| 1017 | + |
| 1018 | + |
| 1019 | + |
| 1020 | + |
| 1021 | + |
| 1022 | + |
| 1023 | + |
| 1024 | + |
| 1025 | + |
1015 | 1026 |
|
1016 | 1027 |
|
1017 | 1028 |
|
|
packages/reactivity/src/effect.ts
Copy file name to clipboardExpand all lines: packages/reactivity/src/effect.ts+8-6Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| 52 | + |
52 | 53 |
|
53 | 54 |
|
54 | 55 |
|
| ||
377 | 378 |
|
378 | 379 |
|
379 | 380 |
|
380 |
| - |
381 |
| - |
382 | 381 |
|
383 | 382 |
|
384 | 383 |
|
385 | 384 |
|
| 385 | + |
| 386 | + |
386 | 387 |
|
387 |
| - |
388 | 388 |
|
389 |
| - |
390 |
| - |
| 389 | + |
| 390 | + |
391 | 391 |
|
392 |
| - |
393 | 392 |
|
394 | 393 |
|
| 394 | + |
395 | 395 |
|
| 396 | + |
396 | 397 |
|
397 | 398 |
|
398 | 399 |
|
| ||
402 | 403 |
|
403 | 404 |
|
404 | 405 |
|
| 406 | + |
405 | 407 |
|
406 | 408 |
|
407 | 409 |
|
|
0 commit comments