chore: include pre-built dist for github install
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import type { WorkspaceEdit } from "./types";
|
||||
export interface ApplyResult {
|
||||
success: boolean;
|
||||
filesModified: string[];
|
||||
totalEdits: number;
|
||||
errors: string[];
|
||||
}
|
||||
export declare function applyWorkspaceEdit(edit: WorkspaceEdit | null): ApplyResult;
|
||||
Reference in New Issue
Block a user