diff options
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r-- | ext/node/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs index 42348915e..5178d81f7 100644 --- a/ext/node/lib.rs +++ b/ext/node/lib.rs @@ -15,9 +15,11 @@ use std::rc::Rc; pub mod errors; mod package_json; +mod path; mod resolution; pub use package_json::PackageJson; +pub use path::PathClean; pub use resolution::get_closest_package_json; pub use resolution::get_package_scope_config; pub use resolution::legacy_main_resolve; |