You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it renames files but doesn't update import/require paths pointing at them.
Making it AST-aware (via something like jscodeshift or ts-morph) would turn it from rename tool into safe refactor tool — a genuinely differentiated feature.
Right now it renames files but doesn't update import/require paths pointing at them.
Making it AST-aware (via something like
jscodeshiftorts-morph) would turn it from rename tool into safe refactor tool — a genuinely differentiated feature.