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: generate library types for TypeScript v4.3 #3460

Merged
merged 1 commit into from May 28, 2021
Merged

Conversation

bradzacher
Copy link
Member

Forgot to regenerate these.

Fixes #3449

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @bradzacher!

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.

@codecov
Copy link

codecov bot commented May 28, 2021

Codecov Report

Merging #3460 (8d32856) into master (cd0de65) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #3460      +/-   ##
==========================================
+ Coverage   92.61%   92.62%   +0.01%     
==========================================
  Files         318      323       +5     
  Lines       11111    11127      +16     
  Branches     3155     3155              
==========================================
+ Hits        10290    10306      +16     
  Misses        365      365              
  Partials      456      456              
Flag Coverage Δ
unittest 92.62% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/scope-manager/src/lib/dom.iterable.ts 100.00% <ø> (ø)
packages/scope-manager/src/lib/dom.ts 100.00% <ø> (ø)
packages/scope-manager/src/lib/webworker.ts 100.00% <ø> (ø)
packages/typescript-estree/src/node-utils.ts 97.83% <ø> (ø)
packages/scope-manager/src/lib/es2021.full.ts 100.00% <100.00%> (ø)
packages/scope-manager/src/lib/es2021.promise.ts 100.00% <100.00%> (ø)
packages/scope-manager/src/lib/es2021.string.ts 100.00% <100.00%> (ø)
packages/scope-manager/src/lib/es2021.ts 100.00% <100.00%> (ø)
packages/scope-manager/src/lib/es2021.weakref.ts 100.00% <100.00%> (ø)
packages/scope-manager/src/lib/esnext.ts 100.00% <100.00%> (ø)
... and 6 more

@bradzacher bradzacher merged commit ed4776a into master May 28, 2021
@bradzacher bradzacher deleted the 3449-4.3-lib-defs branch May 28, 2021 23:20
@nomcopter
Copy link

Any estimate on when this'll release @bradzacher? Would love to upgrade to 4.3 in my project

@bradzacher
Copy link
Member Author

@nomcopter
Copy link

nomcopter commented May 29, 2021

Thats perfect thanks

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TS 3.4: Parsing error: Invalid value for lib provided: es2021.string
2 participants