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): fix range of assignment in parameter #115

Merged
merged 5 commits into from
Jan 22, 2019
Merged

fix(typescript-estree): fix range of assignment in parameter #115

merged 5 commits into from
Jan 22, 2019

Conversation

armano2
Copy link
Member

@armano2 armano2 commented Jan 22, 2019

This PR fixes issues with modifiers range beeing included into AssignmentPattern in parameter property
modifiers in this case are attached to TSParameterProperty

#114 (comment)

@armano2 armano2 added bug Something isn't working package: typescript-estree Issues related to @typescript-eslint/typescript-estree labels Jan 22, 2019
@codecov
Copy link

codecov bot commented Jan 22, 2019

Codecov Report

Merging #115 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
+ Coverage      95%   95.01%   +<.01%     
==========================================
  Files          48       48              
  Lines        2484     2487       +3     
  Branches      381      382       +1     
==========================================
+ Hits         2360     2363       +3     
  Misses         75       75              
  Partials       49       49
Impacted Files Coverage Δ
packages/typescript-estree/src/convert.ts 94.61% <100%> (+0.02%) ⬆️
packages/typescript-estree/src/node-utils.ts 96.05% <100%> (ø) ⬆️

@JamesHenry JamesHenry merged commit 4e781f1 into typescript-eslint:master Jan 22, 2019
@armano2 armano2 deleted the property-assignment-pattern branch January 22, 2019 16:33
armanio123 pushed a commit to armanio123/typescript-eslint that referenced this pull request Jan 24, 2019
@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: typescript-estree Issues related to @typescript-eslint/typescript-estree
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants