vue3-yuanma/packages/reactivity/src
2020-02-22 05:19:22 +01: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(computed): support arrow function usage for computed option 2020-02-17 23:22:25 -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 feat(reactivity): expose unref and shallowRef 2020-02-22 04:39:32 +01:00