Skip to content

refactor(ts-estree): simply convertToken and remove dead code #273

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

Merged
merged 3 commits into from
Feb 14, 2019
Merged

refactor(ts-estree): simply convertToken and remove dead code #273

merged 3 commits into from
Feb 14, 2019

Conversation

armano2
Copy link
Collaborator

@armano2 armano2 commented Feb 13, 2019

this PR removes invalid token type JSXMemberExpression, its left over from #197

before it was used to convert nodes and this case is not able to happens anymore.


i forgot to remove it

@armano2 armano2 requested a review from JamesHenry February 13, 2019 23:56
@codecov
Copy link

codecov bot commented Feb 14, 2019

Codecov Report

Merging #273 into master will increase coverage by 0.09%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #273      +/-   ##
==========================================
+ Coverage   94.86%   94.96%   +0.09%     
==========================================
  Files          67       67              
  Lines        2807     2803       -4     
  Branches      726      724       -2     
==========================================
- Hits         2663     2662       -1     
+ Misses         55       54       -1     
+ Partials       89       87       -2
Impacted Files Coverage Δ
.../typescript-estree/src/ts-estree/ast-node-types.ts 100% <ø> (ø) ⬆️
packages/typescript-estree/src/node-utils.ts 96.85% <100%> (+1.49%) ⬆️

@armano2 armano2 merged commit 1464696 into typescript-eslint:master Feb 14, 2019
@armano2 armano2 deleted the convert-token branch February 14, 2019 20:36
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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants