-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
{extension: false}
and expandDirectories.extensions
don't work together
#97
Comments
Would you be able to submit a pull request with one or more failing tests? That would help getting this fixed faster. |
@sindresorhus Done |
{extension: false}
and expandDirectories.extensions
don't work together
@IssueHunt has funded $40.00 to this issue. See it on IssueHunt |
@sindresorhus Should we just display a warning/error when both options are used simultaneously? That would of course need some kind of documentation. |
@medusalix According to the |
@sindresorhus it('should match literal parens when noext is true (issue #116)', function() {
assert(mm.isMatch('a/(dir)', 'a/(dir)', {noext: true}));
}); |
@sindresorhus We could just throw an error if |
That sounds like a leaked implementation detail and should be reported to But yes, we should still throw an error for now until it's fixed in |
the issue I opened isn't actionable apparently. |
@sindresorhus has rewarded $36.00 to @janat08. See it on IssueHunt
|
If using
noext: true
(orextension: false
, which is the same thing), andexpandDirectories.extensions
, then no results will be returned.Example:
IssueHunt Summary
janat08 has been rewarded.
Backers (Total: $40.00)
Submitted pull Requests
Tips
IssueHunt has been backed by the following sponsors. Become a sponsor
The text was updated successfully, but these errors were encountered: