Package Exports
- refactor-vir
- refactor-vir/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (refactor-vir) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
refactor-vir
Making widespread codebase refactors easier.
Install
npm i -g refactor-vir
It'll work fine if installed locally (instead of globally) as well.
Commands
Rename
Renames and/or updates imports for a variable in all found relevant files.
- Only searches for
.ts
files nested withinsrc
directories. - Ignores all
nodes_modules
directories. - Does not handle dynamic
import()
imports yet.
All needed information is prompted from you in your terminal.
rv rename