mirror of
https://github.com/flynx/diff.js.git
synced 2025-10-28 10:30:09 +00:00
more work on the docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6bf9a4a896
commit
9a044cd20e
19
README.md
19
README.md
@ -33,8 +33,6 @@ For a walkthrough by example see the [introduction](#introduction), for the gene
|
||||
- [JSON compatibility](#json-compatibility)
|
||||
- [Extending Diff](#extending-diff)
|
||||
- [The Diff format](#the-diff-format)
|
||||
- [Flat](#flat)
|
||||
- [Tree](#tree)
|
||||
- [Contacts, feedback and contributions](#contacts-feedback-and-contributions)
|
||||
- [License](#license)
|
||||
|
||||
@ -753,21 +751,12 @@ For an example see: `Object` handler's `.walk(..)` in [diff.js](./diff.js#L1178)
|
||||
|
||||
## The Diff format
|
||||
|
||||
### Flat
|
||||
For the format structure pattern see [format.js](./format.js).
|
||||
|
||||
This is the main and default format used to store diff information.
|
||||
There are two general format types:
|
||||
- *Flat* - main and default format used to store diff information.
|
||||
- *Tree* - used internally but may be useful for introspection.
|
||||
|
||||
```javascript
|
||||
[]
|
||||
```
|
||||
|
||||
|
||||
### Tree
|
||||
|
||||
This format is used internally but may be useful for introspection.
|
||||
|
||||
```javascript
|
||||
```
|
||||
|
||||
## Contacts, feedback and contributions
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user