budgielang/ts-budgie

Recognize hasOwnProperty checks as dictionary lookups

Opened this issue · 0 comments

See CommandsBag.cs output from GLS.

Input:

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

Output:

if (this.commands["hasOwnProperty"])