mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
refactor(node_resolver): make conditions_from_resolution_mode configurable (#27596)
This commit is contained in:
parent
f912aac2cb
commit
714b40262e
5 changed files with 70 additions and 10 deletions
|
@ -9,6 +9,7 @@ mod npm;
|
|||
mod package_json;
|
||||
mod path;
|
||||
mod resolution;
|
||||
|
||||
mod sync;
|
||||
|
||||
pub use deno_package_json::PackageJson;
|
||||
|
@ -22,6 +23,7 @@ pub use package_json::PackageJsonThreadLocalCache;
|
|||
pub use path::PathClean;
|
||||
pub use resolution::parse_npm_pkg_name;
|
||||
pub use resolution::resolve_specifier_into_node_modules;
|
||||
pub use resolution::ConditionsFromResolutionMode;
|
||||
pub use resolution::IsBuiltInNodeModuleChecker;
|
||||
pub use resolution::NodeResolution;
|
||||
pub use resolution::NodeResolutionKind;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue