Skip to main content
Module

x/deno2node/src/deps.deno.ts>CodeFixAction

Compile your Deno project to run on Node.js.
Go to Latest
class CodeFixAction
extends CodeAction<ts.CodeFixAction>
import { CodeFixAction } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.ts";

Represents a code fix action.

Methods

getFixAllDescription(): string | undefined

Gets the description of the code fix when fixing everything.

getFixId(): { } | undefined

If present, one may call 'getCombinedCodeFix' with this fixId. This may be omitted to indicate that the code fix can't be applied in a group.

getFixName(): string

Short name to identify the fix, for use by telemetry.