mattdesl / budo

:clapper: a dev server for rapid prototyping
MIT License
2.17k stars 106 forks source link

es5 to es6 #169

Closed ChBernat closed 8 years ago

ChBernat commented 8 years ago

Hello!

I've came across budo and I found it really helpful so I want to contribute to your project somehow. I decided to rewrite entire budo from ES5 to ES6. I have compared output of tests from master with my own branch and it seems to be perfectly covered. I did some tests on my own either and once again, seems to be just fine.

In case of any bugs, mistakes or ambiguities let me know in the comments below!

mattdesl commented 8 years ago

Wow, quite the PR! However I plan to keep Budo as it is now (in ES5) to support a wider range of environments and to keep the codebase familiar. :smile: Thanks anyways!