YousefED / SyncedStore

SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically.
https://syncedstore.org
MIT License
1.72k stars 51 forks source link

New type created observer #19

Closed YousefED closed 2 years ago

YousefED commented 2 years ago

This makes reactive-crdt compatible with the non-forked version of yjs again. It incorporates the suggestions from @dmonad in https://github.com/yjs/yjs/pull/298

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1332554091


Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/yjs-reactive-bindings/src/types/doc.ts 0 1 0.0%
packages/yjs-reactive-bindings/src/types/xml.ts 8 10 80.0%
packages/yjs-reactive-bindings/src/types/text.ts 6 9 66.67%
<!-- Total: 33 39 84.62% -->
Totals Coverage Status
Change from base Build 1209505565: 0.6%
Covered Lines: 356
Relevant Lines: 433

💛 - Coveralls