Skip to content

Conversation

armano2
Copy link
Collaborator

@armano2 armano2 commented Feb 3, 2019

<a.b.c.d.e.f> is not correctly parsed, this is test scenario to be fixed

only first 3 namespaces are correctly converted due to https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/typescript-estree/src/convert.ts#L1597

@codecov
Copy link

codecov bot commented Feb 3, 2019

Codecov Report

Merging #191 into master will increase coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #191      +/-   ##
==========================================
+ Coverage   95.78%   95.82%   +0.03%     
==========================================
  Files          51       51              
  Lines        2541     2541              
  Branches      373      373              
==========================================
+ Hits         2434     2435       +1     
  Misses         63       63              
+ Partials       44       43       -1
Impacted Files Coverage Δ
packages/typescript-estree/src/convert.ts 95.15% <0%> (+0.13%) ⬆️

@armano2 armano2 requested a review from JamesHenry February 3, 2019 14:41
@armano2
Copy link
Collaborator Author

armano2 commented Feb 3, 2019

PR with fix for this is going to land after #156 -> armano2@01d9170

@armano2 armano2 merged commit a36e727 into typescript-eslint:master Feb 3, 2019
@armano2 armano2 deleted the test-jsx-names branch February 3, 2019 18:40
kaicataldo pushed a commit to kaicataldo/typescript-eslint that referenced this pull request Aug 27, 2019
…lint#191)

Again... lots of lines due to style formatting.
Real change is:

```json
 "lint-staged": {
    "*.js": [
      "yarn format",
      "git add"
    ]
  }
```
@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.

2 participants