Skip to main content
Module

x/ts_morph/mod.ts>CodeFixAction#getFixId

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
method CodeFixAction.prototype.getFixId
import { CodeFixAction } from "https://deno.land/x/ts_morph@15.1.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