Home
last modified time | relevance | path

Searched refs:MinimatchOptions (Results 1 – 20 of 20) sorted by relevance

/third_party/node/deps/minimatch/src/dist/mjs/
Dindex.d.ts3 export interface MinimatchOptions { interface
26 (p: string, pattern: string, options?: MinimatchOptions): boolean;
29 filter: (pattern: string, options?: MinimatchOptions) => (p: string) => boolean;
30 defaults: (def: MinimatchOptions) => typeof minimatch;
31 braceExpand: (pattern: string, options?: MinimatchOptions) => string[];
32 makeRe: (pattern: string, options?: MinimatchOptions) => false | MMRegExp;
33 match: (list: string[], pattern: string, options?: MinimatchOptions) => string[];
36 …escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, "windowsPathsNoEscape">) =>…
37 …unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, "windowsPathsNoEscape">) …
42 export declare const filter: (pattern: string, options?: MinimatchOptions) => (p: string) => boolea…
[all …]
Dast.d.ts1 import { MinimatchOptions, MMRegExp } from './index.js';
6 constructor(type: ExtglobType | null, parent?: AST, options?: MinimatchOptions);
15 static fromGlob(pattern: string, options?: MinimatchOptions): AST;
Dunescape.d.ts1 import { MinimatchOptions } from './index.js';
16 export declare const unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'wind…
Descape.d.ts1 import { MinimatchOptions } from './index.js';
11 export declare const escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'window…
Dunescape.js.map1MinimatchOptions } from './index.js'\n/**\n * Un-escape a string that has been escaped with {@link…
Descape.js.map1MinimatchOptions } from './index.js'\n/**\n * Escape all magic characters in a glob pattern.\n *\n…
Dindex.js.map1MinimatchOptions {\n nobrace?: boolean\n nocomment?: boolean\n nonegate?: boolean\n debug?: bo…
Dast.js.map1MinimatchOptions, MMRegExp } from './index.js'\nimport { unescape } from './unescape.js'\n\n// cla…
/third_party/node/deps/minimatch/src/dist/cjs/
Dindex.d.ts3 export interface MinimatchOptions { interface
26 (p: string, pattern: string, options?: MinimatchOptions): boolean;
29 filter: (pattern: string, options?: MinimatchOptions) => (p: string) => boolean;
30 defaults: (def: MinimatchOptions) => typeof minimatch;
31 braceExpand: (pattern: string, options?: MinimatchOptions) => string[];
32 makeRe: (pattern: string, options?: MinimatchOptions) => false | MMRegExp;
33 match: (list: string[], pattern: string, options?: MinimatchOptions) => string[];
36 …escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, "windowsPathsNoEscape">) =>…
37 …unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, "windowsPathsNoEscape">) …
42 export declare const filter: (pattern: string, options?: MinimatchOptions) => (p: string) => boolea…
[all …]
Dast.d.ts1 import { MinimatchOptions, MMRegExp } from './index.js';
6 constructor(type: ExtglobType | null, parent?: AST, options?: MinimatchOptions);
15 static fromGlob(pattern: string, options?: MinimatchOptions): AST;
Dunescape.d.ts1 import { MinimatchOptions } from './index.js';
16 export declare const unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'wind…
Descape.d.ts1 import { MinimatchOptions } from './index.js';
11 export declare const escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'window…
Dunescape.js.map1MinimatchOptions } from './index.js'\n/**\n * Un-escape a string that has been escaped with {@link…
Descape.js.map1MinimatchOptions } from './index.js'\n/**\n * Escape all magic characters in a glob pattern.\n *\n…
Dindex.js.map1MinimatchOptions {\n nobrace?: boolean\n nocomment?: boolean\n nonegate?: boolean\n debug?: bo…
Dast.js.map1MinimatchOptions, MMRegExp } from './index.js'\nimport { unescape } from './unescape.js'\n\n// cla…
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/
Dindex.d.ts93 …escape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "window…
94 …unescape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "wind…
Dglob.js.map1MinimatchOptions } from 'minimatch'\nimport { Minipass } from 'minipass'\nimport {\n FSOption,\n …
/third_party/node/deps/npm/node_modules/glob/dist/esm/
Dindex.d.ts93 …escape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "window…
94 …unescape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "wind…
Dglob.js.map1MinimatchOptions } from 'minimatch'\nimport { Minipass } from 'minipass'\nimport {\n FSOption,\n …