Re-export type
This commit is contained in:
parent
61c1433f12
commit
2785a7dd98
2 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ import * as fs from "fs/promises";
|
||||||
import type { Dirent } from "fs";
|
import type { Dirent } from "fs";
|
||||||
import * as path from "path";
|
import * as path from "path";
|
||||||
import type { FileSystemOperations, RelativePath } from "sync-client";
|
import type { FileSystemOperations, RelativePath } from "sync-client";
|
||||||
import type { TextWithCursors } from "reconcile-text";
|
|
||||||
|
|
||||||
export class NodeFileSystemOperations implements FileSystemOperations {
|
export class NodeFileSystemOperations implements FileSystemOperations {
|
||||||
public constructor(private readonly basePath: string) {}
|
public constructor(private readonly basePath: string) {}
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@ export type { NetworkConnectionStatus } from "./types/network-connection-status"
|
||||||
export type { MaybeOutdatedClientCursors } from "./types/maybe-outdated-client-cursors";
|
export type { MaybeOutdatedClientCursors } from "./types/maybe-outdated-client-cursors";
|
||||||
export { DocumentSyncStatus } from "./types/document-sync-status";
|
export { DocumentSyncStatus } from "./types/document-sync-status";
|
||||||
export { SyncClient } from "./sync-client";
|
export { SyncClient } from "./sync-client";
|
||||||
|
export type { TextWithCursors, CursorPosition } from "reconcile-text";
|
||||||
|
|
||||||
export const debugging = {
|
export const debugging = {
|
||||||
slowFetchFactory,
|
slowFetchFactory,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue