GitHub
isaacs projects
Preparing search index...
The search index is not available
glob
glob
processor
SubWalks
Class SubWalks
A collection of patterns that must be processed in a subsequent step for a given path.
Index
Constructors
constructor
Properties
store
Methods
add
entries
get
keys
Constructors
constructor
new
Sub
Walks
(
)
:
SubWalks
Returns
SubWalks
Properties
store
store
:
Map
<
Path
,
Pattern
[]
>
= ...
Methods
add
add
(
target
,
pattern
)
:
void
Parameters
target
:
Path
pattern
:
Pattern
Returns
void
entries
entries
(
)
:
[
Path
,
Pattern
[]
]
[]
Returns
[
Path
,
Pattern
[]
]
[]
get
get
(
target
)
:
Pattern
[]
Parameters
target
:
Path
Returns
Pattern
[]
keys
keys
(
)
:
Path
[]
Returns
Path
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
store
Methods
add
entries
get
keys
GitHub
isaacs projects
glob
Loading...
A collection of patterns that must be processed in a subsequent step for a given path.