Use locks

This commit is contained in:
Andras Schmelczer 2026-01-22 20:21:30 +00:00
commit 727b6b7ed5
10 changed files with 247 additions and 319 deletions

View file

@ -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 = {