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
type = getTypeAtFlowNode((<AfterFinallyFlow>flow).antecedent);
10144
10144
(<AfterFinallyFlow>flow).locked = false;
@@ -10306,7 +10306,7 @@ namespace ts {
10306
10306
let seenIncomplete = false;
10307
10307
for (const antecedent of flow.antecedents) {
10308
10308
if (antecedent.flags & FlowFlags.PreFinally && (<PreFinallyFlow>antecedent).lock.locked) {
10309
-
// if flow correspond to branch from pre-try to finally and this branch is locked - this means that
10309
+
// if flow correspond to branch from pre-try to finally and this branch is locked - this means that
10310
10310
// we initially have started following the flow outside the finally block.
10311
10311
// in this case we should ignore this branch.
10312
10312
continue;
@@ -12631,7 +12631,7 @@ namespace ts {
12631
12631
// If the elemType is a stringLiteral type, we can then provide a check to make sure that the string literal type is one of the Jsx intrinsic element type
0 commit comments