Ecmascript 6 support on Node.js

后端 未结 3 1030
情歌与酒
情歌与酒 2021-02-07 21:13

I\'ve been working with KoaJS for a while, and we can easily use the \'let\' keyword and the generators when using the --harmony flag but I couldn\'t find how much support for

3条回答
  •  青春惊慌失措
    2021-02-07 21:54

    You can use ~96% of ES6 features in Node.js 6. You can review support for all versions on http://node.green/

提交回复
热议问题