-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Codefix: convert const to let #22473
Copy link
Copy link
Closed
Labels
Domain: LS: Quick FixesEditor-provided fixes, often called code actions.Editor-provided fixes, often called code actions.Good First IssueWell scoped, documented and has the green lightWell scoped, documented and has the green lightHelp WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
Metadata
Metadata
Assignees
Labels
Domain: LS: Quick FixesEditor-provided fixes, often called code actions.Editor-provided fixes, often called code actions.Good First IssueWell scoped, documented and has the green lightWell scoped, documented and has the green lightHelp WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScript
TypeScript Version: 2.8.0-dev.20180308
Search Terms:
const let codefix
Code
Expected behavior:
Error with codefix offered at 1 to convert the declaration from
consttoletActual behavior:
Just an error, no codefix
Related Issues:
The exact opposite of #13133