We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c738d commit b3027e8Copy full SHA for b3027e8
justfile
@@ -125,7 +125,7 @@ codecov:
125
126
# Generate AST related boilerplate code.
127
# If fails first time, run with JS generators disabled first, and then again with JS generators enabled.
128
-# This is necessary because JS generators use `oxc_*` crates (e.g. `oxc_minify`), and those crates may not compile
+# This is necessary because JS generators use `oxc_*` crates (e.g. `oxc_minifier`), and those crates may not compile
129
# unless Rust code is generated first.
130
# See: https://github.com/oxc-project/oxc/issues/15564
131
ast:
0 commit comments