glob
    Preparing search index...

    Class GlobUtil<O>Abstract

    basic walking utilities that all the glob walker types use

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    aborted: boolean = false
    includeChildMatches: boolean
    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>

    • Parameters

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

      Returns void

    • Parameters

      • fn: () => any

      Returns void