lune
lune copied to clipboard
metadata does not read symlinks correctly
instead of .kind being "dir" it should be "symlink" according to the documentation since Core is a symlink to a directory
latest version of Lune 0.8.0 on Windows 10
Is core a symlink to a directory? If so, it makes sense to return the kind as a dir.
Update on this, I feel like lune should provide a readLink method in the @lune/fs, since usually most FS APIs do not provide information about symlinks unless explicitly requested (I believe to prevent accidental discrimination against symlinks).