Open JoshuaKGoldberg opened 6 years ago
See CommandsBag.cs output from GLS.
CommandsBag.cs
Input:
if (this.commands.hasOwnProperty(metadata.name))
Output:
if (this.commands["hasOwnProperty"])
See
CommandsBag.cs
output from GLS.Input:
Output: