Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: handle more 'workspace:*' specifiers in package.json #7

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

bartlomieju
Copy link
Member

I will open PRs to all relevant crates to bump deno_package_json before merging this one

@@ -36,10 +36,22 @@ pub enum PackageJsonDepValueParseError {
Unsupported { scheme: String },
}

#[derive(Debug, Clone, PartialEq, Eq, Hash)]
pub enum PackageJsonDepWorkspaceReq {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't love the name, any suggestions?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems ok.

Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dsherret dsherret changed the title fix: Handle more 'workspace:*' specifiers in package.json fix: handle more 'workspace:*' specifiers in package.json Nov 25, 2024
@bartlomieju bartlomieju merged commit f5cbda3 into main Nov 25, 2024
4 checks passed
@bartlomieju bartlomieju deleted the handle_npm_workspace_specifiers branch November 25, 2024 23:23
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants