Skip to content

Skip implicit any suggestions with no codefix #28822

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

Merged
merged 1 commit into from
Dec 4, 2018

Conversation

sandersn
Copy link
Member

@sandersn sandersn commented Dec 3, 2018

The only unsupported one is binding patterns, which aren't supported by the codefix. The code was a lot faster to write without supporting them, but there's no real barrier besides that.

I'll port this change to 3.2 if we decide we want to ship it as part of 3.2.2.

Fixes #28750

The only unsupported one is binding patterns, which aren't supported by the codefix.
The code was a lot faster to write without supporting them, but there's
no real barrier besides that.
@sandersn sandersn merged commit 24b39f9 into master Dec 4, 2018
@sandersn
Copy link
Member Author

sandersn commented Dec 4, 2018

Later: This fixes a relatively rare problem, unlike the fix to arrow functions, so I don't think it needs to be in 3.2.

@sandersn sandersn deleted the skip-implicit-any-suggestions-with-no-codefix branch December 4, 2018 20:49
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.

Implicit any diagnostics for interface members
2 participants