Replies: 1 comment 2 replies
-
Keep them coming 😄 💪 .
I'm not sure what you mean? Create a separate project? I think what will work best is to create a new issue for each idea to improve the TypeScript types, and give them the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @josdejong @gwhitney, in working on #2537 I had a whole bunch more ideas for how to improve the mathjs typings and am trying to figure out the best way to keep track of them. Wondering if you guys would consider creating a GH project to keep track of that kind of thing that I could add to?
Ideas that I can remember (there were a few more I've forgotten):
OperatorNode
to keep track of it'sop
typeMathArray
andMatrix
to keep track of their inner value typesAdd dedicatedFractionDefinition
(or something?) type instead ofobject
https://github.com/josdejong/mathjs/blob/develop/types/index.d.ts#L543SingularThing | PluralThing
, always use overloads insteadBigNumber | number |...
some useMathNumericType
)evaluate()
: https://github.com/josdejong/mathjs/blob/develop/types/index.d.ts#L685Beta Was this translation helpful? Give feedback.
All reactions