mem-fs-editor icon indicating copy to clipboard operation
mem-fs-editor copied to clipboard

File edition helpers working on top of mem-fs (https://github.com/SBoudrias/mem-fs)

Results 21 mem-fs-editor issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade minimatch from 9.0.3 to 9.0.4. :information_source: Keep your dependencies up-to-date....

Hello, I’m installing a project that uses Node 16.17.0, and currently, upgrading to Node 18 or higher is not feasible. In this project's dependency tree (not direct dependencies), it installs...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade binaryextensions from 4.18.0 to 4.19.0. :information_source: Keep your dependencies up-to-date....

Initially the code was working fine, but after moving to async/await, it's not generating the file at target location and no exception is thrown. Following is the code: import {...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @types/node from 18.18.5 to 18.18.6. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @types/ejs from 3.1.3 to 3.1.4. :information_source: Keep your dependencies up-to-date....

I have setup a copy like so: ``` const copyObj = { src: '*.*', dest: './', copyOptions: { ignore: 'index.html', dot: true } }; fs.copy( this.templatePath(copyObj.src), this.destinationPath(copyObj.dest), copyObj.copyOptions || null...

Either [a bug in `fs.copyTpl()`](https://github.com/SBoudrias/mem-fs-editor/blob/4092b3f4b68ce1e4bf2c0d335ad175972a1e0a69/lib/actions/copy-tpl.js#L27), or an [error in the documentation](https://github.com/SBoudrias/mem-fs-editor#copytplfrom-to-context-templateoptions--copyoptions). Documentation says we should be able to pass in a customized process function to do manipulation/conflict resolution on the...

I cannot use `EJS` templates in path or body of files, as I'm building complex templates for Visual Studio projects. I need to be able to run C# project to...