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

Case insensitive "lib" property #450

Closed
wants to merge 1 commit into from

Conversation

sangaman
Copy link

@sangaman sangaman commented May 8, 2018

This addresses #449. I used the compiler options listed here as reference: https://www.typescriptlang.org/docs/handbook/compiler-options.html.

This doesn't make the property completely case insensitive, as it would have taken an extremely long and complex regex to handle all the possible values. Instead, it is case insensitive for the "es5", "es6", "es2015", "es7", "es2016", "es2017", "es2018", "esnext" values, mimicking the behavior for the "target" option.

I also removed es2017.string from the enums because it wasn't listed in the documentation linked above.

@github-actions
Copy link
Contributor

This PR is stale because it has been open 60 days with no activity. Comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale PR is stale and will be closed in 7 days(auto-generated by stale action) label Sep 21, 2021
@github-actions
Copy link
Contributor

This PR was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale PR is stale and will be closed in 7 days(auto-generated by stale action)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant