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

Replace fast-glob with a lighter tinyglobby #165

Merged
merged 9 commits into from
Sep 8, 2024

Commits on Sep 8, 2024

  1. Replace fast-glob with tinyglobby

    `tinyglobby` uses `picomatch` under the hood which default to
    case-sensitive matching. Not sure what are the performance
    implications of performing such matching on Unix systems, but in case
    we want to preserve the distinction, an update in `tinyglobby` would be
    needed to expose the underlying `picomatch` options or add a new
    top-level one that'd control the `nocase` flag.
    ziebam committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    6ee4084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36726e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f79fe7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a1f2f0 View commit details
    Browse the repository at this point in the history
  5. Reorder the import

    ziebam committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    2d67dcd View commit details
    Browse the repository at this point in the history
  6. Bump tinyglobby

    ziebam committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    3fe07bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad12e2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed161f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2b99c7 View commit details
    Browse the repository at this point in the history