theming icon indicating copy to clipboard operation
theming copied to clipboard

Refactor to Typescript

Open HenriBeck opened this issue 5 years ago • 1 comments

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

HenriBeck avatar Jan 19 '20 19:01 HenriBeck

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?

kof avatar Jan 26 '20 17:01 kof