transpiling
Transpiling code means converting the code in one language to code in another similar language.
I have to Transpiling this language code in other similar language code
transpiler
transpilers (“transformation + compiling”): tools that take cutting-edge JavaScript code and transform it into equivalent (or, if that’s not possible, similar) code that works properly in most current browsers.
Today’s most popular transpilers are Traceur (search for: traceur-compiler) and Babel (website: babeljs.io). info accquired at October, 26 2017