vue3-yuanma/packages/reactivity/src
2020-02-25 20:43:01 -05:00
..
baseHandlers.ts chore: remove debugger [ci skip] 2020-02-22 05:19:22 +01:00
collectionHandlers.ts perf(reactivity): only trigger all effects on Array length mutation if new length is shorter than old length 2020-02-21 15:05:16 +01:00
computed.ts fix(types): ref value type unwrapping should happen at creation time 2020-02-25 19:44:06 -05:00
effect.ts perf(effect): optimize effect trigger for array length mutation (#761) 2020-02-22 05:17:30 +01: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 fix(types): shallowRef should not unwrap value type 2020-02-25 20:43:01 -05:00