Skip to content

Inference for higher order mapped, index and lookup types #18391

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

Merged
merged 2 commits into from
Sep 11, 2017

Conversation

ahejlsberg
Copy link
Member

This PR adds inference for higher order mapped, index and lookup types. For example, when inferring from a keyof S to a keyof T, where S and T are type variables, we'll now properly infer S for T.

Fixes #18338.

@ahejlsberg ahejlsberg merged commit d90814b into master Sep 11, 2017
@ahejlsberg ahejlsberg deleted the fixMappedTypeInference branch September 11, 2017 19:47
@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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants