extglob
extglob copied to clipboard
Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.
This PR adds power support on travis.
`npm install [email protected]` creates the file `node_modules/extglob/lib/.DS_Store` I'm not using macOS so I'm pretty sure it's not at my end.
Hello, I am using extglob v2.0.2 and node v8.9.0. As the title states, there is a case where a pattern does not match where I thought it would. ```js extglob.makeRe("!(*.js|*.json)").test("a.js.gz")...