automerge / automerge-classic

A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
http://automerge.org/
MIT License
14.75k stars 466 forks source link

Require Node 12 or above #381

Closed ept closed 3 years ago

ept commented 3 years ago

This PR removes some code that was only there for compatibility with older versions of Node. This reduces the JS bundle size by about 10%.