-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade code base to ES6/ES7? #19
Comments
I think I'm running this project off node 4.4 but I'm on holidays until Wednesday so I won't be able to tell you the exact version until then. Don't think I've used much ecmascript before but from what I've read, it doesn't seem to be much different from normal js |
ecmascript's implementation is javascript .. the normal js you meant is ES5, the newer ones are ES2015/ ES2016.. :| |
Oh... if you are looking for a project to upgrade, feel free to use this project. I'm sire it won't take too long to get used to ES2015/2016. |
Alright, I will see what stuffs I can refactor.. should I start in the |
The beta-versions branch contains the newest versions |
I'm looking for project to try upgrading old code to new JavaScript standards.
So if you're planning to switch to es2015+, I can take a shot at this..
And if so, some questions..
babel
and hence add a build step. Is that okay?The text was updated successfully, but these errors were encountered: