glob-pattern
Here are 43 public repositories matching this topic...
node-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 6, 2020 - JavaScript
-
Updated
May 24, 2020 - C#
-
Updated
Jun 16, 2019 - JavaScript
-
Updated
Mar 11, 2020 - JavaScript
-
Updated
May 23, 2019
-
Updated
May 25, 2019 - JavaScript
-
Updated
Jan 20, 2020 - C++
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
May 30, 2020 - JavaScript
-
Updated
Jan 17, 2020 - JavaScript
-
Updated
Sep 21, 2019 - Go
Similar to micromatch/glob-base#5
One test fails,
1) should get a base path: qmarks::
AssertionError: '?' == '.'
+ expected - actual
-?
+.
at Context.<anonymous> (/home/pravi/forge/debian/git/pkg-javascript/node-parse-glob/test.js:364:12)
at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
at Tes
-
Updated
Jun 18, 2017 - JavaScript
-
Updated
May 25, 2019 - JavaScript
-
Updated
Aug 27, 2019 - JavaScript
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Apr 5, 2019 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Sep 8, 2016 - JavaScript
-
Updated
Sep 8, 2016 - JavaScript
Feature request
Feature description
We should provide a social share widget-style element on the tool that allows the user to share the short-link for the tool (do.co/glob-tool) via social media or copy the link directly their clipboard.
How the feature is useful
Currently, the tool has very little on it that pushes the user to share it on -- we should encourage users to sha
-
Updated
Nov 2, 2017 - TypeScript
-
Updated
Feb 26, 2018 - JavaScript
-
Updated
Apr 28, 2020 - JavaScript
-
Updated
Aug 7, 2019 - C++
Improve this page
Add a description, image, and links to the glob-pattern topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the glob-pattern topic, visit your repo's landing page and select "manage topics."
Please describe the minimum necessary steps to reproduce this issue:
The example given in README for API
someis not working as intended.Link to example in REPL