Skip to content

Commit 3a96b24

Browse files
committed
Update comment
1 parent 925d97d commit 3a96b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2968,7 +2968,7 @@ namespace ts {
29682968
StringLiteral = 1 << 5,
29692969
NumberLiteral = 1 << 6,
29702970
BooleanLiteral = 1 << 7,
2971-
EnumLiteral = 1 << 8, // Enum literal or union of enum literals
2971+
EnumLiteral = 1 << 8, // Always combined with StringLiteral, NumberLiteral, or Union
29722972
ESSymbol = 1 << 9, // Type of symbol primitive introduced in ES6
29732973
Void = 1 << 10,
29742974
Undefined = 1 << 11,

0 commit comments

Comments
 (0)