OzJS icon indicating copy to clipboard operation
OzJS copied to clipboard

A microkernel for modular javascript, a toolchain for modern front-end, a micro-framework for growable WebApp

Results 3 OzJS issues
Sort by recently updated
recently updated
newest added

https://github.com/dexteryy/OzJS/blob/gh-pages/generator-ozjs/index.html#L88 现在访问的地址为: http://yeoman.io/gettingstarted.html ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/776473-yo?utm_campaign=plugin&utm_content=tracker%2F227453&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F227453&utm_medium=issues&utm_source=github).

http://jsbin.com/pihebipode/1/ 翻了代码不是很明白这块的用意: [L313..L319](https://github.com/dexteryy/OzJS/blob/master/oz.js#L313..L319) 上方 [L310](https://github.com/dexteryy/OzJS/blob/master/oz.js#L310) 对无返回的模块会对 `result` 赋值为 `null`。 这样一来 [L313](https://github.com/dexteryy/OzJS/blob/master/oz.js#L313) 中 `result !== undefined ?` 的判断逻辑是不是就没意义了? ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/16445000-module-export-function-not-work?utm_campaign=plugin&utm_content=tracker%2F227453&utm_medium=issues&utm_source=github)** We...