Evan You 38109fe915 workflow: adjust esm-bundler build file name 7 лет назад
..
__tests__ 77d57813eb test: add unobservable test case for more built-ins 7 лет назад
src 26ff9b29f9 test: wip tests for observer 7 лет назад
.npmignore 3401f6b460 init (graduate from prototype) 7 лет назад
README.md 26ff9b29f9 test: wip tests for observer 7 лет назад
index.js 3401f6b460 init (graduate from prototype) 7 лет назад
package.json 38109fe915 workflow: adjust esm-bundler build file name 7 лет назад

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: