vue3-core/packages/reactivity/src
edison 301020b481
fix(reactivity): correctly wrap iterated array items to preserve their readonly status (#14120)
2025-11-24 15:20:23 +08:00
..
arrayInstrumentations.ts fix(reactivity): correctly wrap iterated array items to preserve their readonly status (#14120) 2025-11-24 15:20:23 +08:00
baseHandlers.ts fix(reactivity): toRef edge cases for ref unwrapping (#12420) 2025-11-24 15:19:41 +08:00
collectionHandlers.ts chore(reactivity): optimize size retrieval in createInstrumentations (#13759) 2025-08-21 17:52:55 +08:00
computed.ts fix(reactivity): prevent overwriting `next` property during batch processing (#12075) 2024-10-03 23:16:52 +08:00
constants.ts
dep.ts fix(reactivity): add `__v_skip` flag to `Dep` to prevent reactive conversion (#12804) 2025-06-05 10:19:16 +08:00
effect.ts chore(reactivity): remove duplicated ReactiveEffectRunner interface (#14063) 2025-11-07 14:04:03 +08:00
effectScope.ts fix(reactivity): ensure multiple effectScope on() and off() calls maintains correct active scope 2025-01-08 18:07:44 +08:00
index.ts
reactive.ts docs(tsdoc): remove extra () in link tag (#13086) 2025-03-24 08:20:35 +08:00
ref.ts fix(reactivity): toRef edge cases for ref unwrapping (#12420) 2025-11-24 15:19:41 +08:00
warning.ts
watch.ts fix(watch): use maximum depth for duplicates (#13434) 2025-09-02 17:29:08 +08:00