8000 Codefix for assignment to const · Issue #28296 · microsoft/TypeScript · GitHub
[go: up one dir, main page]

Skip to content
Codefix for assignment to const #28296
@ghost

Description

TypeScript Version: 3.2.0-dev.20181031

Code

const isMutable = false;
isMutable = true;

Expected behavior:

The error at isMutable = true; has a codefix to change const to let.

Actual behavior:

No codefix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Domain: Quick FixesEditor-provided fixes, often called code actions.Good First IssueWell scoped, documented and has the green lightHelp WantedYou can do thisSuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0