This commit is contained in:
Ryan Cavanaugh 2015-09-28 17:42:50 -07:00
parent f780d68499
commit 5daa1fcd2c

View File

@ -3183,7 +3183,6 @@ namespace ts {
if (sourceFile.languageVariant !== LanguageVariant.JSX) {
return parseTypeAssertion();
}
debugger;
if (lookAhead(nextTokenIsIdentifierOrKeyword)) {
return parseJsxElementOrSelfClosingElement(/*inExpressionContext*/ true);
}