refactor: use import_map crate (#11974)

Removes ImportMap implementation from "cli/" and instead
uses "import_map" crate
This commit is contained in:
Bartek Iwańczuk 2021-09-11 03:38:24 +02:00 committed by GitHub
parent ba8bbe6f1c
commit d236f432b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 30 additions and 883 deletions

View file

@ -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;