refactor: use deno_graph's semver and npm structs (#17791)

This commit is contained in:
David Sherret 2023-02-15 13:20:40 -05:00 committed by GitHub
parent b34e751a5b
commit c4b9a91e27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 63 additions and 2512 deletions

View file

@ -18,7 +18,6 @@ mod npm;
mod ops;
mod proc_state;
mod resolver;
mod semver;
mod standalone;
mod tools;
mod tsc;