mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 05:55:11 -05:00
Fix lint error
This commit is contained in:
@@ -18519,7 +18519,7 @@ namespace ts {
|
||||
case SyntaxKind.TypeAliasDeclaration:
|
||||
return true;
|
||||
case SyntaxKind.EnumDeclaration:
|
||||
return nodeHasAnyModifiersExcept(node, SyntaxKind.ConstKeyword)
|
||||
return nodeHasAnyModifiersExcept(node, SyntaxKind.ConstKeyword);
|
||||
default:
|
||||
Debug.fail();
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user