INotationGlobInspection
Defined in: src/core/INotationGlobInspection.ts:4
Represents the notation glob inspection result object.
Properties
Section titled “Properties”glob:
string
Defined in: src/core/INotationGlobInspection.ts:8
Original glob notation.
absGlob
Section titled “absGlob”absGlob:
string
Defined in: src/core/INotationGlobInspection.ts:12
Absolute (non-negated) version of the original glob notation.
isNegated
Section titled “isNegated”isNegated:
boolean
Defined in: src/core/INotationGlobInspection.ts:17
Indicates whether the original glob notation is negated with a !
prefix.
isArrayGlob
Section titled “isArrayGlob”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.