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: add missing intrinsic keyword node to AST #3081

Merged
merged 2 commits into from Feb 21, 2021

Conversation

armano2
Copy link
Member

@armano2 armano2 commented Feb 20, 2021

This PR adds missing AST definition for intrinsic keyword

type Uppercase<S extends string> = intrinsic;

fixes #3079

@armano2 armano2 added bug Something isn't working AST PRs and Issues about the AST structure labels Feb 20, 2021
@typescript-eslint
Copy link
Contributor

Thanks for the PR, @armano2!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day.

@armano2 armano2 changed the title fix: add missing intrinsic keyword type fix: add missing intrinsic keyword type to AST Feb 20, 2021
@armano2 armano2 changed the title fix: add missing intrinsic keyword type to AST fix: add missing intrinsic keyword node to AST Feb 21, 2021
@armano2 armano2 merged commit 409bf0b into master Feb 21, 2021
@armano2 armano2 deleted the fix/add-intrinsic-keyword branch February 21, 2021 23:49
This was referenced Mar 6, 2021
This was referenced Mar 15, 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 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

typescript 4.1: intrinsic keyword type
2 participants