avancement planning
This commit is contained in:
+3
@@ -11,6 +11,7 @@ export type UNCPatternList = [
|
||||
export type DrivePatternList = [p0: string, ...rest: MMPattern[]];
|
||||
export type AbsolutePatternList = [p0: '', ...rest: MMPattern[]];
|
||||
export type GlobList = [p: string, ...rest: string[]];
|
||||
declare const customInspect: unique symbol;
|
||||
/**
|
||||
* An immutable-ish view on an array of glob parts and their parsed
|
||||
* results
|
||||
@@ -19,6 +20,7 @@ export declare class Pattern {
|
||||
#private;
|
||||
readonly length: number;
|
||||
constructor(patternList: MMPattern[], globList: string[], index: number, platform: NodeJS.Platform);
|
||||
[customInspect](): string;
|
||||
/**
|
||||
* The first entry in the parsed list of patterns
|
||||
*/
|
||||
@@ -73,4 +75,5 @@ export declare class Pattern {
|
||||
*/
|
||||
markFollowGlobstar(): boolean;
|
||||
}
|
||||
export {};
|
||||
//# sourceMappingURL=pattern.d.ts.map
|
||||
Reference in New Issue
Block a user