Jason Moore

Results 2 issues of Jason Moore

It would be nice to have the ability to Humanize a string without making any changes to the casing.

When parsing the following code, "options" is incorrectly identified as a duplicate property name: `const { options, labels, options: { labels: labelOptions } } = this;` ``` [Test] public void...