Pregunta de entrevista de Mindera

What is a transpiler ?

Respuesta de la entrevista

Anónimo

26 jul 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.