File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21672,12 +21672,12 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
21672
21672
tracing?.pop();
21673
21673
}
21674
21674
21675
- if (entry !== undefined) {
21676
- // If the previous entry and the result disagree, then something has gone wrong.
21677
- const entrySucceeded = !!(entry & RelationComparisonResult.Succeeded);
21678
- const resultSucceeded = result !== Ternary.False;
21679
- Debug.assertEqual(entrySucceeded, resultSucceeded, "Cached relationship does not match recalculated result");
21680
- }
21675
+ // if (entry !== undefined) {
21676
+ // // If the previous entry and the result disagree, then something has gone wrong.
21677
+ // const entrySucceeded = !!(entry & RelationComparisonResult.Succeeded);
21678
+ // const resultSucceeded = result !== Ternary.False;
21679
+ // Debug.assertEqual(entrySucceeded, resultSucceeded, "Cached relationship does not match recalculated result");
21680
+ // }
21681
21681
21682
21682
if (outofbandVarianceMarkerHandler) {
21683
21683
outofbandVarianceMarkerHandler = originalHandler;
You can’t perform that action at this time.
0 commit comments