transpilers

A transpiler is a piece of software that translates modern source code to older syntax source code, so that it’ll also work in outdated engines.

  • Babel is one of the most prominent transpilers.

Last updated