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 740277f commit 06fbeaeCopy full SHA for 06fbeae
examples/resolver.rs
@@ -1,9 +1,9 @@
1
// Instruction:
2
//
3
-// run `cargo run -p oxc_resolver --example resolver -- `pwd` test.js`
4
-// or `cargo watch -x "run -p oxc_resolver --example resolver" -- `pwd` test.js`
+// run `cargo run --example resolver -- `pwd` test.js`
+// or `cargo watch -x "run --example resolver" -- `pwd` test.js`
5
6
-// use `OXC_RESOLVER=DEBUG` for tracing
+// NOTE: The first argument must be a absolute path.
7
8
use std::{env, path::PathBuf};
9
0 commit comments