vue3-core/packages/reactivity/src
Evan You ac81dcf0cc fix(reactivity): effect should still check sync self-trigger 2020-08-13 17:45:21 -04:00
..
baseHandlers.ts fix(reactivity): avoid tracking internal symbols in has trap 2020-07-22 21:23:32 -04:00
collectionHandlers.ts refactor(reactivity): readonly collections should not track 2020-08-06 12:10:03 -04:00
computed.ts feat(computed): add readonly flag if no setter is provided (#1654) 2020-07-20 17:35:31 -04:00
effect.ts fix(reactivity): effect should still check sync self-trigger 2020-08-13 17:45:21 -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): use isExtensible instead of isFrozen (#1753) 2020-08-05 11:53:50 -04:00
ref.ts feat(reactivity): `proxyRefs` method and `ShallowUnwrapRefs` type (#1682) 2020-07-28 16:30:56 -04:00