unjs / mkdist

Lightweight file-to-file transpiler.
MIT License
367 stars 25 forks source link

refactor: replace `fs-extra` with `node:fs/promises` #231

Closed SukkaW closed 4 months ago

SukkaW commented 4 months ago

The PR replaces all fs-extra usage w/ Node.js native fs API.