Skip to content

Gray dead code inside a function #14790

@HKalbasi

Description

@HKalbasi

Typescript language server will highlight dead code after return or similar in gray. Since such dead code is not represented in MIR, we can implement this feature by just graying everything and then un-gray ast nodes that are represented in MIR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions