Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose isTypeRelatedTo in the compiler API #17917

Closed
SamPruden opened this issue Aug 18, 2017 · 3 comments
Closed

Expose isTypeRelatedTo in the compiler API #17917

SamPruden opened this issue Aug 18, 2017 · 3 comments
Labels
Duplicate An existing issue was already created

Comments

@SamPruden
Copy link

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.

@DanielRosenwasser
Copy link
Member

DanielRosenwasser commented Aug 19, 2017

A PR is actually out for exactly this (#9943). Sounds like this is a duplicate of #9879.

@SamPruden
Copy link
Author

Oh that's cool, sorry I missed the dupe. Any idea why it's gone so long unmerged? Is this unlikely to materialise any time soon?

@mhegazy mhegazy added the Duplicate An existing issue was already created label Aug 21, 2017
@mhegazy
Copy link
Contributor

mhegazy commented Sep 5, 2017

Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.

@mhegazy mhegazy closed this as completed Sep 5, 2017
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

3 participants