edison d943612e59 fix(reactivity): avoid duplicate raw/proxy entries in Set.add (#14545) 3 months ago
..
collections d943612e59 fix(reactivity): avoid duplicate raw/proxy entries in Set.add (#14545) 3 months ago
computed.spec.ts 0b23fd2383 fix(reactivity): should not recompute if computed does not track reactive data (#12341) 1 year ago
effect.spec.ts 267093c314 feat(reactivity/watch): add pause/resume for ReactiveEffect, EffectScope, and WatchHandle (#9651) 1 year ago
effectScope.spec.ts 48b7552cce fix(reactivity): add __v_skip flag to EffectScope to prevent reactive conversion (#14359) 4 months ago
gc.spec.ts 58d827cb71 chore: Merge branch 'main' into minor 2 years ago
reactive.spec.ts 5dc27ca68f fix(reactivity): handle `Set` with initial reactive values edge case (#12393) 3 months ago
reactiveArray.spec.ts 16ef165415 fix(reactivity): fix reduce on reactive arrays to preserve reactivity (#12737) 3 months ago
readonly.spec.ts 301020b481 fix(reactivity): correctly wrap iterated array items to preserve their readonly status (#14120) 6 months ago
ref.spec.ts 0d2357e697 fix(reactivity): toRef edge cases for ref unwrapping (#12420) 6 months ago
shallowReactive.spec.ts f15ba2c2e2 chore: Merge branch 'main' into minor 1 year ago
shallowReadonly.spec.ts bfe6b459d3 style: update format & lint config (#9162) 2 years ago
watch.spec.ts c69c4bb59c fix(watch): update `oldValue` before running `cb` to prevent stale value (#12296) 1 year ago