denoland / deno_std

The Deno Standard Library
https://jsr.io/@std
MIT License
2.83k stars 582 forks source link

refactor(fs): use `GlobToRegExpOptions` instead of `GlobOptions` from `@std/path/glob-to-regexp` #5315

Closed iuioiua closed 2 days ago

iuioiua commented 2 days ago

Towards https://github.com/denoland/deno_std/pull/5203#issuecomment-2208846773

codecov[bot] commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.81%. Comparing base (53bc5fa) to head (d4f50c3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5315 +/- ## ======================================= Coverage 95.81% 95.81% ======================================= Files 458 458 Lines 37876 37886 +10 Branches 5564 5564 ======================================= + Hits 36290 36300 +10 Misses 1546 1546 Partials 40 40 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.