Skip to content
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

Open
cswl opened this issue Aug 8, 2016 · 5 comments
Open

Upgrade code base to ES6/ES7? #19

cswl opened this issue Aug 8, 2016 · 5 comments

Comments

@cswl
Copy link
Contributor

cswl commented Aug 8, 2016

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..

  • What minimum node version to support? Ref: http://node.green/
  • If we want to use es2016 features like exponential operator or add es2015 modules we need to use babel and hence add a build step. Is that okay?
@RowanHarley
Copy link
Owner

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

@cswl
Copy link
Contributor Author

cswl commented Aug 9, 2016

ecmascript's implementation is javascript .. the normal js you meant is ES5, the newer ones are ES2015/ ES2016.. :|

@RowanHarley
Copy link
Owner

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.

@cswl
Copy link
Contributor Author

cswl commented Aug 9, 2016

Alright, I will see what stuffs I can refactor.. should I start in the master or the beta-versions branch?

@RowanHarley
Copy link
Owner

The beta-versions branch contains the newest versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants