CodeByZach / pace

Automatically add a progress bar to your site.
https://codebyzach.github.io/pace/
MIT License
15.68k stars 1.9k forks source link

switch to ES2017/babel #367

Open graingert opened 8 years ago

graingert commented 8 years ago

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.

graingert commented 8 years ago

https://github.com/decaffeinate/decaffeinate is a cool tool to get started.