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
{{ message }}
This repository was archived by the owner on Aug 5, 2024. It is now read-only.
There was a change in JS version cd60d24#diff-5270d640a6c9c1b0590326b029d71ec8R76 from plain Array to a
diff_match_patch.DiffObject that's trying to emulate Array.The new object is not iterable, which messes up for example with Array destructing:
[Symbol.iterator]would do the trick, but its browser support is questionable