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
207 stars 47 forks source link

update keepEscaping doc #27

Closed vemoo closed 5 years ago

vemoo commented 5 years ago

It's worth noting that the documented default behaviour has changed. Before escaping wasn't done by default, but now it is.

Closes #26