XervoIO / demeteorizer

Converts a Meteor app into a standard Node.js application.
http://npm.im/demeteorizer
MIT License
703 stars 59 forks source link

Es2015 #239

Closed fiveisprime closed 8 years ago

fiveisprime commented 8 years ago

Update pieces of demeteorizer to better take advantage of ES6/ES2015. This mostly just includes arrow functions.

Demeteorizer is expected to run under the LTS version of node (4.6.0) so all tests were run with that version.