-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
refactor: reduce code complexity #10120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10120 +/- ##
==========================================
+ Coverage 96.33% 96.35% +0.01%
==========================================
Files 63 63
Lines 9431 9426 -5
==========================================
- Hits 9085 9082 -3
+ Misses 346 344 -2
Continue to review full report at Codecov.
|
e2e0741 to
4769e12
Compare
|
Hey @sushantdhiman you think we can get my last 2 PRs in before v5 goes live? :) |
sushantdhiman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some changes otherwise LGTM
4769e12 to
76231aa
Compare
|
done |
|
Thanks @SimonSchick |
Pull Request check-list
Please make sure to review and check all of these items:
npm run testornpm run test-DIALECTpass with this change (including linting)?Description of change
else (if)'s with linter help..npmignorewithfilesinpackage.jsonand exclude all redundant files for use.On another note, is there a reason you call
Error.captureStackTrace(this, this.constructor);on all error errors?Are you doing to to prevent it from capturing the first stack frame?
This will be my last code cleanup PR until v5 is out.