import { CodeAction } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Represents a code action.
Properties
readonly
compilerObject: TCompilerObjectGets the compiler object.
Methods
Text changes to apply to each file as part of the code action.
getDescription(): string
Description of the code action.