Skip to content

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