Skip to content

Commit c6a19aa

Browse files
committed
refactor(linter): remove unused serde features (#7738)
1 parent b701232 commit c6a19aa

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ unicode-id-start = "1"
121121

122122
#
123123
oxc-browserslist = "1.1.0"
124-
oxc_index = "1.0.1"
124+
oxc_index = "2"
125125
oxc_resolver = "2.1.1"
126126
oxc_sourcemap = "1.0.3"
127127

crates/oxc_linter/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@ oxc_cfg = { workspace = true }
2626
oxc_codegen = { workspace = true }
2727
oxc_diagnostics = { workspace = true }
2828
oxc_ecmascript = { workspace = true }
29-
oxc_index = { workspace = true, features = ["serialize"] }
29+
oxc_index = { workspace = true }
3030
oxc_macros = { workspace = true }
3131
oxc_parser = { workspace = true }
3232
oxc_regular_expression = { workspace = true }
3333
oxc_resolver = { workspace = true }
3434
oxc_semantic = { workspace = true }
35-
oxc_span = { workspace = true, features = ["schemars", "serialize"] }
36-
oxc_syntax = { workspace = true, features = ["serialize"] }
35+
oxc_span = { workspace = true, features = ["schemars"] }
36+
oxc_syntax = { workspace = true }
3737

3838
#
3939
bitflags = { workspace = true }
4040
convert_case = { workspace = true }
4141
cow-utils = { workspace = true }
4242
dashmap = { workspace = true }
4343
fast-glob = { workspace = true }
44-
globset = { workspace = true, features = ["serde1"] }
44+
globset = { workspace = true }
4545
itertools = { workspace = true }
4646
json-strip-comments = { workspace = true }
4747
language-tags = { workspace = true }

crates/oxc_syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ serialize = [
4444
"bitflags/serde",
4545
"dep:serde",
4646
"dep:wasm-bindgen",
47-
"oxc_index/serialize",
47+
"oxc_index/serde",
4848
"oxc_estree/serialize",
4949
]
5050

0 commit comments

Comments
 (0)