meganrogge/template-string-converter

edge case

joshxyzhimself opened this issue · 3 comments

on this sample string,

const asd = `
  SELECT *
  FROM ""
`;

typing "${}" within the double quotes turns it to

const asd = `
  SELECT *
  FROM `${}`
`;

Yes that looks like a valid bug. I will fix it soon. Good catch!

Woah that was fast, thank you very much @meganrogge! love this extension very helpful 💯 💯