Skip to content

Commit

Permalink
use v_jsonescape
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jul 28, 2024
1 parent 7e603e6 commit 673ea5a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 365 deletions.
16 changes: 16 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ unicode-id-start = "1" # Relaxed version so the user can decide which unicode
unicode-width = "0.1.13"
ureq = { version = "2.9.6", default-features = false }
url = "2.5.2"
v_jsonescape = "0.7.3"
walkdir = "2.5.0"
wasm-bindgen = "0.2.92"

Expand Down
11 changes: 6 additions & 5 deletions crates/oxc_sourcemap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ workspace = true
doctest = false

[dependencies]
rustc-hash = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
base64-simd = { workspace = true }
cfg-if = { workspace = true }
rustc-hash = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
base64-simd = { workspace = true }
cfg-if = { workspace = true }
v_jsonescape = { workspace = true, features = ["bytes-buf"] }

rayon = { workspace = true, optional = true }

Expand Down
Loading

0 comments on commit 673ea5a

Please sign in to comment.