Add explicit dependency on @actions/glob
This commit is contained in:
parent
1922a489a8
commit
19e7c25974
51 changed files with 1611 additions and 13 deletions
7
node_modules/@actions/glob/lib/internal-glob-options.d.ts
generated
vendored
7
node_modules/@actions/glob/lib/internal-glob-options.d.ts
generated
vendored
|
|
@ -19,6 +19,13 @@ export interface GlobOptions {
|
|||
* @default true
|
||||
*/
|
||||
implicitDescendants?: boolean;
|
||||
/**
|
||||
* Indicates whether matching directories should be included in the
|
||||
* result set.
|
||||
*
|
||||
* @default true
|
||||
*/
|
||||
matchDirectories?: boolean;
|
||||
/**
|
||||
* Indicates whether broken symbolic should be ignored and omitted from the
|
||||
* result set. Otherwise an error will be thrown.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue