🛠 Repo: Replace fs-extra with newer fs built-ins #5266
Labels
area: repository tooling
concerning ease of contribution
status: in triage
a maintainer should (re-)triage (review) this issue
Tooling Suggestion Checklist
main
branch of the repository.faq
label, but none matched my issue.Overview
I ran
eslint-plugin-depend
on the Mocha repo. It had two reports aboutfs-extra
:Per https://github.com/es-tooling/module-replacements/blob/main/docs/modules/fs-extra.md:
Proposal: let's switch to native
node:fs
/node:fs/promises
.Additional Info
Note that both are within
test/integration
. This shouldn't impact users.The text was updated successfully, but these errors were encountered: