Bug Report Checklist
Expected
Expected it to work.:)
Actual
collectFileNamesFromGlobs uses default node:path which results in paths like C:\foo\bar\**\*.js on windows.
glob processes backslashes as escape characters and so returns nothing of use.
You should use something like upath for all paths work, or set windowsPathsNoEscape: true in the glob options.
Additional Info
No response
Bug Report Checklist
mainbranch of the repository.Expected
Expected it to work.:)
Actual
collectFileNamesFromGlobsuses defaultnode:pathwhich results in paths likeC:\foo\bar\**\*.json windows.globprocesses backslashes as escape characters and so returns nothing of use.You should use something like upath for all paths work, or set
windowsPathsNoEscape: truein the glob options.Additional Info
No response