vue3-core/packages/reactivity/src
Simon Lévesque 7c448000b0
fix(types): fix shallowRef return type with union value type (#7853)
close #7852
2023-11-10 13:40:47 +08:00
..
baseHandlers.ts refactor(reactivity): encapsulate reactive handlers in class (#8586) 2023-08-22 16:50:27 +08:00
collectionHandlers.ts fix(reactivity): clear method on readonly collections should return undefined (#7316) 2023-11-09 17:32:21 +08:00
computed.ts docs: comments on reactivity functions (fixes #4832) (#4836) 2023-03-31 17:06:10 +08:00
deferredComputed.ts build: improve treeshakeability (#5682) 2022-04-13 05:39:02 -04:00
dep.ts chore(reactivity): fix typo in dep (#4534) [ci skip] 2021-09-07 11:31:12 -04:00
effect.ts fix(reactivity): assigning array.length while observing a symbol property (#7568) 2023-10-21 09:48:59 +08:00
effectScope.ts docs: comments on reactivity functions (fixes #4832) (#4836) 2023-03-31 17:06:10 +08:00
index.ts feat(reactivity): improve support of getter usage in reactivity APIs (#7997) 2023-04-02 10:17:51 +08:00
operations.ts refactor(reactivity): separate track and trigger operation types 2019-12-03 11:30:24 -05:00
reactive.ts chore(reactivity): remove unnecessary type assertions. (#8046) 2023-04-10 14:06:56 +08:00
ref.ts fix(types): fix shallowRef return type with union value type (#7853) 2023-11-10 13:40:47 +08:00
warning.ts feat(reactivity): new effectScope API (#2195) 2021-07-16 14:30:49 -04:00