You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation says we should be able to pass in a customized process function to do manipulation/conflict resolution on the fly. (I'm attempting to automatically perform json merging on the fly based on path endings in yeoman). However, in the code, the process is defined after the spread. So any custom process passed in through options are wiped out.
Either a bug in
fs.copyTpl()
, or an error in the documentation.Documentation says we should be able to pass in a customized process function to do manipulation/conflict resolution on the fly. (I'm attempting to automatically perform json merging on the fly based on path endings in yeoman). However, in the code, the process is defined after the spread. So any custom process passed in through options are wiped out.
mem-fs-editor/lib/actions/copy-tpl.js
Line 27 in 4092b3f
mem-fs-editor/lib/actions/copy-tpl.js
Line 28 in 4092b3f
The text was updated successfully, but these errors were encountered: