vue3-core/packages/reactivity/src
daiwei 9f08043780 feat(reactivity): collection iteration should inherit iterator instance methods 2025-01-03 16:25:10 +08:00
..
arrayInstrumentations.ts fix(reactivity): handle non-array arguments in reactive `concat` method (#11794) 2024-09-04 20:21:10 +08:00
baseHandlers.ts perf(reactivity): do not track inner key `__v_skip`` (#11690) 2024-11-15 11:00:24 +08:00
collectionHandlers.ts feat(reactivity): collection iteration should inherit iterator instance methods 2025-01-03 16:25:10 +08:00
computed.ts fix(reactivity): prevent overwriting `next` property during batch processing (#12075) 2024-10-03 23:16:52 +08:00
constants.ts fix: Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#11135)" 2024-06-28 09:31:14 +08:00
dep.ts fix(reactivity): trigger reactivity for Map key `undefined` (#12055) 2024-10-11 10:39:08 +08:00
effect.ts perf(reactivity): avoid unnecessary recursion in removeSub (#12135) 2024-10-11 10:48:54 +08:00
effectScope.ts chore(reactivity): remove unecessary array copy (#12400) 2024-11-15 10:37:24 +08:00
index.ts refactor(watch): reuse watch types 2024-08-20 16:16:25 +08:00
reactive.ts fix(types): infer the first generic type of `Ref` correctly (#12094) 2024-10-03 23:22:57 +08:00
ref.ts fix(types): infer the first generic type of `Ref` correctly (#12094) 2024-10-03 23:22:57 +08:00
warning.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
watch.ts fix(reactiivty): avoid unnecessary watcher effect removal from inactive scope 2024-11-14 14:12:41 +08:00