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.
replit ⟩ play Babel
Babel ⟩ online transpiler
some transpilers turn undefined into void 0.
Last updated
Was this helpful?