Noun
transpiler (plural transpilers)
(computing) transcompiler
Babel is pretty much the standard transpiler to translate modern JavaScript (ES2015+) into compatible implementations that run in old browsers. Source: Internet
NOTE: In the current version of Closure Compiler, setting "output" to "ES6" or higher disables the transpiler regardless of "input" level, but this could change as Closure Compiler evolves. Source: Internet
You can see the list of selections you made, with default setup options configured as Babel for our transpiler, the Karma test runner, and Visual Studio Code for our editor. Source: Internet