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 add semis to flow decls for better syntax highlighting 2017-05-15 16:01:30 +08:00
modules.js upgrade flow 2017-06-13 17:42:16 +08:00
options.js feat(weex): partially support lifecycles of virtual component (#7242) 2017-12-18 20:58:53 -05:00
ssr.js add semis to flow decls for better syntax highlighting 2017-05-15 16:01:30 +08:00
vnode.js feat(v-on): support v-on object syntax with no arguments 2017-07-11 16:36:04 +08:00
weex.js feat(weex): adjust framework entry APIs and add flow annotations (#7272) 2017-12-19 15:47:53 -05:00