Use locks
This commit is contained in:
parent
4fb4b498a1
commit
727b6b7ed5
10 changed files with 247 additions and 319 deletions
|
|
@ -33,13 +33,14 @@ export type { AuthenticationError } from "./errors/authentication-error";
|
|||
export type { MaybeOutdatedClientCursors } from "./types/maybe-outdated-client-cursors";
|
||||
export { DocumentSyncStatus } from "./types/document-sync-status";
|
||||
export { SyncClient } from "./sync-client";
|
||||
export { __debug_locks } from "./sync-operations/syncer";
|
||||
export type { TextWithCursors, CursorPosition } from "reconcile-text";
|
||||
|
||||
export const debugging = {
|
||||
slowFetchFactory,
|
||||
slowWebSocketFactory,
|
||||
logToConsole,
|
||||
InMemoryFileSystem
|
||||
InMemoryFileSystem,
|
||||
};
|
||||
|
||||
export const utils = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue