forked from vuejs/vue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(weex): Adjust the weex platform entry file to fit the new we…
…ex runtime (vuejs#6620) * trim trailing whitespace * revert(weex): remove the new Function hack for V8, as Weex uses JSC now Remove the `callFunctionNative` method and `compileBundle`, which is provided by modified V8. In order to maintain the consistency of the js engine, Weex also use JSC on Android. The legacy hack for V8 engine should be removed. * refactor(weex): move module and component apis to weex runtime Modules and components should be registered in weex runtime, not the specific framework. The `registerModules`, `registerComponents`, `weex.supports` and `weex.requireModule` api is moved to weex runtime, which is in the "apache/incubator-weex" repo. * test(weex): refactor the test cases to fit the new weex-js-runtime * fix(weex): use document instead of renderer to create Element
- Loading branch information
1 parent
4441e0f
commit 2deda3d
Showing
13 changed files
with
525 additions
and
1,318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.