diff options
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r-- | ext/node/lib.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs index 730554f2d..7a43fc4d4 100644 --- a/ext/node/lib.rs +++ b/ext/node/lib.rs @@ -81,12 +81,6 @@ pub trait NpmResolver: std::fmt::Debug + MaybeSend + MaybeSync { mode: NodeResolutionMode, ) -> Result<PathBuf, AnyError>; - /// Resolves the npm package folder path from the specified path. - fn resolve_package_folder_from_path( - &self, - specifier: &ModuleSpecifier, - ) -> Result<Option<PathBuf>, AnyError>; - fn in_npm_package(&self, specifier: &ModuleSpecifier) -> bool; fn in_npm_package_at_path(&self, path: &Path) -> bool { |