Skip to content

emergence-engineering/fast-diff-merge

Repository files navigation

fast-diff-merge

made by Emergence Engineering

Made by Emergence-Engineering

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 suggestion in gmail.

Use getDiff function to get a diff between two documents.