gulpjs / vinyl

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

isSymlink property #79

Closed phated closed 8 years ago

phated commented 8 years ago

In vinyl-fs, we look at a symlink property that doesn't seem to be part of vinyl at all, so I guess we just attach it in vinyl-fs. I think this should be bubbled up to vinyl and we could add a isSymlink or isSymbolic method like isNull, etc.

@contra thoughts?

yocontra commented 8 years ago

isSymbolic makes the most sense, and I agree we should have this