When you type ${} inside single or double quotes in JavaScript/TypeScript files, the extension automatically converts the quotes to backticks, creating a template literal. If you find this extension ...
Escaping is annoying, and String.raw or String.dedent doesn't help in this case. We need syntax to solve the issue: All current approaches to form these literals in JavaScript today always force the ...