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

feat(ts-estree): fix issues with typeParams in FunctionExpression #208

Merged
merged 1 commit into from
Feb 4, 2019
Merged

feat(ts-estree): fix issues with typeParams in FunctionExpression #208

merged 1 commit into from
Feb 4, 2019

Conversation

armano2
Copy link
Member

@armano2 armano2 commented Feb 4, 2019

  • fix range of FunctionExpression and typeParameters
  • fix regression: move typeParameters from Property back to FunctionExpression

fixes: prettier/prettier#5817

- fix range of FunctionExpression with typeParams
- fix regression: move typeParameters from Property back to FunctionExpression
@armano2 armano2 self-assigned this Feb 4, 2019
@armano2 armano2 added the bug Something isn't working label Feb 4, 2019
@codecov
Copy link

codecov bot commented Feb 4, 2019

Codecov Report

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

@@            Coverage Diff             @@
##           master     #208      +/-   ##
==========================================
+ Coverage    96.2%   96.21%   +<.01%     
==========================================
  Files          51       51              
  Lines        2451     2455       +4     
  Branches      369      370       +1     
==========================================
+ Hits         2358     2362       +4     
  Misses         48       48              
  Partials       45       45
Impacted Files Coverage Δ
packages/typescript-estree/src/convert.ts 96.82% <100%> (+0.01%) ⬆️

@JamesHenry JamesHenry merged commit d4dfa3b into typescript-eslint:master Feb 4, 2019
@armano2 armano2 deleted the type-params-range branch February 4, 2019 23:52
kaicataldo pushed a commit to kaicataldo/typescript-eslint that referenced this pull request Aug 27, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeScript generics are removed incorrectly
2 participants