theming
theming copied to clipboard
Refactor to Typescript
This is the refactor to Typescript.
This includes the following changes
- All code has been converted to TS
- We are now building the code with
tsdx, therefore a UMD build is not provided anymore - Removes any flow definitions Open TODOs:
- [ ] Fix testing (currently incompatible with the building config)
- [ ] Fix some type issues show in tests
I can't say much regarding correctness of types, one thing though for sure is that we need flow types as well, since we can't just remove them.
Wanna try generate flow types?