You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. This is an omission. I'll get a release out with this. In the mean time you might be able to link to this using something like require('diff/lib/patches').applyPatches depending on module loader you are using.
I'm trying to use
JsDiff.applyPatches()
on v2.1.0 of your npm package, but i get the errorA quick look at
index.js
indicates that onlyapplyPatch
is exposed, as I don't seeapplyPatches
there:The text was updated successfully, but these errors were encountered: