A final (?) prototype for a refactor of mathjs, culminating the picomath, pocomath, typomath series. Provides an extensible core with "fuzzy" types for its operations, that can at any time generate exact .d.ts file for its current state.
Go to file
Jos de Jong b9cfe706fc Experiment of creating a TypeScript plugin (WIP) 2023-03-13 16:04:11 +01:00
plugins Experiment of creating a TypeScript plugin (WIP) 2023-03-13 16:04:11 +01:00
src Experiment of creating a TypeScript plugin (WIP) 2023-03-13 16:04:11 +01:00
.gitignore fix: generate CommonJS output instead of ESM as a workaround for typescript-rtti issue #94 2023-02-02 15:52:15 +01:00
LICENSE Initial commit 2022-12-02 14:04:53 +00:00
README.md Set up typescript-rtti (WIP) 2023-01-25 14:42:23 +01:00
package.json5 Experiment of creating a TypeScript plugin (WIP) 2023-03-13 16:04:11 +01:00
pnpm-lock.yaml chore: switch to the `typescript` and `typescript-rtti` versions used in the online playground 2023-02-02 15:07:47 +01:00
tsconfig.json fix: generate CommonJS output instead of ESM as a workaround for typescript-rtti issue #94 2023-02-02 15:52:15 +01:00

README.md

typocomath

A final (?) prototype for a refactor of mathjs, culminating the picomath, pocomath, typomath series. Provides an extensible core with "fuzzy" types for its operations, that can at any time generate exact .d.ts file for its current state.

To build and run the prototype, run:

pnpm install
pnpm build-and-run