Skip to content

Commit

Permalink
Scope use of lexical to certain features, attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jul 10, 2023
1 parent e4f9f73 commit 223643f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = [
"crates/swc_timer",
"crates/swc_xml",
]

resolver = "2"
[profile.release]
# lto = true

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ verify = ["swc_ecma_visit"]

[dependencies]
either = { version = "1.4" }
lexical = { version = "6.1.0", features = ["power-of-two"] }
lexical = { version = "6.1.0", features = ["power-of-two", "parse-integers", "parse-floats"], default-features = false }
num-bigint = "0.4"
serde = { version = "1", features = ["derive"] }
smallvec = "1.8.0"
Expand Down

0 comments on commit 223643f

Please sign in to comment.