deno
deno copied to clipboard
fix(node:fs/promises): add missing cp and cpSync
I dont think the pull request requires any tests Fixes a bug mentioned in https://github.com/discordjs/discord.js/issues/9810
As author of df062d2c788fd76546d59c67452d8d0fe569c533 added support for that didnt add it directly to fs/promises
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Thanks for the PR @jaw0r3k! I think it would be useful to have a test that checks for presence of these API - could you add some simple assertions that verify that promises.cp
and promises.cpSync
actually exist?
Superseded by #22263