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

Implement parser support for destructuring-private #13999

Merged
merged 3 commits into from Feb 1, 2022

Commits on Feb 1, 2022

  1. Parse destructuring private fields (#13931)

    * feat: parse destructuring private
    
    * add test cases
    
    * fix: register private name on destructuring
    
    * add typings
    
    * add syntax plugin
    
    * add generator test case
    
    * add syntax plugin to preset-stage-2
    
    * fix flow errors
    
    * address review comments
    
    * fix: use private name in toAssignable
    
    * test: add case with undefined refExpressionErrors
    JLHwung committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    269f49c View commit details
    Browse the repository at this point in the history
  2. fix: usePrivateName usage

    JLHwung committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    8e5e67c View commit details
    Browse the repository at this point in the history
  3. remove invalid test output

    JLHwung committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    38ef0ab View commit details
    Browse the repository at this point in the history