Constructors
constructor
- new Processor(opts, hasWalkedCache?): Processor
Properties
Methods
testGlobstar
- testGlobstar(e, pattern, rest, absolute): void
Returns void
testRegExp
- testRegExp(e, p, rest, absolute): void
Parameters
- e: Path
- p: MMRegExp
- rest: null | Pattern
- absolute: boolean
Returns void
testString
- testString(e, p, rest, absolute): void
Returns void
The class that processes patterns for a given path.
Handles child entry filtering, and determining whether a path's directory contents must be read.