Skip to content

Recognize hasOwnProperty checks as dictionary lookups #50

@JoshuaKGoldberg

Description

@JoshuaKGoldberg

See CommandsBag.cs output from GLS.

Input:

if (this.commands.hasOwnProperty(metadata.name))

Output:

if (this.commands["hasOwnProperty"])

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