Skip to content
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: add in_function_scope for getters and setters #7745

Merged
merged 3 commits into from
Sep 2, 2024

Conversation

CPunisher
Copy link
Contributor

Summary

Closes #7722

Currently, the variables used in bodies of getters/setters will be replaced, if the names of some import specifiers are same as them.

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@CPunisher CPunisher marked this pull request as ready for review August 31, 2024 02:59
@github-actions github-actions bot added the release: bug fix release: bug related release(mr only) label Aug 31, 2024
Copy link

netlify bot commented Aug 31, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit fef02b6
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/66d5241db02ae700087eaddb

@LingyuCoder LingyuCoder requested a review from ahabhgk September 2, 2024 02:18
@ahabhgk ahabhgk merged commit 0e90da7 into web-infra-dev:main Sep 2, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: bug fix release: bug related release(mr only)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: TypeError: Class constructor d cannot be invoked without 'new'
2 participants