mathbox icon indicating copy to clipboard operation
mathbox copied to clipboard

add more typedefs

Open sritchie opened this issue 3 years ago • 2 comments

#25 Introduced infrastructure for typings. Remaining TODOs:

To-do:

  • [x] add typings for mathBox options
  • [ ] finish manual typings for types.js
  • [x] add more tests to types.spec.ts. Since that test file is written in typescript, if its tests pass, we can be confident in my manual typings.

sritchie avatar Mar 31 '22 15:03 sritchie

@ChristopherChudzicki we might be done with this, yeah?

sritchie avatar Jan 19 '23 20:01 sritchie

The types for types.js are not really done. A bunch are still any: https://github.com/unconed/mathbox/blob/master/src/primitives/types/types_typed.ts#L207-L222

I think this will be "done" when those are all finished. I'm pretty sure I'll add scale soon, and will look more closely at the others when I do that.

ChristopherChudzicki avatar Jan 20 '23 00:01 ChristopherChudzicki