-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Add a js_error! macro to create opaque errors #3920
Conversation
And as a bonus since I needed it, simplify comparison of strings and add PartialEq<&str> for JsString.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3920 +/- ##
==========================================
+ Coverage 47.24% 51.52% +4.28%
==========================================
Files 476 467 -9
Lines 46892 44803 -2089
==========================================
+ Hits 22154 23085 +931
+ Misses 24738 21718 -3020 ☔ 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.
Looks perfect! Thank you!
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.
Looks good to me :)
And as a bonus since I needed it, simplify comparison of strings and add PartialEq<&str> for JsString.