vue3-yuanma/packages/reactivity/__tests__
Evan You 03a7a73148 fix(reactivity): ensure computed always expose value
fix #3099

Also changes the original fix for #910 by moving the fix from
reactivity to the scheduler
2021-05-27 20:53:21 -04:00
..
collections fix(reactivity): fix shallow readonly behavior for collections (#3003) 2021-03-26 15:10:21 -04:00
computed.spec.ts fix(reactivity): ensure computed always expose value 2021-05-27 20:53:21 -04:00
effect.spec.ts fix(reactivity): ensure computed always expose value 2021-05-27 20:53:21 -04:00
reactive.spec.ts test(reactive): add test case of mutation in original reflecting in observed value (#2118) 2020-09-15 10:49:59 -04:00
reactiveArray.spec.ts fix(reactivity): track length on for in iteration on Array 2020-10-19 17:37:35 -04:00
readonly.spec.ts fix(reactivity): fix shallow readonly behavior for collections (#3003) 2021-03-26 15:10:21 -04:00
ref.spec.ts fix(reactivity): toRef should not wrap a ref (#2103) 2020-09-15 10:29:38 -04:00
shallowReactive.spec.ts chore: fix typo in test case description 2021-04-16 10:43:56 +08:00
shallowReadonly.spec.ts fix(reactivity): ensure that shallow and normal proxies are tracked seperately (close #2843) (#2851) 2021-03-26 15:39:56 -04:00