BBob
BBob copied to clipboard
Is there any plan for TypeScript supporting?
Is there any plan for TypeScript supporting?
Yep in plans, type files.
Is this still planned? If so, do you have a time estimate?
I already started to convert my tests to typescript and write some definition files
Just in case it is interesting, here are our typings we have tried to introduce for BBob (Permlink of current state, often refactored currently when we go deeper down the API): https://github.com/CoreMedia/ckeditor-plugins/tree/bcfca6fe1ed42aa3d9d15ed4b3ae67c0620ed81e/packages/ckeditor5-bbcode/types/%40bbob
Also got inspired by the PoC-branch that already exists.
I must admit, they contain many rough guesses (often shortened by just using unknown
as type) as from outside the API is complex (and powerful regarding its possible extension points). Nevertheless, as the API is that rich, it would for sure benefit from proper typings.
Excited to see this looking like it's coming closer to fruition with the in-progress CR! Thanks for working on it!