vue3-yuanma/packages/reactivity/src
2020-10-13 15:32:46 -04:00
..
baseHandlers.ts fix(reactivity): use resetTracking instead of enableTracking (#2174) 2020-10-13 15:32:46 -04:00
collectionHandlers.ts types: fix Typescript 4.1 compile error (#2219) 2020-09-28 12:39:14 -04:00
computed.ts perf(reactivity): improve ref performance by using class-based implementation (#1900) 2020-08-21 13:47:41 -04:00
effect.ts fix(reactivity): should add allowRecurse to the effect (#2213) 2020-10-05 16:36:02 -04:00
index.ts feat(reactivity): proxyRefs method and ShallowUnwrapRefs type (#1682) 2020-07-28 16:30:56 -04:00
operations.ts refactor(reactivity): separate track and trigger operation types 2019-12-03 11:30:24 -05:00
reactive.ts fix(reactivity): fix iOS 12 JSON.stringify error on reactive objects 2020-08-24 15:34:04 -04:00
ref.ts fix(reactivity): should not trigger watch on computed ref when value is unchanged 2020-10-06 18:16:20 -04:00