You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2021. It is now read-only.
This library doesn't support negation globs, here are the docs about it
For example calling
globToRegExp('!*.js')
returns/^\!.*\.js$/
, which matches strings that start with the character!
.It should return a negative regex (lookahead?) instead.
The text was updated successfully, but these errors were encountered: