Skip to content

Commit 74113b3

Browse files
committed
Remove TODOOOO
1 parent 3784b9b commit 74113b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13759,7 +13759,7 @@ namespace ts {
1375913759
if (sourceProperty === targetProperty) continue;
1376013760
// We compare the source property to the target in the context of a single discriminant type.
1376113761
const saveIsInt = isIntersectionConstituent;
13762-
isIntersectionConstituent = false; // TODOOOOO: Probably not needed
13762+
isIntersectionConstituent = false;
1376313763
const related = propertyRelatedTo(source, target, sourceProperty, targetProperty, _ => combination[i], /*reportErrors*/ false);
1376413764
isIntersectionConstituent = saveIsInt;
1376513765
// If the target property could not be found, or if the properties were not related,

tests/cases/user/prettier/prettier

Submodule prettier updated 198 files

0 commit comments

Comments
 (0)