-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Migration refactorings after renaming from .js to .ts files #24713
Copy link
Copy link
Open
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureDomain: LS: Refactoringse.g. extract to constant or function, rename symbole.g. extract to constant or function, rename symbolNeeds ProposalThis issue needs a plan that clarifies the finer details of how it could be implemented.This issue needs a plan that clarifies the finer details of how it could be implemented.SuggestionAn idea for TypeScriptAn idea for TypeScript
Metadata
Metadata
Assignees
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureDomain: LS: Refactoringse.g. extract to constant or function, rename symbole.g. extract to constant or function, rename symbolNeeds ProposalThis issue needs a plan that clarifies the finer details of how it could be implemented.This issue needs a plan that clarifies the finer details of how it could be implemented.SuggestionAn idea for TypeScriptAn idea for TypeScript
At least week's design meeting, @sheetalkamat had the idea that we should consider applying refactorings for when you rename a
.jsfile to a.tsfile.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@typesdependencies for packages that need them.@mjbvz @amcasey