vue3-yuanma/packages/reactivity/src
2021-06-08 09:58:02 -04:00
..
baseHandlers.ts chore(types): remove unnecessary type assertion (#3724) 2021-05-12 17:47:52 -04:00
collectionHandlers.ts fix(reactivity): fix tracking for readonly + reactive Map (#3604) 2021-05-07 18:49:11 -04:00
computed.ts fix(reactivity): ensure computed can be wrapped by readonly 2021-03-25 11:23:34 -04:00
effect.ts fix(reactivity): ensure computed always expose value 2021-05-27 20:53:21 -04:00
index.ts fix(types): unwrap refs on public instance data (#3319) 2021-03-25 17:30:10 -04:00
operations.ts refactor(reactivity): separate track and trigger operation types 2019-12-03 11:30:24 -05:00
reactive.ts fix(reactivity): ensure that shallow and normal proxies are tracked seperately (close #2843) (#2851) 2021-03-26 15:39:56 -04:00
ref.ts chore(reactivity): remove unnecessary RefImpl _shallow default value (#3895) 2021-06-08 09:58:02 -04:00