-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Utilize fs.copyFileSync if available.
* Currently would only be utilized on windows * available in node 8.5.x * prefer Copy-On-Write if available * good benchmarks yarnpkg/yarn#3290 Although node-copy-file-sync module exists, it uses more modern JS features. Which this library cannot yet support (without major version bump)
- Loading branch information
1 parent
be01247
commit a8e229f
Showing
2 changed files
with
64 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters