fs: move fs.promises API to fs/promises by targos · Pull Request #18777 · nodejs/node
First commit moves utility functions that both fs and fs.promises make use of to internal/fs. It will make backporting easier if needed. Second commit moves fs.promises to a separate file: fs/promi...