-
Notifications
You must be signed in to change notification settings - Fork 633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discussion(semver): Necessity of Comparator
#4047
Comments
Comparator looks like an internal utility interface. It is very limited version of
|
I agree.
const simpleRange = { ranges: [ [ { operator: "=", semver: { major: 1, minor: 2, patch: 3 } } ] ] } We might need to find a good solution to simplify usage. (related: #3967) |
Ok, I will go forward and create a PR to deprecate all public |
Completed in #4131. |
Background
ref: #4037 (review), #4037 (comment)
This issue explores, if
Comparator
is necessary in thesemver
module.@kt3k What made you think that
Comparator
might not be necessary?The text was updated successfully, but these errors were encountered: