https://github.com/lofcz/esprima-analyzer
https://github.com/lofcz/esprima-analyzer
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lofcz/esprima-analyzer
- Owner: lofcz
- License: mit
- Created: 2024-01-20T00:41:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-20T02:43:36.000Z (over 1 year ago)
- Last Synced: 2025-02-15T18:58:23.022Z (8 months ago)
- Language: JavaScript
- Size: 2.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.