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 renaming an ExportSpecifier name when propertyName is present #36790

Merged
merged 2 commits into from
Feb 14, 2020

Conversation

andrewbranch
Copy link
Member

Fixes #36695, which I suspect was a regression from #36490

@andrewbranch
Copy link
Member Author

@typescript-bot cherry-pick this to release-3.8, or are you still on vacation?

@typescript-bot
Copy link
Collaborator

Heya @andrewbranch, I couldn't find the branch 'release-3.8,' on Microsoft/TypeScript. You may need to make it and try again.

@andrewbranch andrewbranch merged commit 950b361 into microsoft:master Feb 14, 2020
@andrewbranch andrewbranch deleted the bug/36695 branch February 14, 2020 00:55
andrewbranch added a commit to andrewbranch/TypeScript that referenced this pull request Feb 14, 2020
…crosoft#36790)

* Fix renaming exportSpecifier name when propertyName is present

* Add baseline test for name without propertyName too
DanielRosenwasser pushed a commit that referenced this pull request Feb 14, 2020
* Fix renaming an ExportSpecifier name when propertyName is present (#36790)

* Fix renaming exportSpecifier name when propertyName is present

* Add baseline test for name without propertyName too

* Set correct pos for NamespaceExport (#36794)

* Set correct pos for NamespaceExport

* Update tests
andrewbranch added a commit that referenced this pull request Feb 28, 2020
* Fix renaming an ExportSpecifier name when propertyName is present (#36790)

* Fix renaming exportSpecifier name when propertyName is present

* Add baseline test for name without propertyName too

* Set correct pos for NamespaceExport (#36794)

* Set correct pos for NamespaceExport

* Update tests

* Cherry-pick PR #37064 into release-3.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Renaming alias in export specifier no longer works in 3.8 RC when name equals propertyName
3 participants