You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compiler/checker.ts
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21672,10 +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
-
// Debug.assert(!!(entry & RelationComparisonResult.Succeeded) === (result !== Ternary.False), "Cached relationship does not match recalculated result");
21678
-
// }
21675
+
if (entry !== undefined) {
21676
+
// If the previous entry and the result disagree, then something has gone wrong.
0 commit comments