Skip to content

Windows globby.sync no longer works for window's paths #130

Closed
@k2snowman69

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions