Sha256: ccf160a6ae2a11d6d8bf91d9758fa247c98e3550e0b972f4dbe1dba48457e228

Contents?: true

Size: 670 Bytes

Versions: 46

Compression:

Stored size: 670 Bytes

Contents

import { Minimatch } from 'minimatch';
import { Path } from 'path-scurry';
import { GlobWalkerOpts } from './walker.js';
export interface IgnoreLike {
    ignored?: (p: Path) => boolean;
    childrenIgnored?: (p: Path) => boolean;
}
/**
 * Class used to process ignored patterns
 */
export declare class Ignore implements IgnoreLike {
    relative: Minimatch[];
    relativeChildren: Minimatch[];
    absolute: Minimatch[];
    absoluteChildren: Minimatch[];
    constructor(ignored: string[], { nobrace, nocase, noext, noglobstar, platform, }: GlobWalkerOpts);
    ignored(p: Path): boolean;
    childrenIgnored(p: Path): boolean;
}
//# sourceMappingURL=ignore.d.ts.map

Version data entries

46 entries across 23 versions & 3 rubygems

Version Path
rapid_stack-0.1.1 templates/FrontEnd/node_modules/@capacitor/cli/node_modules/glob/dist/cjs/ignore.d.ts
rapid_stack-0.1.1 templates/FrontEnd/node_modules/@capacitor/cli/node_modules/glob/dist/mjs/ignore.d.ts
rapid_stack-0.1.0 templates/FrontEnd/node_modules/@capacitor/cli/node_modules/glob/dist/mjs/ignore.d.ts
rapid_stack-0.1.0 templates/FrontEnd/node_modules/@capacitor/cli/node_modules/glob/dist/cjs/ignore.d.ts
immosquare-cleaner-0.1.42 node_modules/glob/dist/commonjs/ignore.d.ts
immosquare-cleaner-0.1.42 node_modules/glob/dist/esm/ignore.d.ts
immosquare-cleaner-0.1.41 node_modules/glob/dist/commonjs/ignore.d.ts
immosquare-cleaner-0.1.41 node_modules/glob/dist/esm/ignore.d.ts
immosquare-cleaner-0.1.40 node_modules/glob/dist/commonjs/ignore.d.ts
immosquare-cleaner-0.1.40 node_modules/glob/dist/esm/ignore.d.ts
immosquare-cleaner-0.1.39 node_modules/glob/dist/esm/ignore.d.ts
immosquare-cleaner-0.1.39 node_modules/glob/dist/commonjs/ignore.d.ts
immosquare-cleaner-0.1.38 node_modules/glob/dist/commonjs/ignore.d.ts
immosquare-cleaner-0.1.38 node_modules/glob/dist/esm/ignore.d.ts
decidim-0.26.10 packages/webpacker/node_modules/glob/dist/cjs/src/ignore.d.ts
decidim-0.26.10 packages/webpacker/node_modules/glob/dist/mjs/ignore.d.ts
immosquare-cleaner-0.1.32 node_modules/glob/dist/commonjs/ignore.d.ts
immosquare-cleaner-0.1.32 node_modules/glob/dist/esm/ignore.d.ts
immosquare-cleaner-0.1.31 node_modules/glob/dist/esm/ignore.d.ts
immosquare-cleaner-0.1.31 node_modules/glob/dist/commonjs/ignore.d.ts