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

fix(modeling): fix tsd tests #1279

Closed platypii closed 1 year ago

platypii commented 1 year ago

This PR fixes the failing tsd test.

In order to make the tests pass with our new ES module style imports I had to make the following changes:

As part of updating the tsd dependency, it updated the lockfile version and caused a bunch of diff noise. I'm assuming it's because on my machine I used the latest node/npm/pnpm version.

All Submissions: