Skip to content

Commit

Permalink
Refactor JavaScript bigint rust type
Browse files Browse the repository at this point in the history
 - Move src/value/rcbigint.rs to src/bigint.rs
 - Rename RcBigInt to JsBigInt
  • Loading branch information
HalidOdat committed Jul 18, 2021
1 parent be4a872 commit dcd70a9
Show file tree
Hide file tree
Showing 18 changed files with 534 additions and 496 deletions.
2 changes: 1 addition & 1 deletion boa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ console = []
[dependencies]
boa_unicode = { path = "../boa_unicode", version = "0.11.0" }
gc = { version = "0.4.1", features = ["derive"] }
serde = { version = "1.0.126", features = ["derive"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = "1.0.64"
rand = "0.8.4"
num-traits = "0.2.14"
Expand Down

0 comments on commit dcd70a9

Please sign in to comment.