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/types.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4474,6 +4474,7 @@ namespace ts {
4474
4474
MaxValue=1<<8,// Seed for inference priority tracking
4475
4475
4476
4476
PriorityImpliesCombination=ReturnType|MappedTypeConstraint|LiteralKeyof,// These priorities imply that the resulting type should be a combination of all candidates
4477
+
Circularity=-1,// Inference circularity (value less than all other priorities)
0 commit comments