Class: GlobsForIgnorePattern
@boll/core › Globals › GlobsForIgnorePattern
Class: GlobsForIgnorePattern
Hierarchy
- GlobsForIgnorePattern
Index
Constructors
Properties
Methods
Constructors
constructor
+ new GlobsForIgnorePattern(ignorePattern: IgnorePattern): GlobsForIgnorePattern
Defined in ignore.ts:118
Parameters:
| Name | Type |
|---|---|
ignorePattern | IgnorePattern |
Returns: GlobsForIgnorePattern
Properties
cwd
• cwd: string
Defined in ignore.ts:118
globs
• globs: string[]
Defined in ignore.ts:117
ignorePattern
• ignorePattern: IgnorePattern
Defined in ignore.ts:120
Methods
Private getGlobFromIgnorePattern
▸ getGlobFromIgnorePattern(ignorePattern: IgnorePattern): string[]
Defined in ignore.ts:127
Parameters:
| Name | Type |
|---|---|
ignorePattern | IgnorePattern |
Returns: string[]