thi-ng / umbrella

⛱ Broadly scoped ecosystem & mono-repository of 199 TypeScript projects (and ~180 examples) for general purpose, functional, data driven development
https://thi.ng
Apache License 2.0
3.38k stars 150 forks source link

fix(geom-api): __samples attribute should be Partial<SamplingOpts> #473

Closed jaked closed 4 months ago

jaked commented 4 months ago

Fixes a build failure in geom-axidraw, and looking at the usages of __samples it seems like it's intended to be Partial.

postspectacular commented 4 months ago

You're absolutely right, @jaked! Thank you (that option is a recent addition & haven't rebuild the full repo myself yet...)