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

Update to use micromatch #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update to use micromatch #40

wants to merge 1 commit into from

Conversation

doowb
Copy link

@doowb doowb commented Dec 22, 2017

Description

This PR is to use micromatch instead of minimatch.

This change addresses the performance and safety issues that have been found in minimatch. For more general information on why to use micromatch, this section goes over the features. Also, the braces readme has more information about why it's safer.

Additional information

Using micromatch resolves #25, since micromatch has more complete extglob support. A test has been added for this use case.

You can also close #10, since {ignore: ['**/node_modules/**']} will achieve the desired result.

- replaces minimatch with micromatch
- adds a new test
@idmadj
Copy link

idmadj commented Nov 27, 2018

Great work. Would love to see this merged!

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.

Force exclusion first
2 participants