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 destructuring with holes in assign pattern #14240

Merged
merged 4 commits into from Feb 11, 2022
Merged

Fix destructuring with holes in assign pattern #14240

merged 4 commits into from Feb 11, 2022

Commits on Feb 4, 2022

  1. Fix destructuring with hole in assign pattern

    - fix `const` assign pattern
    - optimize the output of `let`/`var` assign pattern
    magic-akari committed Feb 4, 2022
    Copy the full SHA
    0e6eacd View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. chore: add test cases

    magic-akari committed Feb 9, 2022
    Copy the full SHA
    52a9d39 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Copy the full SHA
    4fc6f73 View commit details
    Browse the repository at this point in the history
  2. Avoid redundant cloneNode

    magic-akari committed Feb 10, 2022
    Copy the full SHA
    e4be9d2 View commit details
    Browse the repository at this point in the history