Commit 1730ab4
committed
feat(runtime-core, reactivity): baseWatch + onWatcherCleanup
Squashed commit of the following:
commit dad9d0f
Author: Rizumu Ayaka <[email protected]>
Date: Thu Mar 14 20:35:19 2024 +0800
feat: scheduler in reactivity
commit 406c750
Author: Rizumu Ayaka <[email protected]>
Date: Thu Mar 14 14:08:12 2024 +0800
fix: revert export alias
commit 74996b6
Author: Rizumu Ayaka <[email protected]>
Date: Wed Mar 13 22:21:27 2024 +0800
test: onWatcherCleanup in apiWatch
commit a5769e1
Author: Rizumu Ayaka <[email protected]>
Date: Wed Mar 13 22:09:43 2024 +0800
fix: remove elusive code for once
commit 589cd11
Author: Rizumu Ayaka <[email protected]>
Date: Wed Mar 13 21:14:34 2024 +0800
fix: errors related to immediateFirstRun
commit 3694745
Author: Rizumu Ayaka <[email protected]>
Date: Tue Mar 12 18:16:52 2024 +0800
refactor: rename to onWatcherCleanup, getCurrentWatcher, remove middleware
commit b3f45d2
Merge: 60a1b97 9a936aa
Author: Rizumu Ayaka <[email protected]>
Date: Thu Mar 7 22:23:13 2024 +0800
chore: merge branch 'minor' into feat/onEffectCleanup-and-baseWatch
commit 60a1b97
Author: Rizumu Ayaka <[email protected]>
Date: Tue Jan 9 20:45:31 2024 +0800
feat: middleware in baseWatch
commit 2fdda65
Merge: 39f07cd 2701355
Author: Rizumu Ayaka <[email protected]>
Date: Mon Jan 8 17:40:54 2024 +0800
Merge branch 'main' into feat/onEffectCleanup-and-baseWatch
commit 39f07cd
Author: Rizumu Ayaka <[email protected]>
Date: Mon Jan 8 17:40:18 2024 +0800
fix: should export getCurrentEffect function
commit 770c21d
Author: Rizumu Ayaka <[email protected]>
Date: Sat Jan 6 00:07:41 2024 +0800
fix: sync code changes according to the review in PR vuejs/vue-vapor#82
commit a6eb043
Merge: 8dd0c1f 0275dd3
Author: Rizumu Ayaka <[email protected]>
Date: Fri Jan 5 23:43:02 2024 +0800
chore: merge branch 'main' into feat/onEffectCleanup-and-baseWatch
commit 8dd0c1f
Merge: 2213634 274f6f7
Author: Rizumu Ayaka <[email protected]>
Date: Sun Dec 31 20:30:29 2023 +0800
chore: merge remote-tracking branch 'origin/minor' into feat/onEffectCleanup-and-baseWatch
commit 2213634
Author: Rizumu Ayaka <[email protected]>
Date: Sun Dec 31 19:21:12 2023 +0800
refactor: simplify unwatch implementation
commit f44ef0b
Author: Rizumu Ayaka <[email protected]>
Date: Sun Dec 31 18:45:04 2023 +0800
feat: implement getCurrentEffect
commit a078ad1
Author: Rizumu Ayaka <[email protected]>
Date: Thu Dec 28 21:28:28 2023 +0800
chore: rename handleWarn to onWarn
commit 90fd005
Author: Rizumu Ayaka <[email protected]>
Date: Thu Dec 28 21:05:03 2023 +0800
chore: organize exports
commit e9555ce
Author: Rizumu Ayaka <[email protected]>
Date: Thu Dec 28 20:36:56 2023 +0800
test: baseWatch
commit d99e9a6
Author: Rizumu Ayaka <[email protected]>
Date: Thu Dec 28 20:04:42 2023 +0800
test: onEffectCleanup in runtime-core
commit 56c87ec
Author: Rizumu Ayaka <[email protected]>
Date: Thu Dec 28 19:44:43 2023 +0800
test: baseWatch with onEffectCleanup
commit 7c5f05a
Merge: a8dc8e6 75dbbb8
Author: Rizumu Ayaka <[email protected]>
Date: Thu Dec 28 17:32:00 2023 +0800
Merge branch 'minor' of https://github.com/vuejs/core into feat/onEffectCleanup-and-baseWatch
commit a8dc8e6
Author: Rizumu Ayaka <[email protected]>
Date: Wed Dec 27 22:43:17 2023 +0800
fix: tracked in cleanup
commit b57405c
Author: Rizumu Ayaka <[email protected]>
Date: Wed Dec 27 20:28:49 2023 +0800
fix: treeshaking error
commit 4d04f5e
Author: Rizumu Ayaka <[email protected]>
Date: Wed Dec 27 20:19:53 2023 +0800
fix: treeshaking error
commit d1f001b
Author: Rizumu Ayaka <[email protected]>
Date: Wed Dec 27 20:10:05 2023 +0800
fix: lint
commit 97179ed
Merge: 2aef609 9183069
Author: Rizumu Ayaka <[email protected]>
Date: Tue Dec 26 23:24:47 2023 +0800
chore: merge branch 'minor' of https://github.com/vuejs/core into feat/onEffectCleanup-and-baseWatch
commit 2aef609
Author: Rizumu Ayaka <[email protected]>
Date: Tue Dec 26 22:19:26 2023 +0800
fix: some cases for server-renderer
commit db4463c
Author: Rizumu Ayaka <[email protected]>
Date: Tue Dec 26 21:40:12 2023 +0800
fix: export onEffectCleanup
commit 409b52a
Author: Rizumu Ayaka <[email protected]>
Date: Tue Dec 26 21:31:27 2023 +0800
refactor: the watch API with baseWatch
commit d8682e8
Author: Rizumu Ayaka <[email protected]>
Date: Mon Dec 25 22:09:38 2023 +0800
feat: initial code of baseWatch
commit f1fe01e
Author: Rizumu Ayaka <[email protected]>
Date: Mon Dec 25 20:50:35 2023 +0800
refactor: externalized COMPAT case1 parent cffe866 commit 1730ab4
File tree
14 files changed
+800
-331
lines changed- packages
- reactivity
- __tests__
- src
- runtime-core
- __tests__
- src
- components
14 files changed
+800
-331
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
0 commit comments