We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3f4c5 commit b59f2b6Copy full SHA for b59f2b6
1 file changed
src/compiler/checker.ts
@@ -21325,7 +21325,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
21325
resetMaybeStack();
21326
}
21327
21328
- // Note: it's intentional that we don't pop in the else case;
+ // Note: it's intentional that we don't reset in the else case;
21329
// we leave them on the stack such that when we hit depth zero
21330
// above, we can report all of them as successful.
21331
0 commit comments