micromatch / braces

Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has more complete support for Bash 4.3.
https://github.com/jonschlinkert
MIT License
220 stars 61 forks source link

Remove unnecessary escape in Regex. #14

Closed wtgtybhertgeghgtwtg closed 6 years ago

wtgtybhertgeghgtwtg commented 6 years ago

Unless it's a stylistic thing or something.

jonschlinkert commented 6 years ago

thanks!

jonschlinkert commented 6 years ago

I'm working on a few other edits in braces, I'll push all of it up at the same time, so this might not get published right away, but I wanted to merge it in.