kpdecker / jsdiff

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

Is there any existing API that can support obtaining the associated data of row level and character level comparison results? #409

Closed kukudeshiyi closed 10 months ago

kukudeshiyi commented 10 months ago

hi, I want to implement a diff text view that can display line-level differences and character-level differences at the same time. Is there an existing API that can support obtaining associated data of two levels of comparison results?

sweetpalma commented 8 months ago

Did you find any solution?