Are template strings supported? I am getting the following error from Grunt:
Fatal error: myTemplateStringVar is not defined
My variable looks like below and runs fine in all three major web browsers.
myTemplateStringVar = "xyz";
let thisDt = fragment.querySelector(`dt[data-label=${myTemplateStringVar}]`);