-
Notifications
You must be signed in to change notification settings - Fork 66
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
es6 class inheritance #23
Comments
Hi @maxnowack, Do you think this would be a breaking change, and force users to upgrade to a newer Node.js version? Feel free to submit a PR with a proposal to get the discussion started ... |
I don't think that this will be a breaking change. Basically we have to move the prototype changes from the |
Ah. Statics, not prototype methods. I'll submit a PR ;) |
resolves noble#23 It seems that the tests are broken even without my change. This should be fixed before merging to ensure the compatibility to older versions.
resolves noble#23 It seems that the tests are broken even without my change. This should be fixed before merging to ensure the compatibility to older versions.
resolves noble#23 It seems that the tests are broken even without my change. This should be fixed before merging to ensure the compatibility to older versions.
Closing this for now, please open a PR to continue the discussion. |
It would be great if noble-device can be used with es6 features such as classes and promises
The text was updated successfully, but these errors were encountered: