Class MatchRecord

A record of which paths have been matched in a given walk step, and whether they only are considered a match if they are a directory, and whether their absolute or relative path should be returned.

Constructors

Properties

Methods

Constructors

Properties

store: Map<Path, number> = ...

Methods

  • Parameters

    • target: Path
    • absolute: boolean
    • ifDir: boolean

    Returns void