Skip to content

Commit 5ded73b

Browse files
committed
Accept baseline change
Forgot to when doing the falsiness thing, oops.
1 parent c0347b2 commit 5ded73b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2192,7 +2192,7 @@ declare namespace ts {
21922192
Literal = 2944,
21932193
Unit = 109440,
21942194
StringOrNumberLiteral = 384,
2195-
PossiblyFalsy = 117724,
2195+
PossiblyFalsy = 4312028,
21962196
StringLike = 132,
21972197
NumberLike = 4194600,
21982198
BigIntLike = 2112,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2192,7 +2192,7 @@ declare namespace ts {
21922192
Literal = 2944,
21932193
Unit = 109440,
21942194
StringOrNumberLiteral = 384,
2195-
PossiblyFalsy = 117724,
2195+
PossiblyFalsy = 4312028,
21962196
StringLike = 132,
21972197
NumberLike = 4194600,
21982198
BigIntLike = 2112,

0 commit comments

Comments
 (0)