Skip to content

Commit 21a05b0

Browse files
committed
wip
1 parent 8e5c9cb commit 21a05b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pnp"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
license = "BSD-2-Clause"
66
description = "Resolution primitives for Yarn PnP"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ pub fn is_excluded_from_fallback(manifest: &Manifest, locator: &PackageLocator)
261261
}
262262
}
263263

264-
fn resolve_to_unqualified_via_manifest<P: AsRef<Path>>(manifest: &Manifest, specifier: &str, parent: P) -> Result<Resolution, Error> {
264+
pub fn resolve_to_unqualified_via_manifest<P: AsRef<Path>>(manifest: &Manifest, specifier: &str, parent: P) -> Result<Resolution, Error> {
265265
let (ident, module_path) = parse_bare_identifier(specifier)?;
266266

267267
if let Some(parent_locator) = find_locator(&manifest, &parent) {

0 commit comments

Comments
 (0)