File tree 1 file changed +6
-0
lines changed 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -509,6 +509,9 @@ share the previously loaded cache.
509
509
- ` nodir ` Do not match directories, only files. (Note: to match
510
510
_ only_ directories, put a ` / ` at the end of the pattern.)
511
511
512
+ Note: when ` follow ` and ` nodir ` are both set, then symbolic
513
+ links to directories are also omitted.
514
+
512
515
- ` stat ` Call ` lstat() ` on all entries, whether required or not
513
516
to determine whether it's a valid match. When used with
514
517
` withFileTypes ` , this means that matches will include data such
@@ -539,6 +542,9 @@ share the previously loaded cache.
539
542
it is not the first item in the pattern, or none if it is the
540
543
first item in the pattern, following the same behavior as Bash.
541
544
545
+ Note: when ` follow ` and ` nodir ` are both set, then symbolic
546
+ links to directories are also omitted.
547
+
542
548
- ` realpath ` Set to true to call ` fs.realpath ` on all of the
543
549
results. In the case of an entry that cannot be resolved, the
544
550
entry is omitted. This incurs a slight performance penalty, of
You can’t perform that action at this time.
0 commit comments