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(typescript-estree): mark TS 3.8 and 3.9 as "supported" #2057

Merged
merged 1 commit into from May 21, 2020

Conversation

bradzacher
Copy link
Member

3.8 isn't truly supported yet (#1436), but it will work fine - just can't lint private fields.
We want people to upgrade as 3.9 is much better and faster!

So this increases the version range so 3.8 and 3.9 will stop logging the unsupported warning.
#1436 is pinned in our issues, so that's about as good as we can do.

3.8 isn't truly supported yet (#1436), but it will work fine - just can't lint private fields.
We _want_ people to upgrade as 3.9 is much better and faster!

So this increases the version range so 3.8 and 3.9 will stop logging the unsupported warning.
#1436 is pinned in our issues, so that's about as good as we can do.
@bradzacher bradzacher linked an issue May 21, 2020 that may be closed by this pull request
@codecov
Copy link

codecov bot commented May 21, 2020

Codecov Report

Merging #2057 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2057   +/-   ##
=======================================
  Coverage   93.40%   93.40%           
=======================================
  Files         171      171           
  Lines        7745     7745           
  Branches     2210     2210           
=======================================
  Hits         7234     7234           
  Misses        246      246           
  Partials      265      265           
Flag Coverage Δ
#unittest 93.40% <ø> (ø)

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.

Release note suggests support for TypeScript 3.9 but show warning
1 participant