-
Notifications
You must be signed in to change notification settings - Fork 632
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
fix(msgpack): encode maps with null prototype #4764
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4764 +/- ##
==========================================
- Coverage 91.89% 91.88% -0.01%
==========================================
Files 485 485
Lines 41308 41315 +7
Branches 5317 5320 +3
==========================================
+ Hits 37959 37964 +5
- Misses 3292 3294 +2
Partials 57 57 ☔ View full report in Codecov by Sentry. |
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.
Please run deno fmt
.
thanks for remind |
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.
Can you provide some context behind why this change is needed? Is there a related issue?
This 'is-plain-object' check seems mostly aligned with the implementation of |
it is not related to existed issue
|
Fair justifications. For future reference, please be sure to include some context in the initial comment for PRs 🙂 |
No description provided.