[TS MVP] Rewrite ckeditor5-utils package to TypeScript #11715
Labels
domain:ts
package:utils
squad:core
Issue to be handled by the Core team.
type:task
This issue reports a chore (non-production change) and other types of "todos".
Milestone
We need to start moving CKEditor5 to TypeScript somewhere, and
ckeditor5-utils
is the perfect package to start with. That's because:Because we don't have any tooling supporting TS right now, let's keep the code on feature branch.
Exploiting the full potential of statically typed classes like
Emitter
orObservable
can be tricky to do at the first attempt, so I wouldn't overcomplicate that. We can get back later. For instance, when rewritingckeditor5-engine
.Part of #11708.
The text was updated successfully, but these errors were encountered: