zed
zed copied to clipboard
Formatted String Literals
The commit removes the template literals and replaces them with formatted string literals. F-strings have a similar functionality but the expression substitution only happens on strings prefixed with the 'f' character.
Fixes #4444