Skip to content

diffing text and generating corresponding changes remotely

Notifications You must be signed in to change notification settings

MarcGodard/tx-diff

This branch is 14 commits ahead of cemerick/jsdifflib:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

508169a · May 15, 2018

History

30 Commits
May 15, 2018
May 15, 2018
Mar 29, 2018
Mar 30, 2018
May 15, 2018

Repository files navigation

Tx-Diff


Registers changes on a line by line bases and can apply those changes elsewhere.

Get Changes

let diff = new diffLib.getDiff(oldText, newText)

Apply Changes

let newText = diffLib.applyChanges(diff, oldText)

About

diffing text and generating corresponding changes remotely

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.7%
  • HTML 5.3%