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

Fixes rename for destructuring, named imports and default imports #7945

Merged
merged 17 commits into from
Apr 13, 2016

Commits on Apr 6, 2016

  1. Destructuring of object binding pattern element without property name…

    … should reference property
    
    Fixes #6312
    sheetalkamat committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    ace2285 View commit details
    Browse the repository at this point in the history
  2. Include the target symbol in search if location is propertyName or th…

    …e import or export specifier dont specify "as" clause
    
    Handles #7708
    sheetalkamat committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    01ca100 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. Configuration menu
    Copy the full SHA
    168d106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d43c02 View commit details
    Browse the repository at this point in the history
  3. Handles when property is renamed and is also part of destructuring as…

    …signment
    
    Handles destructuring assignment part of #6312
    sheetalkamat committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    ad916ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e44bcc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a405f28 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. Configuration menu
    Copy the full SHA
    92622bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7ca439 View commit details
    Browse the repository at this point in the history
  3. Rename function

    sheetalkamat committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    9e77730 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e82646 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

  1. PR feedback

    sheetalkamat committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    7a09e2f View commit details
    Browse the repository at this point in the history
  2. PR feedback

    sheetalkamat committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    529bdd4 View commit details
    Browse the repository at this point in the history
  3. Rename of getPropertySymbolIfObjectBindingPatternWithoutPropertyName …

    …to getPropertySymbolOfObjectBindingPatternWithoutPropertyName
    sheetalkamat committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    9496146 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edd0989 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    958a6a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Configuration menu
    Copy the full SHA
    c492fc6 View commit details
    Browse the repository at this point in the history