-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add Babel.js compiler support. #312
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
Conversation
cc @drew-gross |
3e06b3f
to
1a74f7e
Compare
Seems solid to me, just two things: This probably warrants an update to CONTRIBUTING.md, and, is the removal of the commas after the last key of object due to babel? Those work fine in the dashboard, I think they should be fine here as well. |
Yup, you are right. |
1a74f7e
to
0582866
Compare
0582866
to
9ce90b0
Compare
@nlutsenko updated the pull request. |
W00t, finally have everything running. Waiting for tests and merging then. |
@nlutsenko updated the pull request. |
Add Babel.js compiler support.
This finally unblocks us from using fancy new things like ES6 and friends.
Also, there was a looot of invalid JavaScript here and there, which Babel compilation enforces to be valid - that's fixed as well.