mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
69ab720025
Some more slow progress on moving all the resolution code into deno_resolver.
8 lines
242 B
Rust
8 lines
242 B
Rust
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
|
|
mod byonm;
|
|
mod local;
|
|
|
|
pub use byonm::ByonmNpmResolver;
|
|
pub use byonm::ByonmNpmResolverCreateOptions;
|
|
pub use local::normalize_pkg_name_for_node_modules_deno_folder;
|