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
Glob patterns seriously simplify the work with the file system and are used very often. But sometimes I prefer to write some more additional lines and avoid it since the usage of glob patterns requires import and adding a package to dependencies. It could be good to add support of glob patterns to zx.
The best option is to have it on fs-extra side, but the issue about the support of glob patterns was closed in their repo.
I think that it could be good just to add a package for work with glob patterns with a simple promise-based interface, like globby, and expose it as a global variable.
The text was updated successfully, but these errors were encountered:
Glob patterns seriously simplify the work with the file system and are used very often. But sometimes I prefer to write some more additional lines and avoid it since the usage of glob patterns requires import and adding a package to dependencies. It could be good to add support of glob patterns to
zx
.The best option is to have it on
fs-extra
side, but the issue about the support of glob patterns was closed in their repo.I think that it could be good just to add a package for work with glob patterns with a simple promise-based interface, like
globby
, and expose it as a global variable.The text was updated successfully, but these errors were encountered: