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

fix(48034): Get a literal string of type intersection in a template literal type #48044

Merged
merged 4 commits into from
Mar 22, 2022

Conversation

islandryu
Copy link
Contributor

Fixes #48034

@typescript-bot typescript-bot added the For Backlog Bug PRs that fix a backlog bug label Feb 26, 2022
@islandryu islandryu marked this pull request as ready for review February 26, 2022 09:34
@sandersn sandersn requested review from jakebailey and weswigham March 7, 2022 23:15
src/compiler/checker.ts Outdated Show resolved Hide resolved
Copy link
Member

@jakebailey jakebailey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the refactor; seems better.

src/compiler/checker.ts Outdated Show resolved Hide resolved
src/compiler/checker.ts Show resolved Hide resolved
@islandryu islandryu requested a review from jakebailey March 21, 2022 11:40
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
Archived in project
Development

Successfully merging this pull request may close these issues.

Template string type infers error when string intersect with object type
3 participants