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
Thanks @innermatrix for the feature request! I agree it will be interesting to provide such functionality, so I will add it to my backlog.
My plan is to only use a glob interpreter when a filter is passed, as per your suggestion, to ensure no performance penalty when reflect is used without globs.
I'd like to reflect source to destination, just the way
reflect
does right now, but I'd like to limit the files reflected using a glob.Like, for example
reflect({src, dst, filter: ["**/*.png", "*.json"]})
The text was updated successfully, but these errors were encountered: