infer
recursion limit?
#23024
Labels
Design Limitation
Constraints of the existing architecture prevent this from being fixed
I'm playing around with conditional types and observing the behavior I don't quite understand.
Playground link (
ts.version: 2.8.0-insiders.20180320
).It seems that there is a recursion limit for
infer
keyword. However if the type expression was already calculated, it goes in the cache.Is this expected behavior?
The text was updated successfully, but these errors were encountered: