Doctor Wu
Doctor Wu
Add `onBeginUpdate` hooks when a new service worker is found and is being installed but not yet completed. closes #620
Currently, mutating the array's index value won't trigger subscriptions, this PR fixes the tracking logic to prevent this problem. And I think we need to pass all eco-ci. close #10455
This PR fixes the unexpected render when `v-memo` is used in a keyed `v-for` list. In the past, we just used an array as the `renderCache` of a list whatever...
close #10511 May need an ecosystem-ci check.
related #154 relies on #203 implement slots + vFor - [x] runtime - [x] compiler - [x] test case implement slots + v-if / v-else[-if] - [x] compiler - [x]...
close #209 - [x] runtime - [ ] test case
## Summary remove unecessary code & fix typo ## How did you test this change? Pass all test case
### Overview implement async component - related #233 - close #236 ### Progress - [ ] runtime - [x] base - [ ] ref - [ ] test case
close #242 - [x] fix runtime - [x] add test case
Currently, dynamic slots will re-render when dependencies change. It will override static slots if the dynamic slot has the same name as the static slots which is not expected. Slots...