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

Rewrite paths for globby to use forward slash #5386

Merged
merged 6 commits into from Jul 14, 2021
Merged

Rewrite paths for globby to use forward slash #5386

merged 6 commits into from Jul 14, 2021

Commits on Jul 12, 2021

  1. Rewrite paths for globby to use forward slash

    Thomas Bowman Mørch committed Jul 12, 2021
    Copy the full SHA
    e31f00c View commit details
    Browse the repository at this point in the history
  2. Remove stray comment

    Thomas Bowman Mørch committed Jul 12, 2021
    Copy the full SHA
    9494e17 View commit details
    Browse the repository at this point in the history
  3. Extend tests to verify 'windows paths'

    Thomas Bowman Mørch committed Jul 12, 2021
    Copy the full SHA
    bb8868b View commit details
    Browse the repository at this point in the history
  4. Use normalize-path for path normalization instead of regex

    Thomas Bowman Mørch committed Jul 12, 2021
    Copy the full SHA
    e9785e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Amend tests as suggested in PR comments

    Thomas Bowman Mørch committed Jul 14, 2021
    Copy the full SHA
    a65f668 View commit details
    Browse the repository at this point in the history
  2. Updated test description

    Thomas Bowman Mørch committed Jul 14, 2021
    Copy the full SHA
    07b18e4 View commit details
    Browse the repository at this point in the history