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
The change in 3.0.0 that changed it to only allow forward slash paths turned out to be a pain. Anywhere I use fast-glob, I now need to specially normalize paths on Windows.
Maybe there could even be some kind of option to loosen fast-glob, when you don't need glob escaping, but do need to accept both file paths and globs, which is actually the majority of cases, at least for me.
The text was updated successfully, but these errors were encountered:
The change in 3.0.0 that changed it to only allow forward slash paths turned out to be a pain. Anywhere I use
fast-glob
, I now need to specially normalize paths on Windows.Would be useful if
fast-glob
had a.convertToGlob()
kinda method, with similar logic to sindresorhus/del@01da91f#diff-168726dbe96b3ce427e7fedce31bb0bcR41-R53.Maybe there could even be some kind of option to loosen
fast-glob
, when you don't need glob escaping, but do need to accept both file paths and globs, which is actually the majority of cases, at least for me.The text was updated successfully, but these errors were encountered: