Closed slightlyoff closed 3 years ago
Thank you very much. I really like this change. We mostly use fast-glob
in our projects, so this falls perfectly in line. :) One less dependency to care about.
:tada: This PR is included in version 3.2.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
fast-glob
is notably faster thanglob-stream
and in profiling of a local project, this became material.This PR also exposes an object for options to pass through to
fast-glob
which allows finer grained control over options eventually passed down toreaddir
, which can also improve performance.Tests continue to pass.