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

add support for logical assignments with private properties #11702

Merged
merged 2 commits into from Jul 30, 2020

Commits on Jul 22, 2020

  1. add support for logical assignments with private properties

    Patches the logic for handling assignment operators and adds support for
    handling the logical assignment operators appropriately.
    
    Fixes: babel#11646
    ryzokuken committed Jul 22, 2020
    Copy the full SHA
    9cf68b1 View commit details
    Browse the repository at this point in the history
  2. replace hardcoded logical assignment operators with constant

    Replace a hardcoded check for logical assignment operators with the
    LOGICAL_OPERATORS constant in
    plugin-proposal-logical-assignment-operators.
    
    Refs: babel#11702 (comment)
    ryzokuken committed Jul 22, 2020
    Copy the full SHA
    25bfbf4 View commit details
    Browse the repository at this point in the history