In this JS file -
o=function() {
var a=`text${code}`;
}
 
if you highlight it all and run the JS Compress on it, it adds an extra space before the $ (which as I encountered becomes critical when the task is generating for example code or aspects within html tags).
25.09.r5812 64b W11
Cheers, David