Skip to main content
Module

x/ts_morph/mod.ts>LanguageService#findRenameLocations

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
method LanguageService.prototype.findRenameLocations
import { LanguageService } from "https://deno.land/x/ts_morph@15.1.0/mod.ts";

Find the rename locations for the specified node.

Parameters

node: Node
  • Node to get the rename locations for.
optional
options: RenameOptions
  • Options for renaming.