We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d46850 commit 86d9153Copy full SHA for 86d9153
tests/baselines/reference/api/tsserverlibrary.d.ts
@@ -2438,6 +2438,7 @@ declare namespace ts {
2438
LiteralKeyof = 32,
2439
NoConstraints = 64,
2440
AlwaysStrict = 128,
2441
+ MaxValue = 256,
2442
PriorityImpliesCombination = 56
2443
}
2444
/** @deprecated Use FileExtensionInfo instead. */
tests/baselines/reference/api/typescript.d.ts
0 commit comments