The process of converting source code written in one programming language to another programming language with similar level of abstraction, typically used to target different execution environments or versions of a language.
"The TypeScript compiler transpiles TypeScript code to JavaScript for execution in web browsers."