File tree
Expand file treeCollapse file tree
5 files changed
+61
-3
lines changedFilter options
- packages
- compiler-core
- __tests__/transforms
- src/transforms
- runtime-core/src
Expand file treeCollapse file tree
5 files changed
+61
-3
lines changedpackages/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/runtime-core/src/componentSlots.ts
Copy file name to clipboardExpand all lines: packages/runtime-core/src/componentSlots.ts+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
78 | 83 |
|
79 | 84 |
|
80 | 85 |
|
| ||
170 | 175 |
|
171 | 176 |
|
172 | 177 |
|
173 |
| - |
| 178 | + |
174 | 179 |
|
175 | 180 |
|
176 | 181 |
|
|
packages/runtime-core/src/renderer.ts
Copy file name to clipboardExpand all lines: packages/runtime-core/src/renderer.ts+18-1Lines changed: 18 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2262 | 2262 |
|
2263 | 2263 |
|
2264 | 2264 |
|
2265 |
| - |
| 2265 | + |
| 2266 | + |
| 2267 | + |
| 2268 | + |
| 2269 | + |
| 2270 | + |
| 2271 | + |
| 2272 | + |
| 2273 | + |
| 2274 | + |
| 2275 | + |
2266 | 2276 |
|
2267 | 2277 |
|
2268 | 2278 |
|
| ||
2271 | 2281 |
|
2272 | 2282 |
|
2273 | 2283 |
|
| 2284 | + |
| 2285 | + |
| 2286 | + |
| 2287 | + |
| 2288 | + |
| 2289 | + |
| 2290 | + |
2274 | 2291 |
|
2275 | 2292 |
|
2276 | 2293 |
|
|
0 commit comments