mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
refactor: use import_map crate (#11974)
Removes ImportMap implementation from "cli/" and instead uses "import_map" crate
This commit is contained in:
parent
ba8bbe6f1c
commit
d236f432b8
13 changed files with 30 additions and 883 deletions
|
@ -18,7 +18,6 @@ mod fmt_errors;
|
|||
mod fs_util;
|
||||
mod http_cache;
|
||||
mod http_util;
|
||||
mod import_map;
|
||||
mod info;
|
||||
mod lockfile;
|
||||
mod logger;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue