Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Fix Windows implementation #43

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

aymericbeaumet
Copy link
Owner

@aymericbeaumet aymericbeaumet commented May 13, 2020

This PR implements a more robust strategy to make this lib platform agnostic:

  • no longer convert everything to / notation
  • glob patterns are expected to be provided in the / (forward slash) form as this is what globby expects (they deal with the portability). I don't want to support the \\ form and replace with / as this seems fragile
  • options.files and options.searchPaths are free to be defined with / or \\ notation

The tests are also now run on Windows as part of the CI process.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant