Skip to content

Commit

Permalink
Delete old and accept new baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
ahejlsberg committed Sep 7, 2022
1 parent d178ea4 commit 5d31ba8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1,388 deletions.
4 changes: 2 additions & 2 deletions tests/baselines/reference/inKeywordAndUnknown.types
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function f(x: {}, y: unknown) {
return;
}
x; // {}
>x : {}
>x : Record<"a", unknown>

if (!y) {
>!y : boolean
Expand All @@ -37,6 +37,6 @@ function f(x: {}, y: unknown) {
return;
}
y; // {}
>y : {}
>y : Record<"a", unknown>
}

222 changes: 0 additions & 222 deletions tests/baselines/reference/inKeywordTypeguard.errors.txt

This file was deleted.

Loading

0 comments on commit 5d31ba8

Please sign in to comment.