Closed solomon-b closed 3 years ago
Template Literals did not handle escaped backticks and dollar signs. This PR corrects that.
NOTE: There is a potential performance impact from our lexTemplate function but this is probably not important given the application.
lexTemplate
Template Literals did not handle escaped backticks and dollar signs. This PR corrects that.
NOTE: There is a potential performance impact from our
lexTemplate
function but this is probably not important given the application.