glob
GitHub
isaacs projects
Preparing search index...
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
SubWalks
()
:
SubWalks
Returns
SubWalks
Properties
store
store
:
Map
<
Path
,
Pattern
[]
>
= ...
Methods
add
add
(
target
:
Path
,
pattern
:
Pattern
)
:
void
Parameters
target
:
Path
pattern
:
Pattern
Returns
void
entries
entries
()
:
[
Path
,
Pattern
[]
]
[]
Returns
[
Path
,
Pattern
[]
]
[]
get
get
(
target
:
Path
)
:
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.