-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Comments
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 |
Got it all working, here's a good launching point: https://github.com/maysale01/parse-server/tree/es6-attempt2 |
Thanks, 👍 |
variable naming fix. regarding parse-community#165 parse-community#167
@maysale01 Any updates on this ES6 progress? Did the parse team add that (to the official repository)? |
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? |
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!
The text was updated successfully, but these errors were encountered: