Commit 664a7db
refactor(doura): simplify triggerEffects to only accept Dep
The ReactiveEffect[] branch in triggerEffects was inherited from
Vue 3 but never used in doura — all three call sites pass a Dep
(Set). Remove the unused union type and the isArray check.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ba0e74d commit 664a7db
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
0 commit comments