Yet another build system for Javascript, written in Rust:
Here is my running list of Javascript build systems:
- ESbuild
- Vite
- snowpack
- rollup
- webpack
- parcel
- https://rome.tools/
- Turbo
- SWC
- https://nx.dev/
Reminds me a bit of C/C++ build systems …
The Go/Rust build systems have shown us there is a better way. Build is now a primary requirement of any new/modern programming language.