Update checked-in dependencies
This commit is contained in:
parent
3f55ff1327
commit
6a54608e14
186 changed files with 1202 additions and 4031 deletions
2
node_modules/fast-glob/out/settings.js
generated
vendored
2
node_modules/fast-glob/out/settings.js
generated
vendored
|
|
@ -46,6 +46,8 @@ class Settings {
|
|||
if (this.stats) {
|
||||
this.objectMode = true;
|
||||
}
|
||||
// Remove the cast to the array in the next major (#404).
|
||||
this.ignore = [].concat(this.ignore);
|
||||
}
|
||||
_getValue(option, value) {
|
||||
return option === undefined ? value : option;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue