vue3-core/packages/reactivity/__tests__
SerKo e8d8f5f604
fix(reactivity): add `__v_skip` flag to `Dep` to prevent reactive conversion (#12804)
close #12803
2025-06-05 10:19:16 +08:00
..
collections style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
computed.spec.ts fix(reactivity): should not recompute if computed does not track reactive data (#12341) 2025-05-01 07:02:17 -07:00
effect.spec.ts feat(reactivity/watch): add pause/resume for ReactiveEffect, EffectScope, and WatchHandle (#9651) 2024-08-02 14:41:27 +08:00
effectScope.spec.ts fix(reactivity): release nested effects/scopes on effect scope stop (#12373) 2024-11-14 14:24:22 +08:00
gc.spec.ts chore: Merge branch 'main' into minor 2024-02-26 10:13:44 +08:00
reactive.spec.ts chore: fix typos 2025-05-28 08:26:28 +08:00
reactiveArray.spec.ts chore: format 2024-10-11 11:25:48 +08:00
readonly.spec.ts fix(reactivity): add `__v_skip` flag to `Dep` to prevent reactive conversion (#12804) 2025-06-05 10:19:16 +08:00
ref.spec.ts test(reactive): use vitest fn instead of counting manually (#11746) 2024-09-02 17:08:19 +08:00
shallowReactive.spec.ts chore: Merge branch 'main' into minor 2024-07-17 17:32:31 +08:00
shallowReadonly.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
watch.spec.ts fix(watch): update `oldValue` before running `cb` to prevent stale value (#12296) 2025-05-20 08:44:13 +08:00