You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wuhuizuo
changed the title
semver satisfies function work correct on pre-release part
semver: satisfies function work correct on pre-release part
Dec 24, 2024
wuhuizuo
changed the title
semver: satisfies function work correct on pre-release part
semver: satisfies function work incorrect on pre-release part
Dec 24, 2024
Describe the bug
Steps to Reproduce
Run with Deno:
Expected behavior
satisfies(parse("v9.0.0-alpha"), parseRange(">=8.0.0-0"))
should returntrue
satisfies(parse("v9.0.0-0"), parseRange(">=8.0.0-0"))
should returntrue
satisfies(parse("v9.0.0-alpha"), parseRange(">=8.0.0"))
should returntrue
Environment
The text was updated successfully, but these errors were encountered: