Class GlobWalker<O>

basic walking utilities that all the glob walker types use

Type Parameters

Hierarchy (view full)

Constructors

Properties

aborted: boolean = false
includeChildMatches: boolean
matches: Set<Result<O>> = ...
maxDepth: number
opts: O
path: Path
patterns: Pattern[]
paused: boolean = false
seen: Set<Path> = ...
signal?: AbortSignal

Methods