Pretty Diff

Pretty Diff is a language-aware data comparison[1][2] utility implemented in JavaScript. The online utility is capable of source code prettification, minification, and comparison of two pieces of input text. It operates by removing code comments from supported languages and then performs a pretty-print[3] operation prior to executing the diff algorithm. An abbreviated list of unit tests is provided.[4] The documentation[5] claims the JavaScript pretty-print operation conforms to the requirements of JSLint.

Pretty Diff
Developer(s)Austin Cheney
Initial releaseMarch 3, 2009 (2009-03-03)
Written inJavaScript
PlatformWeb platform
TypeData comparison, prettification, minification
LicenseCC0
Websiteprettydiff.com

As Pretty Diff is written entirely in JavaScript, the application executes in a web browser or on command line using a stand-alone JavaScript interpreter, such as Node.js.

As of 23 March 2016 Pretty Diff stated it would abandon NPM in response to a list of disagreements.[6] On 18 April 2016 in parallel to the release of Pretty Diff version 2.0.0. the NPM package is updated to artificial version 99 where it is effectively locked into version 1.16.37.[7][8]

The source code is published at the Pretty Diff GitHub repository.[9]

Alternatives

  • JS Diff Lib - Diff tool written in JavaScript
  • JS Beautify - HTML and JavaScript beautification
  • JSMin - Minifier for JavaScript written in JavaScript
  • CSSmin - Minifier for CSS
  • Google Closure Compiler - Minifier for CSS, JavaScript, and HTML.
gollark: Um, that's an interesting idea, I guess?
gollark: We're not rational beings taking a lot of computing shortcuts, we *are* computing shortcuts.
gollark: Maybe they save computing power over actually being sensible, but they cause problems.
gollark: Sometimes they're just weird bizarre broken reasoning quirks.
gollark: Sometimes they are really bad at "calculating an approximation of truth".

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.