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.