mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-13 05:37:13 -05:00
* 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