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

Allow variable and function with the same name in static blocks #14344

Merged
merged 10 commits into from Mar 10, 2022

Commits on Mar 9, 2022

  1. solution to [Bug]: Parser throws when var declaration and function de…

    …claration in class static block babel#14257
    Yokubjon-J authored and nicolo-ribaudo committed Mar 9, 2022
    Copy the full SHA
    4e95deb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    523b587 View commit details
    Browse the repository at this point in the history
  3. Update packages/babel-parser/src/util/scope.js

    Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
    2 people authored and nicolo-ribaudo committed Mar 9, 2022
    Copy the full SHA
    4c62c68 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    65e0a44 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. test case in new subdir

    Yokubjon-J committed Mar 10, 2022
    Copy the full SHA
    12baa1b View commit details
    Browse the repository at this point in the history
  2. import typeof.js

    Yokubjon-J committed Mar 10, 2022
    Copy the full SHA
    48b5791 View commit details
    Browse the repository at this point in the history
  3. import typeof.js

    Yokubjon-J committed Mar 10, 2022
    Copy the full SHA
    56b67a0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3d4ae5e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    aab6125 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5bedc6c View commit details
    Browse the repository at this point in the history