vue3-core/packages/reactivity/__tests__
Evan You 960706eebf
fix(reactivity): do not remove dep from depsMap when unsubbed by computed
follow up of 235ea4772 after discovering regression in vant ecosystem-ci tests
2024-09-20 23:39:59 +08:00
..
collections style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
computed.spec.ts fix(reactivity): do not remove dep from depsMap when unsubbed by computed 2024-09-20 23:39:59 +08: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 feat(reactivity/watch): add pause/resume for ReactiveEffect, EffectScope, and WatchHandle (#9651) 2024-08-02 14:41:27 +08:00
gc.spec.ts chore: Merge branch 'main' into minor 2024-02-26 10:13:44 +08:00
reactive.spec.ts fix(reactivity): fix markRaw error on already marked object (#11864) 2024-09-10 15:40:43 +08:00
reactiveArray.spec.ts fix(reactivity): handle non-array arguments in reactive `concat` method (#11794) 2024-09-04 20:21:10 +08:00
readonly.spec.ts chore: Merge branch 'main' into minor 2024-06-14 12:32:28 +02: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): `once` option should be ignored by watchEffect (#11884) 2024-09-16 10:56:32 +08:00