bustle / mobiledoc-kit

A toolkit for building WYSIWYG editors with Mobiledoc
https://bustle.github.io/mobiledoc-kit/demo/
MIT License
1.55k stars 150 forks source link

Typescriptify Phase V 🧞‍♂️🧞‍♀️ #744

Closed ZeeJab closed 4 years ago

ZeeJab commented 4 years ago

This PR is Phase 5 of migrating the mobiledoc-kit lib to typescript. The focus here was the Editor + enabling noImplicitAny!!

In a previous PR I had updated some dependencies, but I rolled some of those back in this one due to unnecessary additional complications they were introducing for this particular phase.

This marks the end of migrating all the implementation code into TS. The next phases will be focused on migrating tests.