Closed SukkaW closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.86%. Comparing base (
9000888
) to head (cd9514e
). Report is 27 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Under the hood,
globby
is powered byfast-glob
with extra features, but none of them are utilized by themkdist
.Since the
mkdist
doesn't utilize those extra features, the PR replacesglobby
withfast-glob
to reduce the installation size.See also https://github.com/unjs/unbuild/pull/418, https://github.com/typescript-eslint/typescript-eslint/issues/9453