From 2f1f7383ac073f216c99e74fd869789e8f5af932 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Sat, 11 Apr 2026 22:50:41 +0200 Subject: [PATCH 1/2] fs: add followSymlinks option to glob --- doc/api/fs.md | 24 ++++ lib/internal/fs/glob.js | 202 ++++++++++++++++++++++++++++----- test/parallel/test-fs-glob.mjs | 108 ++++++++++++++++++ 3 files changed, 306 insertions(+), 28 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 8c2e91fb2c8dbb..f4666d40e72e3f 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1349,6 +1349,9 @@ behavior is similar to `cp dir1/ dir2/`.