Fix import
This commit is contained in:
parent
51baa4d8e0
commit
c798d96009
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
|||
import * as fs from "fs/promises";
|
||||
import type { Dirent } from "fs";
|
||||
import * as path from "path";
|
||||
import type { FileSystemOperations, RelativePath } from "sync-client";
|
||||
import type {
|
||||
FileSystemOperations,
|
||||
RelativePath,
|
||||
TextWithCursors
|
||||
} from "sync-client";
|
||||
|
||||
export class NodeFileSystemOperations implements FileSystemOperations {
|
||||
public constructor(private readonly basePath: string) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue