diff --git a/crates/oxc_parser/Cargo.toml b/crates/oxc_parser/Cargo.toml index c5cfd7b2632c7..29fb3c4666f6f 100644 --- a/crates/oxc_parser/Cargo.toml +++ b/crates/oxc_parser/Cargo.toml @@ -45,6 +45,6 @@ pico-args = { workspace = true } [features] default = ["regular_expression"] # Parse regex -regular_expression = ["oxc_regular_expression"] +regular_expression = ["dep:oxc_regular_expression"] # Expose Lexer for benchmarks benchmarking = []