File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15161,7 +15161,7 @@ namespace ts {
1516115161 let extraTypes: Type[] | undefined;
1516215162 // We loop here for an immediately nested conditional type in the false position, effectively treating
1516315163 // types of the form 'A extends B ? X : C extends D ? Y : E extends F ? Z : ...' as a single construct for
15164- // purposes of resolution. This means such types aren't subject to the instatiation depth limiter.
15164+ // purposes of resolution. This means such types aren't subject to the instantiation depth limiter.
1516515165 while (true) {
1516615166 const isUnwrapped = isTypicalNondistributiveConditional(root);
1516715167 const checkType = instantiateType(unwrapNondistributiveConditionalTuple(root, getActualTypeVariable(root.checkType)), mapper);
You can’t perform that action at this time.
0 commit comments