Skip to content

Commit afcfd9c

Browse files
committed
Make new TypeFlags internal
1 parent 54c3be9 commit afcfd9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compiler/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4894,7 +4894,9 @@ namespace ts {
48944894
Literal = StringLiteral | NumberLiteral | BigIntLiteral | BooleanLiteral,
48954895
Unit = Literal | UniqueESSymbol | Nullable,
48964896
StringOrNumberLiteral = StringLiteral | NumberLiteral,
4897+
/* @internal */
48974898
StringLikeLiteral = StringLiteral | TemplateLiteral,
4899+
/* @internal */
48984900
FreshableLiteral = Literal | TemplateLiteral,
48994901
/* @internal */
49004902
StringOrNumberLiteralOrUnique = StringLiteral | NumberLiteral | UniqueESSymbol,

0 commit comments

Comments
 (0)