haoyunfeix / note

0 stars 0 forks source link

Babel - JavaScript transpiler #3

Open haoyunfeix opened 4 years ago

haoyunfeix commented 4 years ago

Transpilers, or source-to-source compilers, are tools that read source code written in one programming language, and produce the equivalent code in another language. Languages you write that transpile to JavaScript are often called compile-to-JS languages, and are said to target JavaScript.

https://scotch.io/tutorials/javascript-transpilers-what-they-are-why-we-need-them#:~:text=Transpilers%2C%20or%20source%2Dto%2D,are%20said%20to%20target%20JavaScript.