micromatch / glob-fs

file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!
http://jonschlinkert.github.io/glob-fs
MIT License
55 stars 17 forks source link

lacking in glob pattern recognition #12

Open TheMaverickProgrammer opened 8 years ago

TheMaverickProgrammer commented 8 years ago

I have used glob-fs in my program for a faster glob experience. The full pattern recognition was not available. I ran many attempts with patterns similar to *!(.js) and every result included .js. This is unfortunate as this looks like a promising library.

jonschlinkert commented 8 years ago

I think this just needs to be updated to use the most recent micromatch. I might also need to rework some of the path creation logic.

looks like a promising library.

thanks, and sorry I haven't had a lot of time for this lib lately. I would take a pr to update micromatch to the latest if you want to do one