//// [templateStringInTypeAssertionES6.ts] var x = `abc${ 123 }def`; //// [templateStringInTypeAssertionES6.js] var x = `abc${123}def`;