Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 809 Bytes

File metadata and controls

48 lines (32 loc) · 809 Bytes

Contributing to FunctionalScript

Check the ./issues/README.md file for existing issues.

Requirements

  • Node.JS, version 24 or later is required for development.
  • Rust.

You may also use the Dockerfile.

Installing Dependencies

npm ci
cargo fetch

Running Tests

npm test
cargo test
cargo clippy
cargo fmt -- --check

Feel free to open issues.

OpenAI Codex Environment

Set Node.js to 22.

Setup Script:

rustup component add clippy
rustup component add rustfmt

# Install Node.js dependencies.
npm ci

# Install Rust dependencies.
cargo fetch

rustup show
node -v