fix sorting bug that only affects older node versions (probably because old sorting algorithms are not stable)

This commit is contained in:
Kevin Jahns
2019-05-14 15:21:34 +02:00
parent c80f446b5f
commit 4a7d6f0a2d
6 changed files with 199 additions and 452 deletions

View File

@@ -42,5 +42,5 @@ export {
iterateDeletedStructs,
applyUpdate,
encodeStateAsUpdate,
encodeDocumentStateVector
encodeStateVector
} from './internals.js'