Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 329 Bytes

File metadata and controls

11 lines (9 loc) · 329 Bytes

Contributing

  • Clone the repo, run npm ci to install dependencies
  • Run npm run build to produce dist/
  • Run npm test to execute tests
  • Add feature branches and open PRs against main

Guidelines:

  • Prefer small, well-typed modules
  • Avoid eval() unless marked as opt-in and sandboxed
  • Add tests for new features