A little proof-of-concept for organizing mathjs by module inclusion, avoiding factory functions.
In other words, if name a depends on b and b is invalidated (because of added implementations), then a must be invalidated as well. Also adds a specific test (custom/piecemeal) that tests this. |
||
|---|---|---|
| bigint | ||
| complex | ||
| generic | ||
| number | ||
| test | ||
| .gitignore | ||
| LICENSE | ||
| package.json5 | ||
| pnpm-lock.yaml | ||
| pocomath.mjs | ||
| PocomathInstance.mjs | ||
| README.md | ||
pocomath
A little proof-of-concept for organizing mathjs by module inclusion, avoiding factory functions.