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

Add warning when writing to private method #1067

Merged
merged 1 commit into from Mar 27, 2021

Conversation

jridgewell
Copy link
Contributor

Regrettably, private methods aren't writable. The downleveling seems correct, but I noticed that there wasn't a warning like the getter-only/setter-only private accessors.

@evanw
Copy link
Owner

evanw commented Mar 27, 2021

This is a good addition. Thanks.

@evanw evanw merged commit 09c79a9 into evanw:master Mar 27, 2021
evanw added a commit that referenced this pull request Mar 27, 2021
@jridgewell jridgewell deleted the warn-writing-private-method branch March 27, 2021 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants