glob
    Preparing search index...

    Class GlobWalker<O>

    basic walking utilities that all the glob walker types use

    Type Parameters

    Hierarchy (View Summary)

    Index

    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

    • Parameters

      • e: Path
      • absolute: boolean
      • ifDir: boolean

      Returns Promise<void>