import { LanguageService } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets file changes and actions to perform for the provided fixId.
Parameters
filePathOrSourceFile: string | SourceFile
- File path or source file to get the combined code fixes for.
- Identifier for the code fix (ex. "fixMissingImport"). These ids are found in the
ts.codefix
namespace in the compiler api source.
optional
formatSettings: FormatCodeSettings- Format code settings.
optional
preferences: UserPreferences- User preferences for refactoring.