This commit is contained in:
Andras Schmelczer 2025-11-23 15:13:30 +00:00
parent 5a0c64d39c
commit fb2d82a06e
6 changed files with 18 additions and 16 deletions

View file

@ -1,11 +1,12 @@
import type { StoredDatabase } from "sync-client";
import type { StoredDatabase ,
TextWithCursors
} from "sync-client";
import { assert } from "../utils/assert";
import {
type RelativePath,
type FileSystemOperations,
type SyncSettings,
SyncClient,
TextWithCursors
SyncClient
} from "sync-client";
export class MockClient implements FileSystemOperations {