Skip to content
This repository has been archived by the owner on Aug 24, 2018. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 484 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 484 Bytes

atom-patch Build Status

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

# clone this repository
git clone https://github.com/atom/atom-patch

cd atom-patch
npm install

Use npm test to run the test suite.