-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Needs Triageneeds an initial reviewneeds an initial review
Description
Is there an existing issue for this?
- I have searched the existing issues
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.
Line 11 in b788931
copy: ['dereference', 'errorOnExist', 'filter', 'force', 'preserveTimestamps', 'recursive'], |
Expected Behavior
cp()
polyfill should support verbatimSymlinks
option
Steps To Reproduce
I wrote in the above.
Environment
I wrote in the above.
Metadata
Metadata
Assignees
Labels
Needs Triageneeds an initial reviewneeds an initial review