Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 497 Bytes

contributing.md

File metadata and controls

12 lines (8 loc) · 497 Bytes

Contributing

Setup

  1. Install cargo-clone: cargo install cargo-clone
  2. Install Deno - For running the code generation script.
  3. Install dprint - For code formatting.

Code Generating

  1. Run ./scripts/generate.ts once in the root of the repo and whenever swc's version changes to analyze swc then code generate.
  2. After that, you only need to run ./scripts/generate.ts --quick to code generate.