itsapi / github-listener

A Node.js continuous deployment system for Github.
http://github.com/itsapi/github-listener
GNU General Public License v2.0
7 stars 0 forks source link

ES6 #34

Open geraintwhite opened 9 years ago

geraintwhite commented 9 years ago

We should be using es6 features and use a Gulp transpiler.

olls commented 9 years ago

Can we not use es6 features in Node.js yet?

geraintwhite commented 9 years ago

Not without the harmony flag.

olls commented 9 years ago

Why not use that then?

geraintwhite commented 9 years ago

Because it's not backwards compatible Yes we should use --harmony

geraintwhite commented 9 years ago

I'm not sure how this will work with npm binaries

olls commented 9 years ago

http://stackoverflow.com/a/28799508/1841416

geraintwhite commented 9 years ago

OK good