chore: remove std/installer, port installer tests to Rust (#3843)

This commit is contained in:
Bartek Iwańczuk 2020-01-31 17:34:50 +01:00 committed by GitHub
parent c7a2a33ea1
commit e1697421e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 103 additions and 791 deletions

View file

@ -35,7 +35,7 @@ mod global_state;
mod global_timer;
mod http_util;
mod import_map;
mod installer;
pub mod installer;
mod js;
mod lockfile;
mod metrics;