diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-11-28 17:28:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-28 17:28:54 -0500 |
| commit | 2d4c46c975eb916dc622cc729a1a8d397582a76f (patch) | |
| tree | 445e819117acd2f94ffc9d7da7ed8e3e604435d0 /cli/tools/vendor/mappings.rs | |
| parent | f526513d74d34ac254aa40ef9b73238cb21c395b (diff) | |
refactor: create util folder, move nap_sym to napi/sym, move http_cache to cache folder (#16857)
Diffstat (limited to 'cli/tools/vendor/mappings.rs')
| -rw-r--r-- | cli/tools/vendor/mappings.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tools/vendor/mappings.rs b/cli/tools/vendor/mappings.rs index 543536128..d1152b12b 100644 --- a/cli/tools/vendor/mappings.rs +++ b/cli/tools/vendor/mappings.rs @@ -13,8 +13,8 @@ use deno_graph::ModuleGraph; use deno_graph::Position; use deno_graph::Resolved; -use crate::fs_util::path_with_stem_suffix; -use crate::fs_util::relative_specifier; +use crate::util::path::path_with_stem_suffix; +use crate::util::path::relative_specifier; use super::specifiers::dir_name_for_root; use super::specifiers::get_unique_path; |
