doc: enhance glob pattern documentation in fs.md by mag123c · Pull Request #58988 · nodejs/node
added
doc
labels
Jul 8, 2025mag123c added a commit to mag123c/node that referenced this pull request
Jul 10, 2025Clarify that path.matchesGlob() only performs pattern matching, and does not support the exclude functionality available in fs.glob methods. This addresses potential user confusion as noted in code review feedback. Refs: nodejs#58988
mag123c added a commit to mag123c/node that referenced this pull request
Jul 25, 2025Add note about +(spec|test) pattern matching behavior and provide more precise alternative using brace expansion. Also clarify that returned paths use forward slashes and are relative to cwd. Refs: nodejs#58988
mag123c added a commit to mag123c/node that referenced this pull request
Jul 25, 2025more precise alternative using brace expansion. Also clarify that returned paths use forward slashes and are relative to cwd. Refs: nodejs#58988
mag123c added a commit to mag123c/node that referenced this pull request
Jul 25, 2025Add note about +(spec|test) pattern matching behavior and provide more precise alternative using brace expansion. Also clarify that returned paths use platform-specific separators. Refs: nodejs#58988
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters