Skip to content

Commit

Permalink
Fix Number.prototype.toFixed() (#2898)
Browse files Browse the repository at this point in the history
* Fix `Number.prototype.toFixed()`

* Add more tests

* Update ryu-js version
  • Loading branch information
HalidOdat authored Oct 5, 2023
1 parent c56a706 commit 8ae39af
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 109 deletions.
154 changes: 59 additions & 95 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion boa_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ num-bigint = { workspace = true, features = ["serde"] }
num-integer = "0.1.45"
bitflags.workspace = true
indexmap = { workspace = true, features = ["std"] }
ryu-js = "0.2.2"
ryu-js = "1.0.0"
chrono = { workspace = true, default-features = false, features = ["clock", "std"] }
fast-float.workspace = true
once_cell = { workspace = true, features = ["std"] }
Expand Down
Loading

0 comments on commit 8ae39af

Please sign in to comment.