简体   繁体   English

ES6功能模块

[英]Module for ES6 features

Is there a JavaScript module, that can be installed in current versions of Node, that provides some ES6 features eg Map? 是否有一个JavaScript模块可以安装在当前版本的Node中,提供一些ES6功能,例如Map? (The version of Map provided by node --harmony doesn't yet implement enough features to be useful.) (由node --harmony提供的Map版本尚未实现足够有用的功能。)

This compatibility matrix should be of use. 兼容性矩阵应该有用。

Of particular interest, might be google's traceur compiler which will translate es6 code to es5 to run anywhere 特别令人感兴趣的可能是Google的Traceur编译器 ,它将es6代码转换为es5以在任何地方运行

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM