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

Can we use es6 everywhere? #171

Closed
ghost opened this issue Feb 2, 2016 · 5 comments · May be fixed by UbuntuEvangelist/parse-server#13
Closed

Can we use es6 everywhere? #171

ghost opened this issue Feb 2, 2016 · 5 comments · May be fixed by UbuntuEvangelist/parse-server#13

Comments

@ghost
Copy link

ghost commented Feb 2, 2016

Since this is one of the repos with smaller codebase and a large community around it, this will turn out to be good resource to start learning es6. Especially for new comers to the whole js world,like me!

@gnz00
Copy link

gnz00 commented Feb 2, 2016

I'm working on a fork that converts the repo to ES6 modules. As of right now, there are some issues with Parse.Query from parse/node that I'm debugging. The only ES6 feature that seems to be utilized by this repo is arrow functions. I think right now the testing setup needs to be revamped before any major changes are made.

@gnz00
Copy link

gnz00 commented Feb 2, 2016

Got it all working, here's a good launching point: https://github.com/maysale01/parse-server/tree/es6-attempt2

@ghost
Copy link
Author

ghost commented Feb 3, 2016

Thanks, 👍

@ghost ghost closed this as completed Feb 4, 2016
montymxb pushed a commit to montymxb/parse-server that referenced this issue Feb 14, 2016
@devyhia
Copy link

devyhia commented Mar 8, 2017

@maysale01 Any updates on this ES6 progress? Did the parse team add that (to the official repository)?

@flovilmart
Copy link
Contributor

Most of the internals are es6, but IMHO, given that native support will not come to node any time soon, I don't really see the point. Can you explain further the motivation?

This issue was closed.
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

Successfully merging a pull request may close this issue.

3 participants