An open API service indexing awesome lists of open source software.

https://github.com/lofcz/esprima-analyzer


https://github.com/lofcz/esprima-analyzer

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

This is a reduced version of https://github.com/google/diff-match-patch/pull/103 stripped of everything not needed for `blazordmp` protocol. The trimmed version supports only:

```js
1. x = new diff_match_patch() // new dms() for diff_dms.min.js
2. x.patch_make
3. x.patch_toText
```

The reduced version is either `11.9 Kb` or `11.2 Kb` compared to `22 Kb` of the full version, both files minified via Closure Compiler, netting ~50% cost reduction.