|
|
1 год назад | |
|---|---|---|
| .. | ||
| __tests__ | d04417da41 test(effect): verify cleanupEffect clears multiple dependencies (#9503) | 1 год назад |
| src | 32262a9af5 chore: use PropertyKey type (#11056) | 1 год назад |
| LICENSE | 34989ef7fe chore: license | 6 лет назад |
| README.md | 2f9f6eceb9 chore: delete outdated content in readme (#8093) [ci skip] | 3 лет назад |
| index.js | a83ee65e30 fix: fix reactivity cjs entry | 6 лет назад |
| package.json | 461946175d release: v3.4.27 | 1 год назад |
This package is inlined into Global & Browser ESM builds of user-facing renderers (e.g. @vue/runtime-dom), but also published as a package that can be used standalone. The standalone build should not be used alongside a pre-bundled build of a user-facing renderer, as they will have different internal storage for reactivity connections. A user-facing renderer should re-export all APIs from this package.
For full exposed APIs, see src/index.ts.
The implementation of this module is inspired by the following prior art in the JavaScript ecosystem:
Array, Map, WeakMap, Set and WeakSet.