Class GlobStream<O>

basic walking utilities that all the glob walker types use

Type Parameters

Hierarchy (view full)

Constructors

Properties

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

Methods