简体   繁体   中英

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? (The version of Map provided by node --harmony doesn't yet implement enough features to be useful.)

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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