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 method for retrieving inferred generic type arguments for a signature on the TypeChecker (#59637) #60201

Conversation

tristanmenzel
Copy link
Contributor

Fixes #59637

@typescript-bot typescript-bot added the For Backlog Bug PRs that fix a backlog bug label Oct 11, 2024
@typescript-bot
Copy link
Collaborator

The TypeScript team hasn't accepted the linked issue #59637. If you can get it accepted, this PR will have a better chance of being reviewed.

@typescript-bot
Copy link
Collaborator

Looks like you're introducing a change to the public API surface area. If this includes breaking changes, please document them on our wiki's API Breaking Changes page.

Also, please make sure @DanielRosenwasser and @RyanCavanaugh are aware of the changes, just as a heads up.

@tristanmenzel
Copy link
Contributor Author

@microsoft-github-policy-service agree

@tristanmenzel tristanmenzel force-pushed the feature/add-api-for-get-inferred-types branch from cf92ec2 to 3e97a7d Compare January 21, 2025 22:33
@tristanmenzel
Copy link
Contributor Author

@RyanCavanaugh am I missing any steps to get this progressed?

@RyanCavanaugh RyanCavanaugh merged commit f28c518 into microsoft:main Jan 24, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Backlog Bug PRs that fix a backlog bug
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add typeChecker API to get the inferred type arguments of call expression
3 participants