Skip to content

Commit 86d9153

Browse files
committed
Accept new API baselines
1 parent 6d46850 commit 86d9153

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2438,6 +2438,7 @@ declare namespace ts {
24382438
LiteralKeyof = 32,
24392439
NoConstraints = 64,
24402440
AlwaysStrict = 128,
2441+
MaxValue = 256,
24412442
PriorityImpliesCombination = 56
24422443
}
24432444
/** @deprecated Use FileExtensionInfo instead. */

tests/baselines/reference/api/typescript.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2438,6 +2438,7 @@ declare namespace ts {
24382438
LiteralKeyof = 32,
24392439
NoConstraints = 64,
24402440
AlwaysStrict = 128,
2441+
MaxValue = 256,
24412442
PriorityImpliesCombination = 56
24422443
}
24432444
/** @deprecated Use FileExtensionInfo instead. */

0 commit comments

Comments
 (0)