Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update path.js
Co-authored-by: Moshe Atlow <moshe@atlow.co.il>
  • Loading branch information
avivkeller and MoLow authored May 9, 2024
commit ba210841b157c51366eb3a4846862b03e71a7ca3
1 change: 1 addition & 0 deletions lib/path.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ function _format(sep, pathObject) {
}

function glob(path, pattern, windows) {
Comment thread
avivkeller marked this conversation as resolved.
emitExperimentalWarning('glob');
validateString(path, 'path');
validateString(pattern, 'pattern');
return lazyMinimatch().minimatch(path, pattern, {
Expand Down