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
this
private/static-shadow/input.js
_super
The last 4 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. (Partially completed in feat(transformer/class-properties): transform super member expressions that are inside static prop initializer #7815 and feat(transformer/class-properties): transform super call expression that is inside static prop initializer #7831)this
with temp var in static blocks. (fix(transformer/class-properties): replacethis
and class name in static blocks #8035)super
in static blocks. (fix(transformer/class-properties): replacethis
and class name in static blocks #8035)private/static-shadow/input.js
fixture)._super
function outside class.super
in_super
function outside class.The last 4 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 instance prop initializers #7823)ScopeId
s in static prop initializers #7791)Other
The text was updated successfully, but these errors were encountered: