Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 744 Bytes

contributing.md

File metadata and controls

19 lines (13 loc) · 744 Bytes

Contributing

Windows

If you're on Windows, use WSL.

Setup

  1. Install cargo-clone: cargo install cargo-clone
  2. Either do the following:
    • Install bvm and run bvm install in the root directory.
    • ALTERNATIVELY instead of installing bvm, install the following binaries on their own:
      • Deno - For running the code generation script.
      • dprint - For code formatting.

Code Generating

  1. Run ./scripts/generate.sh 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.sh --quick to code generate.