diff.js/README.md
Alex A. Naanou b76b9f44cd started experimenting with more patterns...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2018-07-30 02:34:15 +03:00

32 lines
319 B
Markdown

# Object diff
## Motivation
## General
### Diff
### Deep compare
### Patterns
## Extending Diff
## The Diff format
### Flat
This is the main and default format used to store diff information.
### Tree
This format is used internaly but may be useful for introspection.