astro-ghostcms/.pnpm-store/v3/files/c1/67f37d35a9f1a3e733a37fd148d...

6 lines
489 B
Plaintext

import type * as ts from 'typescript/lib/tsserverlibrary';
import type * as vscode from '@volar/language-service';
import { SharedContext } from '../types';
export declare function register(ctx: SharedContext): (uri: string, position: vscode.Position, newName: string) => Promise<vscode.WorkspaceEdit | undefined>;
export declare function fileTextChangesToWorkspaceEdit(changes: readonly ts.FileTextChanges[], ctx: SharedContext): vscode.WorkspaceEdit;
//# sourceMappingURL=rename.d.ts.map