Refactor diff patch parsing to use an npm package.
Currently most of this is done by hand with a use of an npm package diff-match-patch. In the past 5 years there have been just two versions of this npm package.
Suggest we to move over to diff.
Significantly more popular (4million downloads vs 105k a month, compare diff-match-patch)
Affected areas:
Refactor diff patch parsing to use an npm package.
Currently most of this is done by hand with a use of an npm package
diff-match-patch. In the past 5 years there have been just two versions of this npm package.Suggest we to move over to diff.
Significantly more popular (4million downloads vs 105k a month, compare
diff-match-patch)Affected areas: