fix(57026): Renaming on declaration whose name is a String Literal#61353
fix(57026): Renaming on declaration whose name is a String Literal#61353NamHaiBui wants to merge 7 commits intomicrosoft:mainfrom
Conversation
|
@jakebailey @DanielRosenwasser |
| ////declare const fnc_1: <K extends keyof Case_1>(p: K) => void | ||
| //// | ||
| ////fn("Prop 1"/**/) | ||
| ////fnc_1("Att 2") |
There was a problem hiding this comment.
Why are these tests being modified rather than being added to, if anything?
There was a problem hiding this comment.
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.
They are not duplicate tests. One is a type, the other is an interface.
There was a problem hiding this comment.
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 |
|
@jakebailey Hi, is it possible to get a review on this soon? |
Fixes #57026