glob
Here are 197 public repositories matching this topic...
Please describe the minimum necessary steps to reproduce this issue:
The example given in README for API some is not working as intended.
Link to example in REPL
const mm = require('micromatch');
// mm.some(list, patterns[, options]);
console.log(mm.some(['foo.js', 'bar.js'], ['*.js', '!foo.js']));
// true
console.log(mm.sonode-glob has the nonull option which instead of returning an empty array if no patterns matches, it returns the patterns that didn't match anything. This can be useful when you want to report to the user what patterns/filepaths couldn't be found.
Definitely needs a better name than nonull though.
-
Updated
Sep 25, 2019 - JavaScript
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Dec 30, 2019 - JavaScript
-
Updated
May 2, 2020 - JavaScript
-
Updated
Oct 1, 2019 - JavaScript
-
Updated
May 24, 2020 - C#
The documentation includes an ignore option, but it doesn't do anything and the source code doesn't appear to reference it at all.
-
Updated
Nov 23, 2019 - JavaScript
-
Updated
Jan 25, 2016 - Shell
-
Updated
Jun 16, 2019 - JavaScript
-
Updated
Apr 11, 2020 - C#
-
Updated
Jul 13, 2019 - JavaScript
-
Updated
May 23, 2019
-
Updated
Mar 11, 2020 - JavaScript
-
Updated
Oct 13, 2017 - JavaScript
-
Updated
May 25, 2019 - JavaScript
-
Updated
Jan 20, 2020 - C++
-
Updated
Jun 15, 2020 - JavaScript
It would be really great if the README made it clear that this package requires git to be on the path as well as carrying the "experimental" and "doesn't work on Windows" warnings which are shown on github. This would help make sure that devs who discover the package on www.npmjs.org are aware of these limitations before they spend time trying to try out the package.
Thanks.
-
Updated
Jun 19, 2020 - C#
Improve this page
Add a description, image, and links to the glob topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the glob topic, visit your repo's landing page and select "manage topics."
Currently only gitignores from cwd and down are taken into account for gitignore filtering. What about those who are higher in a hierarchy?
Use case: monorepo repositories (like babel f