Skip to content

Commit 4c0af72

Browse files
committed
fix conflict
1 parent 6fecf32 commit 4c0af72

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -536,9 +536,7 @@ namespace ts {
536536
},
537537
getApparentType,
538538
getUnionType,
539-
isTypeAssignableTo: (source, target) => {
540-
return isTypeAssignableTo(source, target);
541-
},
539+
isTypeAssignableTo,
542540
createAnonymousType,
543541
createSignature,
544542
createSymbol,
@@ -564,7 +562,6 @@ namespace ts {
564562
isArrayLikeType,
565563
isTypeInvalidDueToUnionDiscriminant,
566564
getAllPossiblePropertiesOfTypes,
567-
isTypeAssignableTo,
568565
getSuggestionForNonexistentProperty: (node, type) => getSuggestionForNonexistentProperty(node, type),
569566
getSuggestionForNonexistentSymbol: (location, name, meaning) => getSuggestionForNonexistentSymbol(location, escapeLeadingUnderscores(name), meaning),
570567
getSuggestionForNonexistentExport: (node, target) => getSuggestionForNonexistentExport(node, target),

0 commit comments

Comments
 (0)