Skip to content
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

Add Intersects function to constraints #169

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Vilsol
Copy link

@Vilsol Vilsol commented Apr 14, 2022

Add an intersects function to check for intersects between two different constraints.

Follows the same logic as npm semver intersection detection.

I had to add an "expansion" step for tilde and caret operators to simplify the logic.

I have added additional test cases for this.

@Code42Cate
Copy link

Code42Cate commented Jul 31, 2023

Are there any plans to implement/merge this? I'm wondering if I should wait for it or just implement it myself :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants