Windows globby.sync no longer works for window's paths #130
Closed
Description
Recently updated from globby@9.2.0 -> globby@10.0.0 and I've found a difference in execution.
Note that this only happens on Windows. It does not happen on OSX or Linux
9.2.0
let fileList = sync("d:\Temporary\prettier\src***.js");
// fileList.length === 109
10.0.0
let fileList = sync("d:\Temporary\prettier\src***.js");
// fileList.length === 0
Expected:
fileList.length to be 109
Metadata
Assignees
Labels
No labels