HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/nodejs/fast-glob/out/providers/filters/deep.d.ts
import { MicromatchOptions, EntryFilterFunction, Pattern } from '../../types';
import Settings from '../../settings';
export default class DeepFilter {
    private readonly _settings;
    private readonly _micromatchOptions;
    constructor(_settings: Settings, _micromatchOptions: MicromatchOptions);
    getFilter(basePath: string, positive: Pattern[], negative: Pattern[]): EntryFilterFunction;
    private _getMatcher;
    private _getNegativePatternsRe;
    private _filter;
    private _isSkippedByDeep;
    private _getEntryLevel;
    private _isSkippedSymbolicLink;
    private _isSkippedByPositivePatterns;
    private _isSkippedByNegativePatterns;
}