mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
refactor: use deno_path_util (#25918)
This commit is contained in:
parent
b694efb384
commit
fc739dc5eb
33 changed files with 83 additions and 140 deletions
|
@ -16,7 +16,7 @@ use deno_core::anyhow::anyhow;
|
|||
use deno_core::anyhow::bail;
|
||||
use deno_core::anyhow::Context;
|
||||
use deno_core::error::AnyError;
|
||||
use deno_core::normalize_path;
|
||||
use deno_path_util::normalize_path;
|
||||
use deno_task_shell::ShellCommand;
|
||||
|
||||
use crate::args::CliOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue