Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oxc-project/oxc-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d63d868aecf93b0aa5c24a6c572c9abe8ebadee8
Choose a base ref
..
head repository: oxc-project/oxc-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 79375d21c21b201cf2000ace5ce904ce768bc979
Choose a head ref
Showing with 44 additions and 35 deletions.
  1. +43 −34 Cargo.lock
  2. +1 −1 Cargo.toml
77 changes: 43 additions & 34 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
[dependencies]
napi = { version = "3.0.0-alpha.7", default-features = false, features = ["serde-json", "napi3"] }
napi-derive = { version = "3.0.0-alpha.6", default-features = false, features = ["type-def"] }
oxc = { version = "0.28", features = ["codegen", "transformer", "sourcemap_concurrent", "semantic"] }
oxc = { version = "0.29", features = ["codegen", "transformer", "sourcemap_concurrent", "semantic"] }
oxc_resolver = "1"
phf = "0.11"
serde = { version = "1.0", features = ["derive"] }