add tests for meta decoding of updates and state vector comparison of update and ydoc approach

This commit is contained in:
Kevin Jahns
2020-12-30 20:21:14 +01:00
parent 8fadec4dcd
commit dbd1b3cb59
3 changed files with 70 additions and 1 deletions

View File

@@ -76,5 +76,9 @@ export {
AbstractConnector,
logType,
mergeUpdates,
mergeUpdatesV2
mergeUpdatesV2,
parseUpdateMeta,
parseUpdateMetaV2,
encodeStateVectorFromUpdate,
encodeStateVectorFromUpdateV2
} from './internals.js'