Searched refs:MinimatchOptions (Results 1 – 20 of 20) sorted by relevance
/third_party/node/deps/minimatch/src/dist/mjs/ |
D | index.d.ts | 3 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 …]
|
D | ast.d.ts | 1 import { MinimatchOptions, MMRegExp } from './index.js'; 6 constructor(type: ExtglobType | null, parent?: AST, options?: MinimatchOptions); 15 static fromGlob(pattern: string, options?: MinimatchOptions): AST;
|
D | unescape.d.ts | 1 import { MinimatchOptions } from './index.js'; 16 export declare const unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'wind…
|
D | escape.d.ts | 1 import { MinimatchOptions } from './index.js'; 11 export declare const escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'window…
|
D | unescape.js.map | 1 …MinimatchOptions } from './index.js'\n/**\n * Un-escape a string that has been escaped with {@link…
|
D | escape.js.map | 1 …MinimatchOptions } from './index.js'\n/**\n * Escape all magic characters in a glob pattern.\n *\n…
|
D | index.js.map | 1 …MinimatchOptions {\n nobrace?: boolean\n nocomment?: boolean\n nonegate?: boolean\n debug?: bo…
|
D | ast.js.map | 1 …MinimatchOptions, MMRegExp } from './index.js'\nimport { unescape } from './unescape.js'\n\n// cla…
|
/third_party/node/deps/minimatch/src/dist/cjs/ |
D | index.d.ts | 3 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 …]
|
D | ast.d.ts | 1 import { MinimatchOptions, MMRegExp } from './index.js'; 6 constructor(type: ExtglobType | null, parent?: AST, options?: MinimatchOptions); 15 static fromGlob(pattern: string, options?: MinimatchOptions): AST;
|
D | unescape.d.ts | 1 import { MinimatchOptions } from './index.js'; 16 export declare const unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'wind…
|
D | escape.d.ts | 1 import { MinimatchOptions } from './index.js'; 11 export declare const escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'window…
|
D | unescape.js.map | 1 …MinimatchOptions } from './index.js'\n/**\n * Un-escape a string that has been escaped with {@link…
|
D | escape.js.map | 1 …MinimatchOptions } from './index.js'\n/**\n * Escape all magic characters in a glob pattern.\n *\n…
|
D | index.js.map | 1 …MinimatchOptions {\n nobrace?: boolean\n nocomment?: boolean\n nonegate?: boolean\n debug?: bo…
|
D | ast.js.map | 1 …MinimatchOptions, MMRegExp } from './index.js'\nimport { unescape } from './unescape.js'\n\n// cla…
|
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/ |
D | index.d.ts | 93 …escape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "window… 94 …unescape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "wind…
|
D | glob.js.map | 1 …MinimatchOptions } from 'minimatch'\nimport { Minipass } from 'minipass'\nimport {\n FSOption,\n …
|
/third_party/node/deps/npm/node_modules/glob/dist/esm/ |
D | index.d.ts | 93 …escape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "window… 94 …unescape: (s: string, { windowsPathsNoEscape, }?: Pick<import("minimatch").MinimatchOptions, "wind…
|
D | glob.js.map | 1 …MinimatchOptions } from 'minimatch'\nimport { Minipass } from 'minipass'\nimport {\n FSOption,\n …
|