avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 deletions
+3
View File
@@ -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