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

Use micromatch instead of minimatch #46

Merged
merged 2 commits into from Oct 23, 2020
Merged

Use micromatch instead of minimatch #46

merged 2 commits into from Oct 23, 2020

Conversation

dorny
Copy link
Owner

@dorny dorny commented Oct 23, 2020

micromatch claims to support full Bash 4.3 spec and it actually passes all the tests.
For example this fixes processing of '!(/*.tsx|/*.less)' pattern

closes #45

micromatch claims to support full Bash 4.3 spec and it actually passes all the tests. 
For example this fixes processing of '!(**/*.tsx|**/*.less)' pattern - needed by #45
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.

Are filters ANDed?
1 participant