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
Remaining issues:
In order of how likely they are to affect real world code:
super
private/static-shadow/input.js
_super
super.foo
The last 3 are very unlikely to have real-world impact.
loose
privateFieldsAsProperties
private_fields_as_properties
ScopeId
The text was updated successfully, but these errors were encountered:
overlookmotel
No branches or pull requests
Remaining issues:
Correctness
In order of how likely they are to affect real world code:
super
in static prop initializers.private/static-shadow/input.js
fixture)._super
function outside class meanssuper.foo
in prop initializers needs to be transformed.The last 3 are very unlikely to have real-world impact.
Improvements / optimizations / required to pass tests
loose
option /privateFieldsAsProperties
assumption (partially completed in feat(transformer/class-properties): supportprivate_fields_as_properties
assumption #7717).ScopeId
s in static prop initializers #7791)Other
The text was updated successfully, but these errors were encountered: