vue/flow
Hanks 472a2896bd feat(weex): adjust framework entry APIs and add flow annotations (#7272)
1. Remove the "init", "reset", "getRoot" and "receiveTasks" APIs, which
are already implemented in the new version of "weex-js-runtime".
2. Use "createInstanceContext" instead of "createInstance". Vue only
needs to prepare the instance context and no longer execute the js
code. The js code will be executed by native.
3. Add flow type declarations and annotations.
2017-12-19 15:47:53 -05:00
..
compiler.js types: adjust weex flow types 2017-12-18 20:57:18 -05:00
component.js Revert "feat: auto cache inline prop literals to avoid child re-render" 2017-12-19 14:03:39 -05:00
global-api.js
modules.js
options.js feat(weex): partially support lifecycles of virtual component (#7242) 2017-12-18 20:58:53 -05:00
ssr.js
vnode.js
weex.js feat(weex): adjust framework entry APIs and add flow annotations (#7272) 2017-12-19 15:47:53 -05:00