You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that the From trait for f32, i128, i16, i8, u128, u16, and u8 are not implemented for JsValue. This is my first time contributing directly to boa, and so I'm just fixing something small that I think is a problem. This is all in preparation for #1975
The text was updated successfully, but these errors were encountered:
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add any
information as you feel neccesary.
--->
This Pull Request fixes/closes#1989.
It changes the following:
- Implements From<f32> for JsValue
I've noticed that the From trait for f32, i128, i16, i8, u128, u16, and u8 are not implemented for JsValue. This is my first time contributing directly to boa, and so I'm just fixing something small that I think is a problem. This is all in preparation for #1975
The text was updated successfully, but these errors were encountered: