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

ISSUE-105: Introduce the isDynamicPattern method (alternative for hasMagic) #230

Merged
merged 4 commits into from
Sep 29, 2019

Conversation

mrmlnc
Copy link
Owner

@mrmlnc mrmlnc commented Sep 29, 2019

What is the purpose of this pull request?

This is the functionality that was requested in #105.

What changes did you make? (Give an overview)

Use our own solution instead of is-glob package (passess the original tests with some discression). Our solution allows you to use some options that affect the match. Most likely, after we understand that the solution works and works well, we will try to join this code with is-glob package. I don't know now who uses struct syntax and why.

@mrmlnc mrmlnc changed the title ISSUE-105: Introduce the isDynamicPattern method (alternative for hasMagic ISSUE-105: Introduce the isDynamicPattern method (alternative for hasMagic) Sep 29, 2019
@mrmlnc mrmlnc force-pushed the ISSUE-105_glob_has_magic branch 3 times, most recently from bf0bd3b to 6a09a06 Compare September 29, 2019 12:03
Our solution allows to use some options that affect the match. Most likely, after we understand that the solution works and works well, we will try to join this code with `is-glob` package.
@mrmlnc mrmlnc marked this pull request as ready for review September 29, 2019 12:09
README.md Outdated Show resolved Hide resolved
@mrmlnc mrmlnc merged commit ea45f9d into master Sep 29, 2019
@mrmlnc mrmlnc deleted the ISSUE-105_glob_has_magic branch September 30, 2019 19:02
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.

1 participant