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 {
15161
15161
let extraTypes: Type[] | undefined;
15162
15162
// We loop here for an immediately nested conditional type in the false position, effectively treating
15163
15163
// 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.
15165
15165
while (true) {
15166
15166
const isUnwrapped = isTypicalNondistributiveConditional(root);
15167
15167
const checkType = instantiateType(unwrapNondistributiveConditionalTuple(root, getActualTypeVariable(root.checkType)), mapper);
You can’t perform that action at this time.
0 commit comments