Various improvements #169
1 changed files with 5 additions and 1 deletions
Fix import
commit
3b2711fcf3
|
|
@ -1,7 +1,11 @@
|
||||||
import * as fs from "fs/promises";
|
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,
|
||||||
|
TextWithCursors
|
||||||
|
} from "sync-client";
|
||||||
|
|
||||||
export class NodeFileSystemOperations implements FileSystemOperations {
|
export class NodeFileSystemOperations implements FileSystemOperations {
|
||||||
public constructor(private readonly basePath: string) {}
|
public constructor(private readonly basePath: string) {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue