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
It's not for nothing. For last year and so micromatch already proof that it is better in many ways - performance, matching, modularity and 99 compat with bash spec and git spec. It is so modular that from it there popuped few more lower-level libs - nanomatch on globstar matching, and bash-match. It's already absolutely battle- and stress-tested in huge production.
Also noticed that here we few issues related to matching and Windows shits. micromatch and especially upcoming v3 (dev branch), dealt with windows paths.
It's not for nothing. For last year and so
micromatchalready proof that it is better in many ways - performance, matching, modularity and 99 compat with bash spec and git spec. It is so modular that from it there popuped few more lower-level libs -nanomatchon globstar matching, andbash-match. It's already absolutely battle- and stress-tested in huge production.Also noticed that here we few issues related to matching and Windows shits.
micromatchand especially upcoming v3 (devbranch), dealt with windows paths.Hence, 36k tests.
edit: #15, #5 and #9 will be resolved.