Skip to content

test(ts-estree): add test for parsing nested jsx tag names #191

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 3, 2019
Merged

test(ts-estree): add test for parsing nested jsx tag names #191

merged 3 commits into from
Feb 3, 2019

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