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
It looks as if something about instantiating this types in a constraint evades the relation cache and keeps instantiating types. This might have something to do with the special handling of arrays and tuples, because I can't get the failure to repro when switching to a non built-in type.
The text was updated successfully, but these errors were encountered:
TypeScript Version: master
Code
this: this
parameters to all Array methodsExpected behavior:
The test passes
Actual behavior:
TypeScript runs out of memory.
It looks as if something about instantiating
this
types in a constraint evades the relation cache and keeps instantiating types. This might have something to do with the special handling of arrays and tuples, because I can't get the failure to repro when switching to a non built-in type.The text was updated successfully, but these errors were encountered: