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: Empty glob pattern incorrectly expands to "/**" #11476

Merged
merged 2 commits into from Mar 15, 2019
Merged

Fix: Empty glob pattern incorrectly expands to "/**" #11476

merged 2 commits into from Mar 15, 2019

Commits on Mar 5, 2019

  1. Copy the full SHA
    9d64aa2 View commit details
    Browse the repository at this point in the history
  2. Chore: Move empty pattern ignoring to listFilesToProcess

    It didn't work inside resolveFileGlobPatterns because that function
    needs to return an array of the same length as its input (15d77bd).
    bdchauvette committed Mar 5, 2019
    Copy the full SHA
    c063830 View commit details
    Browse the repository at this point in the history