Skip to content

Commit 5d31ba8

Browse files
committed
Delete old and accept new baselines
1 parent d178ea4 commit 5d31ba8

5 files changed

+2
-1388
lines changed

tests/baselines/reference/inKeywordAndUnknown.types

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function f(x: {}, y: unknown) {
1616
return;
1717
}
1818
x; // {}
19-
>x : {}
19+
>x : Record<"a", unknown>
2020

2121
if (!y) {
2222
>!y : boolean
@@ -37,6 +37,6 @@ function f(x: {}, y: unknown) {
3737
return;
3838
}
3939
y; // {}
40-
>y : {}
40+
>y : Record<"a", unknown>
4141
}
4242

tests/baselines/reference/inKeywordTypeguard.errors.txt

-222
This file was deleted.

0 commit comments

Comments
 (0)