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

Include startOp into TypeScript definition of Change #426

Closed begor closed 3 years ago

begor commented 3 years ago

(follow-up on #424)

When generating automerge.Change, we need to include startOp field to be able to encode it using automerge.encodeChange. In order to do this, we need to include startOp into TypeScript interface of Change.

ept commented 3 years ago

Thanks @begor!