Commit 1f9519b
committed
doc(fs): clarify path.matchesGlob() exclude limitation
Clarify 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: #589881 parent 45a5d32 commit 1f9519b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1186 | 1186 | | |
1187 | 1187 | | |
1188 | 1188 | | |
1189 | | - | |
1190 | | - | |
| 1189 | + | |
| 1190 | + | |
1191 | 1191 | | |
1192 | 1192 | | |
1193 | 1193 | | |
| |||
0 commit comments