-
Notifications
You must be signed in to change notification settings - Fork 402
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 to ES6? #172
Comments
This could be interesting, indeed. |
I think this would make absolutely sense for development. On 1 December 2015 at 09:35, Corentin H [email protected] wrote:
|
Agreed. Ideally we would write es6 classes and then transform our code into es5 using Babel in our build process. |
fuck yeah! On 13 December 2015 at 18:35, Alex Kinnee [email protected] wrote:
|
Lemme know if you guys need help.I have experience migrating legacy code to systemjs/es6.In fact, I already have a demo quintus app using systemjs and es6
—Reply to this email directly or view it on GitHub. |
The library is really awesome but I've noticed you guys are re-inventing the wheel in some places (for example, Q.Class.extend). Also, everything is a global which makes it hard to put classes in separate modules (files).
Have you guys thought about upgrading to ES6 or at least to AMD-style modules?
The text was updated successfully, but these errors were encountered: