vue3-core/packages/reactivity/src
hareku 643ff233af
types(reactivity): add undefined type to ref/shallowRef when no args (#791)
2020-03-06 11:32:39 -05:00
..
baseHandlers.ts fix(reactivity): Map/Set identity methods should work even if raw value contains reactive entries 2020-03-06 11:10:02 -05:00
collectionHandlers.ts fix(reactivity): Map/Set identity methods should work even if raw value contains reactive entries 2020-03-06 11:10:02 -05:00
computed.ts fix(types): ref value type unwrapping should happen at creation time 2020-02-25 19:44:06 -05:00
effect.ts fix(reactivity): should not trigger length dependency on Array delete 2020-03-06 11:31:10 -05:00
index.ts feat(reactivity): expose unref and shallowRef 2020-02-22 04:39:32 +01:00
lock.ts refactor: rename reactivity package name and APIs 2019-06-11 23:50:28 +08:00
operations.ts refactor(reactivity): separate track and trigger operation types 2019-12-03 11:30:24 -05:00
reactive.ts refactor: preserve refs in reactive arrays 2020-02-21 17:48:39 +01:00
ref.ts types(reactivity): add undefined type to ref/shallowRef when no args (#791) 2020-03-06 11:32:39 -05:00