@emergence-engineering/fast-diff-merge
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@emergence-engineering/fast-diff-merge", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -8,5 +8,5 @@ # fast-diff-merge | ||
Motivation: when you diff two documents you get back a set of diff segments. You can diff by char or diff by word, | ||
but you'd rather get a replace that tells you the changed region, just like it happens when you get a | ||
but you'd rather get a Replace that tells you the changed region, just like it happens when you get a | ||
suggestion in gmail. | ||
Use `getDiff` function to get a diff between two documents. | ||
Use `getDiff` function to get a diff between two documents. |
8199
12