Skip to content

Commit 5daa1fc

Browse files
committed
Fail
1 parent f780d68 commit 5daa1fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/compiler/parser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3183,7 +3183,6 @@ namespace ts {
31833183
if (sourceFile.languageVariant !== LanguageVariant.JSX) {
31843184
return parseTypeAssertion();
31853185
}
3186-
debugger;
31873186
if (lookAhead(nextTokenIsIdentifierOrKeyword)) {
31883187
return parseJsxElementOrSelfClosingElement(/*inExpressionContext*/ true);
31893188
}

0 commit comments

Comments
 (0)