Skip to content

Fix crash in codefixes re: braces of class body #36087

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 2 commits into from
Jan 9, 2020

Conversation

sandersn
Copy link
Member

@sandersn sandersn commented Jan 8, 2020

Previously, the code that finds braces of a class body assumed they were always there. This is not always the case, so this code checks for that.

Fixes #29515

Previously, the code that finds braces of a class body assumed they were
always there. This is not always the case, so this code checks for
that.
@sandersn sandersn requested review from andrewbranch and orta January 8, 2020 22:22
@sandersn sandersn merged commit 66b5c47 into master Jan 9, 2020
Kingwl pushed a commit to Kingwl/TypeScript that referenced this pull request Mar 4, 2020
* Fix crash in codefixes re: braces of class body

Previously, the code that finds braces of a class body assumed they were
always there. This is not always the case, so this code checks for
that.

* fix semicolon lint
@jakebailey jakebailey deleted the fix-crash-in-class-codefixes branch November 7, 2022 17:34
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.

Crash in Class Incorrectly Implements Interface codefix
2 participants