//// [templateStringWithEmbeddedModuloES6.ts] var x = `abc${ 1 % 1 }def`; //// [templateStringWithEmbeddedModuloES6.js] var x = `abc${1 % 1}def`;