Skip to content

feat: export type SyncFileSystem and type BaseFileSystem #448

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

Merged
merged 2 commits into from
Feb 14, 2025

Conversation

carlocorradini
Copy link
Contributor

Fix #447

I also exported BaseFileSystem since it is widely used in the CachedInputFileSystem class.

Copy link

linux-foundation-easycla bot commented Feb 14, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: carlocorradini / name: Carlo Corradini (4918c5b)
  • ✅ login: alexander-akait / name: Alexander Akait (3c9d4b6)

Copy link

codecov bot commented Feb 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.41%. Comparing base (40a4050) to head (3c9d4b6).
Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #448   +/-   ##
=======================================
  Coverage   92.41%   92.41%           
=======================================
  Files          44       44           
  Lines        2149     2149           
  Branches      662      662           
=======================================
  Hits         1986     1986           
  Misses        132      132           
  Partials       31       31           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alexander-akait alexander-akait merged commit 38e9fd9 into webpack:main Feb 14, 2025
28 checks passed
@alexander-akait
Copy link
Member

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export type SyncFileSystem
2 participants