Evan You 38109fe915 workflow: adjust esm-bundler build file name %!s(int64=7) %!d(string=hai) anos
..
__tests__ 77d57813eb test: add unobservable test case for more built-ins %!s(int64=7) %!d(string=hai) anos
src 26ff9b29f9 test: wip tests for observer %!s(int64=7) %!d(string=hai) anos
.npmignore 3401f6b460 init (graduate from prototype) %!s(int64=7) %!d(string=hai) anos
README.md 26ff9b29f9 test: wip tests for observer %!s(int64=7) %!d(string=hai) anos
index.js 3401f6b460 init (graduate from prototype) %!s(int64=7) %!d(string=hai) anos
package.json 38109fe915 workflow: adjust esm-bundler build file name %!s(int64=7) %!d(string=hai) anos

README.md

@vue/observer

Usage Note

This package is inlined into Global & Browser ESM builds of user-facing renderers (e.g. @vue/renderer-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.

Credits

The implementation of this module is inspired by the following prior art in the JavaScript ecosystem: