UNPKG

atom-patch

Version:

A data structure to efficiently represent the results of applying patches.

16 lines (10 loc) 484 B
# atom-patch [![Build Status](https://travis-ci.org/atom/atom-patch.svg?branch=master)](https://travis-ci.org/atom/atom-patch) This data structure efficiently represents a transformation from input to output text, and it's useful for aggregating and combining changes that occur at different points in time and space. ## Contributing ```bash # clone this repository git clone https://github.com/atom/atom-patch cd atom-patch npm install ``` Use `npm test` to run the test suite.