Thanks to visit codestin.com
Credit goes to github.com

Skip to content

typescript 4.1: intrinsic keyword type #3079

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

Closed
armano2 opened this issue Feb 20, 2021 · 0 comments · Fixed by #3081
Closed

typescript 4.1: intrinsic keyword type #3079

armano2 opened this issue Feb 20, 2021 · 0 comments · Fixed by #3081
Assignees
Labels
AST PRs and Issues about the AST structure has pr there is a PR raised to close this package: typescript-estree Issues related to @typescript-eslint/typescript-estree

Comments

@armano2
Copy link
Collaborator

armano2 commented Feb 20, 2021

Repro

https://www.typescriptlang.org/docs/handbook/2/template-literal-types.html#intrinsic-string-manipulation-types

type Uppercase<S extends string> = intrinsic;

Expected Result

We are missing keyword for intrinsic in AST and in converter

@armano2 armano2 added package: typescript-estree Issues related to @typescript-eslint/typescript-estree AST PRs and Issues about the AST structure labels Feb 20, 2021
@armano2 armano2 self-assigned this Feb 20, 2021
@armano2 armano2 changed the title typescript 4.1: intrinsic types typescript 4.1: intrinsic keyword type Feb 20, 2021
@armano2 armano2 added the has pr there is a PR raised to close this label Feb 20, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
AST PRs and Issues about the AST structure has pr there is a PR raised to close this package: typescript-estree Issues related to @typescript-eslint/typescript-estree
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant