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
Looks like this report is about the TypeScript type definitions contained in DefinitelyTyped, which aren't part of jsdiff nor maintained by its maintainers (though perhaps jsdiff should have its own type definitions!). Also looks like this has at least partly fixed by now (perhaps completely - I didn't check).
` function diffChars(oldStr:string, newStr:string):IDiffResult[];
some methods seem don't have context argument. However, those method should have according to your API readme.
The text was updated successfully, but these errors were encountered: