High Level Diff and Patch InterfaceΒΆ

The high level diff and patch interface of delta.js simplifies the usage of the underlying algorithms. Using the factory classes and the high-level implementaion of diff and patch it is easy to combine and configure the required delta.js classes for many different use cases.

The delta.js module files are written in a way such that they are easily convertible between the CommonJS and the AWM module formats. The following examples provide a skeletton for your own diff and patch implementations.

Refer to the examples section to get an idea on how to implement your own diff and patch commands using the delta.js framework.

Contents:

Previous topic

Delta.js Reference

Next topic

Example code