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(parser): fix regression with no-unused-vars for jsx attributes #161

Merged
merged 2 commits into from
Jan 29, 2019
Merged

fix(parser): fix regression with no-unused-vars for jsx attributes #161

merged 2 commits into from
Jan 29, 2019

Conversation

armano2
Copy link
Member

@armano2 armano2 commented Jan 29, 2019

This PR fixes regression with visiting jsx attributes, and adds tests cases for it.

fixes: #160

@armano2 armano2 self-assigned this Jan 29, 2019
@armano2 armano2 added bug Something isn't working package: parser Issues related to @typescript-eslint/parser labels Jan 29, 2019
@codecov
Copy link

codecov bot commented Jan 29, 2019

Codecov Report

Merging #161 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master     #161   +/-   ##
=======================================
  Coverage   95.76%   95.76%           
=======================================
  Files          50       50           
  Lines        2526     2526           
  Branches      373      373           
=======================================
  Hits         2419     2419           
  Misses         63       63           
  Partials       44       44
Impacted Files Coverage Δ
packages/parser/src/analyze-scope.ts 93.3% <100%> (ø) ⬆️

@armano2 armano2 merged commit 6147de1 into typescript-eslint:master Jan 29, 2019
@armano2 armano2 deleted the no-unused-vars branch January 29, 2019 21:10
@willdurand
Copy link

Would it be possible to release a patch version with this fix? The monorepo prevents us to easily depend on master (or any other commit/tag/branch) in the package.json file.

@JamesHenry
Copy link
Member

JamesHenry commented Jan 30, 2019 via email

@JamesHenry
Copy link
Member

@willdurand I have also now added this information to the README - https://github.com/typescript-eslint/typescript-eslint#package-versions

@willdurand
Copy link

@willdurand I have also now added this information to the README - typescript-eslint/typescript-eslint#package-versions

Oh cool! Thanks! I tried a few tags but did not think about canary 👌

@JamesHenry
Copy link
Member

JamesHenry commented Jan 30, 2019 via email

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working package: parser Issues related to @typescript-eslint/parser
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@typescript-eslint/no-unused-vars reports error after upgrading to @typescript-eslint/parser 1.1.1
3 participants