-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Add refactoring option to convert string concatenation to template literals #18267
Labels
Committed
The team has roadmapped this issue
Domain: Refactorings
e.g. extract to constant or function, rename symbol
Fixed
A PR has been merged for this issue
Suggestion
An idea for TypeScript
Update Docs on Next Release
Indicates that this PR affects docs
Milestone
Comments
DanielRosenwasser
added
Domain: Refactorings
e.g. extract to constant or function, rename symbol
Suggestion
An idea for TypeScript
labels
Sep 6, 2017
Would you welcome a pull request for this? |
Yes. |
I definitely need some help on this one... |
I would look at https://github.com/Microsoft/TypeScript/blob/master/src/services/refactors/generateGetAccessorAndSetAccessor.ts for a reference |
4 tasks
@glixlur is it okay for you? |
@bigaru Yes! |
bigaru
added a commit
to D0nGiovanni/TypeScript
that referenced
this issue
Dec 5, 2018
interface stubbing microsoft#18267
RyanCavanaugh
added
Committed
The team has roadmapped this issue
and removed
In Discussion
Not yet reached consensus
labels
Nov 4, 2019
Thanks @bigaru! |
DanielRosenwasser
added
the
Update Docs on Next Release
Indicates that this PR affects docs
label
Jan 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Committed
The team has roadmapped this issue
Domain: Refactorings
e.g. extract to constant or function, rename symbol
Fixed
A PR has been merged for this issue
Suggestion
An idea for TypeScript
Update Docs on Next Release
Indicates that this PR affects docs
Consider adding the refactoring option to turn a string concatenation
to ES2015 template literals:
The text was updated successfully, but these errors were encountered: