mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
build(linter): fix feature unification (#7740)
This commit is contained in:
parent
c254a5b12c
commit
1a67cde0de
1 changed files with 3 additions and 3 deletions
|
|
@ -26,14 +26,14 @@ oxc_cfg = { workspace = true }
|
|||
oxc_codegen = { workspace = true }
|
||||
oxc_diagnostics = { workspace = true }
|
||||
oxc_ecmascript = { workspace = true }
|
||||
oxc_index = { workspace = true }
|
||||
oxc_index = { workspace = true, features = ["serde"] }
|
||||
oxc_macros = { workspace = true }
|
||||
oxc_parser = { workspace = true }
|
||||
oxc_regular_expression = { workspace = true }
|
||||
oxc_resolver = { workspace = true }
|
||||
oxc_semantic = { workspace = true }
|
||||
oxc_span = { workspace = true, features = ["schemars"] }
|
||||
oxc_syntax = { workspace = true }
|
||||
oxc_span = { workspace = true, features = ["schemars", "serialize"] }
|
||||
oxc_syntax = { workspace = true, features = ["serialize"] }
|
||||
|
||||
#
|
||||
bitflags = { workspace = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue