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
I'm writing a transformer that needs to be able to evaluate type identity and assignability. I believe this is currently not possible with the compiler API. From what I can tell this could be enabled easily and harmlessly by exposing the isTypeRelatedTo function and providing an enum for the relation.
The text was updated successfully, but these errors were encountered:
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
I'm writing a transformer that needs to be able to evaluate type identity and assignability. I believe this is currently not possible with the compiler API. From what I can tell this could be enabled easily and harmlessly by exposing the
isTypeRelatedTo
function and providing an enum for the relation.The text was updated successfully, but these errors were encountered: