Migration refactorings after renaming from .js
to .ts
files
#24713
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Domain: Refactorings
e.g. extract to constant or function, rename symbol
Needs Proposal
This issue needs a plan that clarifies the finer details of how it could be implemented.
Suggestion
An idea for TypeScript
Uh oh!
There was an error while loading. Please reload this page.
At least week's design meeting, @sheetalkamat had the idea that we should consider applying refactorings for when you rename a
.js
file to a.ts
file.I think this is definitely worth experimenting with. From the refactoring pipeline, I could imagine things like
Then there's project configuration. I could see
tsconfig.json
@types
dependencies for packages that need them.@mjbvz @amcasey
The text was updated successfully, but these errors were encountered: