Mindera interview question

What is a transpiler ?

Interview Answer

Anonymous

26 July 2025

A transpiler is a tool that converts source code from one language or version to another. For example, Babel transpiles modern JavaScript (ES6+) into older versions that are compatible with more browsers.