# Class: GlobsForIgnorePattern

@boll/coreGlobalsGlobsForIgnorePattern

# Class: GlobsForIgnorePattern

# Hierarchy

  • GlobsForIgnorePattern

# Index

# Constructors

# Properties

# Methods

# Constructors

# constructor

+ new GlobsForIgnorePattern(ignorePattern: IgnorePattern): GlobsForIgnorePattern

Defined in ignore.ts:117

Parameters:

Name Type
ignorePattern IgnorePattern

Returns: GlobsForIgnorePattern

# Properties

# cwd

cwd: string

Defined in ignore.ts:117


# globs

globs: string[]

Defined in ignore.ts:116


# ignorePattern

ignorePattern: IgnorePattern

Defined in ignore.ts:119

# Methods

# Private getGlobFromIgnorePattern

getGlobFromIgnorePattern(ignorePattern: IgnorePattern): string[]

Defined in ignore.ts:126

Parameters:

Name Type
ignorePattern IgnorePattern

Returns: string[]