Module

x/ts_morph/mod.ts>CodeFixAction#getFixId

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Latest
method CodeFixAction.prototype.getFixId
import { CodeFixAction } from "https://dotland.deno.dev/x/ts_morph@22.0.0/mod.ts";

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.

Returns

{ } | undefined