Does anyone know of a way to convert JavaScript Template Literals back to String Concatenation?
Why you ask? Google App Script came out with a new es6 debugger that broke after 3 months and the only way to continue developing is to go back to es5 and use the old debugger. I've seen es-linting that can convert string concats to template literals but I can't find anything for converting to the other way.