been support ES6 yet?
Node supports some es6 already so I do use it with express
Use babel transpiler. Support for language features is provided by nodejs. All the language features of es2016 are not supported. Namely import, support for generator function, async await etc. You will need to setup babel transpiler with features you need
Обсуждают сегодня