Sean Carey
Results
1
issues of
Sean Carey
The grouping logic does not perform as expected with javascript ES6 objects, e.g. ``` { otherVarInBlock: this.config.something, sameName, somethingElse: this.config.someOtherThing, someVar: this.config.someOtherVar, } ``` I would expect all values that...