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(scope-manager): incorrect reference for this within a jsx identifier #4535

Merged
merged 3 commits into from Mar 18, 2022
Merged

fix(scope-manager): incorrect reference for this within a jsx identifier #4535

merged 3 commits into from Mar 18, 2022

Commits on Feb 3, 2022

  1. fix: ignore jsx-identifier when name is this

    Juan García committed Feb 3, 2022
    Copy the full SHA
    34baff0 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. fix: reference jsx identifier when name is solely this

    Juan García committed Feb 24, 2022
    Copy the full SHA
    f4adccd View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. fix: add a better suited test for jsx member expressions

    Juan García committed Feb 25, 2022
    Copy the full SHA
    6b9bbdc View commit details
    Browse the repository at this point in the history