-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
fix(transformer/class-properties): make _super
function outside class strict mode
#7708
fix(transformer/class-properties): make _super
function outside class strict mode
#7708
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “0-merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
CodSpeed Performance ReportMerging #7708 will not alter performanceComparing Summary
|
ed818d9
to
a8f59a9
Compare
e346fc4
to
aca4fd0
Compare
a8f59a9
to
74cccc6
Compare
Merge activity
|
…ss strict mode (#7708) When create a `_super` function outside class, ensure it's always strict mode. The code it contains was previously inside the class, so was strict mode.
aca4fd0
to
5fd1361
Compare
74cccc6
to
de5b0b6
Compare
When create a
_super
function outside class, ensure it's always strict mode. The code it contains was previously inside the class, so was strict mode.