ES2017 is looking great, it's got the cool features of CoffeeScript (classes, arrow functions etc) but it backwards compatible with the same features contributors already know and love. It's also got some cool new features like import statements.
For these technical advantages and to lower the barrier to contributions, I suggest switching to using ES2017 and babel.
ES2017 is looking great, it's got the cool features of CoffeeScript (classes, arrow functions etc) but it backwards compatible with the same features contributors already know and love. It's also got some cool new features like
import
statements.For these technical advantages and to lower the barrier to contributions, I suggest switching to using ES2017 and babel.