kpdecker / jsdiff

A javascript text differencing implementation.
BSD 3-Clause "New" or "Revised" License
7.75k stars 491 forks source link

Add function to reverse a patch #450

Closed ExplodingCabbage closed 7 months ago

ExplodingCabbage commented 7 months ago

Resolves https://github.com/kpdecker/jsdiff/issues/105

(Code based on @ericbiewener's contribution in that issue.)