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: fix static private field shadowed by local variable #13656

Merged
merged 5 commits into from Aug 30, 2021

Commits on Aug 8, 2021

  1. fix: fix static private field shadowed by local variable

    currently throw an error, maybe we could generate correct code
    
    fix babel#12960
    colinaaa committed Aug 8, 2021
    Copy the full SHA
    80b4d84 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Copy the full SHA
    d01e651 View commit details
    Browse the repository at this point in the history
  2. feat: add unshadow to privateIn visitor

    also add test cases
    colinaaa committed Aug 10, 2021
    Copy the full SHA
    8de2f46 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Copy the full SHA
    5c366b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. refactor: apply suggested changes

    simplify logic and add comments
    colinaaa committed Aug 14, 2021
    Copy the full SHA
    68decd2 View commit details
    Browse the repository at this point in the history