iojs-1.7.1的V8版本终于赶上chrome稳定版了
--harmony_modules (enable "harmony modules (implies block scoping)" (in progress))
type: bool default: false
--harmony_arrays (enable "harmony array methods" (in progress))
type: bool default: false
--harmony_array_includes (enable "harmony Array.prototype.includes" (in progress))
type: bool default: false
--harmony_regexps (enable "harmony regular expression extensions" (in progress))
type: bool default: false
--harmony_arrow_functions (enable "harmony arrow functions" (in progress))
type: bool default: false
--harmony_proxies (enable "harmony proxies" (in progress))
type: bool default: false
--harmony_sloppy (enable "harmony features in sloppy mode" (in progress))
type: bool default: false
--harmony_unicode (enable "harmony unicode escapes" (in progress))
type: bool default: false
--harmony_tostring (enable "harmony toString")
type: bool default: false
但是看到 modules 和 arrow functions 还没有默认开启,感觉很伤心~~
3 回复
等2.0,估计快发布了 自豪地采用 CNodeJS ionic
@fengmk2 看chrome什么时候默认开启吧
@fengmk2 看了下2.0用的是V8 4.2,但是现在最新的V8都还没有默认支持~~