@rauschma It just feels like there should be a native flag, Ã la
const x = `indented
multiline string
${a ? a : b}`oneLineNoIndent;
@rauschma Including a library for just this purpose seems overkill, I’m aware of https://t.co/emdycHx13D. How about directly .replace()-ing?