[feat] return list of copied files from copy utils - #2674
Conversation
🦋 Changeset detectedLatest commit: b198e93 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
General thought: are there other things devs might want to have returned from this in the future? If yes, future-proof the API by returning an object with just the files property for now? |
|
This returns the source of the copied files. the only additional thing I can think of returning is the target they are copied to. That can easily be deduced by the consumer, as this is a straightforward recursive copy, but that is the only other thing that comes to mind. If we wanted to do this then we could return and object of |
Returns what files have been copied from the copy utilities provided to adapters. This way adapters can easily determine what files have been copied.