File: README.txt

package info (click to toggle)
diff-match-patch 20121121-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,668 kB
  • ctags: 739
  • sloc: objc: 3,274; python: 3,207; cpp: 2,662; cs: 2,386; java: 2,276; ansic: 422; makefile: 13; xml: 1
file content (13 lines) | stat: -rw-r--r-- 483 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Warning:

The Dart language is currently (as of December 2011) a Technology Preview.
Until Dart has its first official release, this port of Diff Match Patch may
change from version to version to take advantage of new Dart features.

Therefore if you use this Diff Match Patch library there may be API changes
between versions and you may need to make minor updates to your code.

For example, if Dart adds enums, then DIFF_INSERT/DIFF_DELETE/DIFF_EQUAL will
become an enum.

-- Neil