micromatch
Here are 15 public repositories matching this topic...
-
Updated
May 2, 2020 - JavaScript
-
Updated
Oct 1, 2019 - JavaScript
-
Updated
Jul 13, 2019 - JavaScript
-
Updated
Mar 11, 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
Apr 30, 2018 - JavaScript
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 5, 2020 - JavaScript
-
Updated
Feb 14, 2018 - JavaScript
-
Updated
May 25, 2019
-
Updated
Jun 1, 2020 - TypeScript
-
Updated
Apr 26, 2017
-
Updated
Apr 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the micromatch topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the micromatch 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