Skip to content

INotationGlobInspection

Defined in: src/core/INotationGlobInspection.ts:4

Represents the notation glob inspection result object.

glob: string

Defined in: src/core/INotationGlobInspection.ts:8

Original glob notation.


absGlob: string

Defined in: src/core/INotationGlobInspection.ts:12

Absolute (non-negated) version of the original glob notation.


isNegated: boolean

Defined in: src/core/INotationGlobInspection.ts:17

Indicates whether the original glob notation is negated with a ! prefix.


isArrayGlob: boolean

Defined in: src/core/INotationGlobInspection.ts:22

Indicates whether it’s an array glog. e.g. [*] or [1] are array globs. ["1"] is not.