[F] applyCodeFix
function applyCodeFix(host, codeFix): Promise<void>;
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
host | CompilerHost |
codeFix | CodeFix |
Returns
Section titled “Returns”Promise
<void
>
function applyCodeFix(host, codeFix): Promise<void>;
Parameter | Type |
---|---|
host | CompilerHost |
codeFix | CodeFix |
Promise
<void
>