feat: Support mode flag by verbatimSymlinks
polyfill
#74
Labels
Needs Triage
needs an initial review
verbatimSymlinks
polyfill
#74
Is there an existing issue for this?
Current Behavior
Node.js v17.6.0 (also v16.15.0) add the support
verbatimSymlinks
option to fsPromises.cp().But the current polyfill for
cp()
implementation has not supported it yet.fs/lib/cp/index.js
Line 11 in b788931
Expected Behavior
cp()
polyfill should supportverbatimSymlinks
optionSteps To Reproduce
I wrote in the above.
Environment
I wrote in the above.
The text was updated successfully, but these errors were encountered: