editor.js/src/components/collaborative-editing/diff
Ilya Maroz a513e1079a
feat(collaborative): function for getting changes from string (#2101)
* create function for getting changes from a string

* remove useless variables

* add more test cases

* refactor: return array of operations

* refactor: rename function, conditions, add docs

* refactor: use interfeces, move them to separate file, add comments

* refactor: rename test cases

* refactor: rename test cases

* refactor: change types schema

* refactor: rename function

* test: add the case for multiple changes
2022-09-06 11:32:38 +01:00
..
types feat(collaborative): function for getting changes from string (#2101) 2022-09-06 11:32:38 +01:00
createOperationsByStringsDiff.ts feat(collaborative): function for getting changes from string (#2101) 2022-09-06 11:32:38 +01:00