Skip to content

Commit e696fda

Browse files
authored
fix(parser): fix broken regular_expression feature (oxc-project#9963)
fixes oxc-project#9957
1 parent c7fc700 commit e696fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ pico-args = { workspace = true }
4545
[features]
4646
default = ["regular_expression"]
4747
# Parse regex
48-
regular_expression = ["oxc_regular_expression"]
48+
regular_expression = ["dep:oxc_regular_expression"]
4949
# Expose Lexer for benchmarks
5050
benchmarking = []

0 commit comments

Comments
 (0)