Arkadiusz Filipczak

Results 29 comments of Arkadiusz Filipczak

Solution: https://stackoverflow.com/questions/44717164/unable-to-import-svg-files-in-typescript

@adamerose, can you provide the specific data to reproduce the exception? I mean the value of `text` in your code and the state of the editor before you call `getFirstRange`?

Some stats about progress: Language|files|blank|comment|code :-------|-------:|-------:|-------:|-------: TypeScript|600|17589|62313|54875 JavaScript|199|4898|14206|16609 --------|--------|--------|--------|-------- SUM:|799|22487|76519|71484

@colindawson, CKEditor is usable in TypeScript projects today. There are [excellent community provided](https://github.com/DefinitelyTyped/DefinitelyTyped) types you can rely on. The refactor you mentioned is only about adding types to the code....

We are discussing this. That can be very trivial change, or a very serious one.

Thank you for your feedback. Your approach was indeed valid before we migrated CKEditor 5 to TypeScript, as the data type was previously described as `{*}`, meaning any type. However,...

> > I think we should make this body collection DOM container public. > > Tracking in: #13928. Merged to `master`.

It seems to be a quite small ticket, both in implementation and API design.