Update checked-in dependencies
This commit is contained in:
parent
3962f1bd85
commit
0ba58d8497
30 changed files with 5612 additions and 94 deletions
3
node_modules/glob/README.md
generated
vendored
3
node_modules/glob/README.md
generated
vendored
|
|
@ -276,6 +276,9 @@ the filesystem.
|
|||
* `absolute` Set to true to always receive absolute paths for matched
|
||||
files. Unlike `realpath`, this also affects the values returned in
|
||||
the `match` event.
|
||||
* `fs` File-system object with Node's `fs` API. By default, the built-in
|
||||
`fs` module will be used. Set to a volume provided by a library like
|
||||
`memfs` to avoid using the "real" file-system.
|
||||
|
||||
## Comparisons to other fnmatch/glob implementations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue