pub fn plan_require(
ctx: &mut ScriptCtx,
target: &str,
) -> Result<Option<PathBuf>, String>Expand description
Utility for main.rs: take a (require PATH) string, resolve +
canonicalize, return None if already required (caller should no-op),
or the canonical path otherwise.