PATH:
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
glob
/
dist
/
esm
/// <reference types="node" resolution-mode="require"/> import { Minimatch, MinimatchOptions } from 'minimatch'; import { Path } from 'path-scurry'; import { GlobWalkerOpts } from './walker.js'; export interface IgnoreLike { ignored?: (p: Path) => boolean; childrenIgnored?: (p: Path) => boolean; add?: (ignore: string) => void; } /** * Class used to process ignored patterns */ export declare class Ignore implements IgnoreLike { relative: Minimatch[]; relativeChildren: Minimatch[]; absolute: Minimatch[]; absoluteChildren: Minimatch[]; platform: NodeJS.Platform; mmopts: MinimatchOptions; constructor(ignored: string[], { nobrace, nocase, noext, noglobstar, platform, }: GlobWalkerOpts); add(ign: string): void; ignored(p: Path): boolean; childrenIgnored(p: Path): boolean; } //# sourceMappingURL=ignore.d.ts.map
[-] bin.mjs.map
[edit]
[-] ignore.js.map
[edit]
[-] walker.d.ts.map
[edit]
[-] has-magic.js.map
[edit]
[-] has-magic.d.ts.map
[edit]
[-] ignore.js
[edit]
[-] processor.js.map
[edit]
[-] processor.d.ts.map
[edit]
[-] pattern.d.ts
[edit]
[-] bin.d.mts.map
[edit]
[-] glob.js
[edit]
[-] glob.d.ts
[edit]
[-] walker.js.map
[edit]
[-] processor.js
[edit]
[-] index.js.map
[edit]
[-] package.json
[edit]
[-] pattern.d.ts.map
[edit]
[-] glob.d.ts.map
[edit]
[-] ignore.d.ts
[edit]
[+]
..
[-] bin.d.mts
[edit]
[-] walker.d.ts
[edit]
[-] bin.mjs
[edit]
[-] glob.js.map
[edit]
[-] index.d.ts.map
[edit]
[-] pattern.js.map
[edit]
[-] walker.js
[edit]
[-] has-magic.js
[edit]
[-] processor.d.ts
[edit]
[-] index.d.ts
[edit]
[-] pattern.js
[edit]
[-] ignore.d.ts.map
[edit]
[-] index.js
[edit]
[-] has-magic.d.ts
[edit]