SWC
Speedy Web Compiler
swc is a super-fast typescript / javascript compiler written in rust.
It's a library for rust and javascript at the same time.
https://github.com/swc-project/swc
2021.03.09 https://zenn.dev/mizchi/articles/native-esm-age
最近は TS 一強で、その際の TS コンパイルのボトルネックが明らかになっていて、とにかく TypeScript をいかに速くコンパイルできるか、という次元での勝負になっている。