Codefix for assignment to const #28296
Labels
Domain: Quick Fixes
Editor-provided fixes, often called code actions.
Good First Issue
Well scoped, documented and has the green light
Help Wanted
You can do this
Suggestion
An idea for TypeScript
TypeScript Version: 3.2.0-dev.20181031
Code
Expected behavior:
The error at
isMutable = true;
has a codefix to changeconst
tolet
.Actual behavior:
No codefix.
The text was updated successfully, but these errors were encountered: