also: トランスパイラー
noun
transpiler
Computing term for a source-to-source compiler that translates code between programming languages at a similar level of abstraction.
TypeScriptのコードをJavaScriptに変換するためにトランスパイラを使う。
We use a transpiler to convert TypeScript code into JavaScript.