We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3b159 commit 9f9d27bCopy full SHA for 9f9d27b
Cargo.lock
Cargo.toml
@@ -6,17 +6,17 @@ resolver = "3"
6
thiserror = "2"
7
rustc-hash = "2"
8
indexmap = "2.10"
9
-oxc_allocator = "0.121"
10
-oxc_ast = "0.121"
11
-oxc_codegen = "0.121"
12
-oxc_data_structures = "0.121"
13
-oxc_diagnostics = "0.121"
14
-oxc_ecmascript = "0.121"
15
-oxc_parser = "0.121"
16
-oxc_semantic = "0.121"
17
-oxc_span = "0.121"
18
-oxc_syntax = "0.121"
19
-oxc_traverse = "0.121"
+oxc_allocator = "0.123"
+oxc_ast = "0.123"
+oxc_codegen = "0.123"
+oxc_data_structures = "0.123"
+oxc_diagnostics = "0.123"
+oxc_ecmascript = "0.123"
+oxc_parser = "0.123"
+oxc_semantic = "0.123"
+oxc_span = "0.123"
+oxc_syntax = "0.123"
+oxc_traverse = "0.123"
20
napi = "3"
21
napi-derive = "3"
22
napi-build = "2"
0 commit comments