[GitHub] incubator-weex pull request #1383: [jsfm] change vRef to ref

2018-07-27 Thread imyzf
GitHub user imyzf opened a pull request: https://github.com/apache/incubator-weex/pull/1383 [jsfm] change vRef to ref First of all, thank you for your contribution! Please makes sure that these checkboxes are checked before submitting your PR, thank you

[GitHub] incubator-weex pull request #1382: [jsfm] task center normalize for native v...

2018-07-26 Thread imyzf
GitHub user imyzf opened a pull request: https://github.com/apache/incubator-weex/pull/1382 [jsfm] task center normalize for native virtual element First of all, thank you for your contribution! Please makes sure that these checkboxes are checked before submitting your PR

[GitHub] incubator-weex pull request #1307: * [jsfm] using rollup.watch to fix dev bu...

2018-07-02 Thread imyzf
GitHub user imyzf opened a pull request: https://github.com/apache/incubator-weex/pull/1307 * [jsfm] using rollup.watch to fix dev build The `rollup-watch` package is deprecated and it will cause error: ``` $ npm run dev:jsfm (node:40511) UnhandledPromiseRejectionWarning

[GitHub] incubator-weex pull request #1254: [WEEX-445][jsfm] export requireModule to ...

2018-06-27 Thread imyzf
Github user imyzf commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/1254#discussion_r198445526 --- Diff: runtime/api/init.js --- @@ -117,6 +117,7 @@ function createInstanceContext (id, options = {}, data) { Object.assign(runtimeContext

[GitHub] incubator-weex pull request #1255: * [test] upgrade webpack from 1 to 3

2018-06-10 Thread imyzf
GitHub user imyzf opened a pull request: https://github.com/apache/incubator-weex/pull/1255 * [test] upgrade webpack from 1 to 3 First of all, thank you for your contribution! Please makes sure that these checkboxes are checked before submitting your PR, thank you

[GitHub] incubator-weex pull request #1254: [WEEX-445][jsfm] export requireModule to ...

2018-06-08 Thread imyzf
GitHub user imyzf opened a pull request: https://github.com/apache/incubator-weex/pull/1254 [WEEX-445][jsfm] export requireModule to global First of all, thank you for your contribution! Please makes sure that these checkboxes are checked before submitting your PR, thank

[GitHub] incubator-weex pull request #1124: [jsfm] Support import script dynamically ...

2018-04-26 Thread imyzf
Github user imyzf commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/1124#discussion_r184579393 --- Diff: runtime/api/WeexInstance.js --- @@ -128,6 +129,31 @@ export default class WeexInstance { return null