-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: use byte@2 and remove debug, utility deps #140
Conversation
Important Review SkippedAuto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected] |
Sweep: PR ReviewAuthors of pull request: @fengmk2 This pull request aimed to reduce external dependencies and streamline the debugging process in the codebase. The The In Additionally, several unused imports were removed from
|
var debug = require('util').debuglog('hessian:v2:encoder'); | |
var util = require('util'); | |
var EncoderV1 = require('../v1/encoder'); | |
var Long = require('long'); | |
var float32Test = require('../utils').float32Test; |
View Diff
package.json was not reviewed because our filter identified it as typically a non-human-readable or less important file (e.g., dist files, package.json, images). If this is an error, please let us know.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 1.x #140 +/- ##
==========================================
+ Coverage 94.60% 94.67% +0.06%
==========================================
Files 9 9
Lines 1113 1145 +32
Branches 195 203 +8
==========================================
+ Hits 1053 1084 +31
- Misses 60 61 +1 ☔ View full report in Codecov by Sentry. |
No description provided.