-
Notifications
You must be signed in to change notification settings - Fork 12.8k
fix(57026): Renaming on declaration whose name is a String Literal #61353
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
Conversation
@jakebailey @DanielRosenwasser |
//// | ||
////fn("Prop 1"/**/) | ||
////fnc_1("Att 2") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are these tests being modified rather than being added to, if anything?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was a duplicate test of renameStringLiteralTypes4 so I modified it to reflect one of the cases mentioned in the original issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are not duplicate tests. One is a type
, the other is an interface
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry about that, I will revert changes and add an additional tests for type
as well. Thank you and sorry for the oversight.
@jakebailey |
Fixes #57026