-
Notifications
You must be signed in to change notification settings - Fork 122
chore: update Boa to v0.21.0
#375
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
chore: update Boa to v0.21.0
#375
Conversation
|
Looks like CI doesn't run probably because it's from fork. |
mattsse
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.
a few breaking changes, but dont look too bad
|
|
|
@mattsse I managed to make it work. Could you take a look at it again? Thanks. |
a412cbd to
13fc628
Compare
|
amazing |
Boa to v0.21.0
| }) | ||
| } else { | ||
| val.to_json(ctx) | ||
| val.to_json(ctx)?.ok_or_else(|| { |
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.
returns None for undefined, looks fine https://docs.rs/boa_engine/latest/boa_engine/value/struct.JsValue.html#method.to_json
mattsse
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.
very nice, ty!
Update boa to v0.21.0. More conformance improvements and bug fixes.
https://github.com/boa-dev/boa/blob/main/CHANGELOG.md#v0210