gulpjs / vinyl

Virtual file format.
MIT License
1.28k stars 107 forks source link

Should a Vinyl object with a symlink property throw if contents set? #159

Open phated opened 1 year ago

phated commented 1 year ago

Related to https://github.com/gulpjs/vinyl-fs/issues/245

If the file.symlink property is set, it seems weird that you could update the contents without first clearing the symlink property. We need to think about the symlink use case some more.