kpdecker / jsdiff

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

Support callback option in patch-creation functions #465

Closed ExplodingCabbage closed 1 month ago

ExplodingCabbage commented 6 months ago

Currently, passing a callback to any of these causes an error similar to shown in https://github.com/kpdecker/jsdiff/issues/463/.

Remember to update the README when fixing this!