- Install cargo-clone:
cargo install cargo-clone
- Install Deno - For running the code generation script.
- Install dprint - For code formatting.
- Run
./scripts/generate.ts
once in the root of the repo and whenever swc's version changes to analyze swc then code generate. - After that, you only need to run
./scripts/generate.ts --quick
to code generate.