jscad / OpenJSCAD.org

JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
https://openjscad.xyz/
MIT License
2.65k stars 514 forks source link

V3: array-utils needs TS definitions and testing #1284

Closed z3dev closed 8 months ago

z3dev commented 1 year ago

Expected Behavior

TS definitions for array-utils functions exist, and automated testing of the definitions exist.

Actual Behavior

Some definitions exist but are probably not correct. And the script to test the definitions is missing.

Steps to Reproduce the Problem

  1. cd to array-utils package
  2. pnpm run test:tsd

Specifications

z3dev commented 8 months ago

TS definitions added as part of V3, see #1316