-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attach symlink property to Vinyl objects when passed through symlink
method
#249
Comments
That's exactly what I'd done earlier but never got around to submitting: attach |
Feel free to submit it if you get a chance. I'm not tackling this currently. |
Will do, as soon as I find some time! |
@phated I think the |
Hm on second thought I'm not sure: |
Thanks for review and merge! Sorry about the bogus refs above, guess I shouldn't include issue ids until the commit is final. |
As per @erikkemperman's comments in #246, we should be attaching the
.symlink
property in other scenarios (other than justsrc(..., { resolveSymlinks: false })
). The most obvious of these is when the file passes through thesymlink
method and a symlink is created (I think this can be done in symlink'sprepare
stream to reduce some path history hackiness).The text was updated successfully, but these errors were encountered: