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
In actuality gulp.src is require("vinyl-fs").src and there's documentation of some of its options duplicated / excluded, respectively. I mention it in case that can be the public API and it makes more sense to eliminate most of the duplication, link to the vinyl-fs docs, and just include notes that are relevant in the context of gulp if applicable. Like:
Note: Plugins might not implement support for streams.
But please document at least followSymlinks one way or the other.
In actuality
gulp.src
isrequire("vinyl-fs").src
and there's documentation of some of its options duplicated / excluded, respectively. I mention it in case that can be the public API and it makes more sense to eliminate most of the duplication, link to thevinyl-fs
docs, and just include notes that are relevant in the context ofgulp
if applicable. Like:But please document at least
followSymlinks
one way or the other.Related:
followSymlinks
vinyl-fs#85The text was updated successfully, but these errors were encountered: