Closed
Description
Is it possible to make internal objects like wordDiff
importable and available via jsdiff
module? I think it makes sense, for example, because sometimes I want to implement my custom diffs, but don't want to rewrite tokenize
completely, instead I want to get new tokens by tweaking the base implementation. So importing only diffWords
is not flexible and extendable enough, and actually restricts the usage of the library.
Metadata
Metadata
Assignees
Labels
No labels