vue3-core/packages/reactivity/src
Tycho aae2d78875
fix(types/apiWatch): correct type inference for reactive array (#11036)
close #9416
2024-06-10 16:07:25 +08:00
..
baseHandlers.ts fix(reactivity): fix hasOwnProperty key coercion edge cases 2024-04-15 17:18:53 +08:00
collectionHandlers.ts types: make instrumentations' types more succinct (#8558) 2024-03-13 22:57:33 +08:00
computed.ts dx(reactivity): disable recursive computed warning by default 2024-02-25 20:38:33 +08:00
constants.ts fix(reactivity): avoid infinite recursion from side effects in computed getter (#10232) 2024-02-06 18:44:09 +08:00
deferredComputed.ts feat(reactivity): more efficient reactivity system (#5912) 2023-10-27 23:28:40 +09:00
dep.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
effect.ts chore: disallow optional chaining (#10919) 2024-05-29 15:03:20 +08:00
effectScope.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
index.ts fix(types/apiWatch): correct type inference for reactive array (#11036) 2024-06-10 16:07:25 +08:00
reactive.ts fix(types/apiWatch): correct type inference for reactive array (#11036) 2024-06-10 16:07:25 +08:00
reactiveEffect.ts chore: use PropertyKey type (#11056) 2024-06-06 18:23:21 +08:00
ref.ts fix(reactivity): pass oldValue in debug info when triggering refs (#8210) 2024-06-04 23:25:37 +08:00
warning.ts feat(reactivity): new effectScope API (#2195) 2021-07-16 14:30:49 -04:00