What is Transpiling?

4 April 2022

Transpiling allows developers to write in the most up-to-date version of a language like Javascript, and convert it to a version that is more widely used. This allows developers to develop programs using the most recent features of the language, but still support older browsers.

Further reading