We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Targeting release 5.0.0 we should complete the ES6+ migration by transforming all ES5-style classes into ES6+ style class constructs.
class
This currently applies to the following classes:
The text was updated successfully, but these errors were encountered:
@jankapunkt In your issue you said that these PR's should be targeted for the 5.0.0 release.
I'm a bit confused because #223 was merged in development.
Is the development branch for future 4.x releases and if so how are we keeping release-5.0.0 and development in sync?
release-5.0.0
development
For example, how would the changes of #228 be merged into 5.0.0, since the changes of #227 would probably create merge conflicts.
Sorry, something went wrong.
@jorenvandeweyer sorry my mistake, development is correct as we will merge development and 5.0.0 anyway
No branches or pull requests
Targeting release 5.0.0 we should complete the ES6+ migration by transforming all ES5-style classes into ES6+ style
class
constructs.This currently applies to the following classes:
The text was updated successfully, but these errors were encountered: