Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Ensure that glob patterns are normalized #16287

Merged
merged 3 commits into from Sep 12, 2022
Merged

fix: Ensure that glob patterns are normalized #16287

merged 3 commits into from Sep 12, 2022

Commits on Sep 8, 2022

  1. fix: Ensure that glob patterns are normalized

    Glob patterns must be normalized to posix-style file paths before being
    passed in to globby.
    
    Fixes #16259
    nzakas committed Sep 8, 2022
    Copy the full SHA
    a2e5be4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Copy the full SHA
    bf9c14f View commit details
    Browse the repository at this point in the history
  2. Fix Windows tests

    nzakas committed Sep 9, 2022
    Copy the full SHA
    bb2ddf1 View commit details
    Browse the repository at this point in the history