Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
Create a javascript regular expression for matching everything except for the given string.
Returns an object with a negated
boolean and the !
stripped from negation patterns. Also respects extglobs.
Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.
Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.