Prefer ES6 classes to prototypical inheritance#316
Conversation
Codecov Report
@@ Coverage Diff @@
## master #316 +/- ##
==========================================
- Coverage 82.74% 81.67% -1.07%
==========================================
Files 5 5
Lines 875 824 -51
==========================================
- Hits 724 673 -51
Misses 151 151
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
It appears that GitHub's diff tool is really bad in this case. If you pull the branch and use another tool it should be much easier to see that all that was done was to convert from prototypical inheritance to ES6 classes. This will greatly aid in adding to and updating |
LoneRifle
left a comment
There was a problem hiding this comment.
lgtm. for future reference, experiment with unified/split views and hiding whitespace if the PR diff appears mangled, especially if it is known that the changes are mostly mechanical
|
@LoneRifle , that is a good tip. Hiding whitespace and turning off annotations shows how simple this PR really is. Thanks! |
No description provided.