10000 Remove empty if · fleurdeswift/TypeScript@5536a8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 5536a8d

Browse files
committed
Remove empty if
1 parent d5c9a0b commit 5536a8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/compiler/checker.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11075,9 +11075,6 @@ namespace ts {
1107511075
forEach(node.parameters, checkParameter);
1107611076

1107711077
checkSourceElement(node.type);
11078-
if (node.type && node.type.kind === SyntaxKind.TypePredicate) {
11079-
11080-
}
1108111078

1108211079
if (produceDiagnostics) {
1108311080
checkCollisionWithArgumentsInGeneratedCode(node);

0 commit comments

Comments
 (0)
0