/third_party/node/deps/npm/node_modules/glob/dist/esm/ |
D | ignore.d.ts | 1 import { Minimatch } from 'minimatch'; 12 relative: Minimatch[]; 13 relativeChildren: Minimatch[]; 14 absolute: Minimatch[]; 15 absoluteChildren: Minimatch[];
|
D | ignore.js.map | 1 …Minimatch } from 'minimatch'\nimport { Path } from 'path-scurry'\nimport { Pattern } from './patte…
|
D | ignore.js | 5 import { Minimatch } from 'minimatch'; 49 const mm = new Minimatch(ign, mmopts); 59 const m = new Minimatch(p.globString(), mmopts);
|
D | glob.d.ts | 2 import { Minimatch } from 'minimatch'; 7 export type MatchSet = Minimatch['set']; 8 export type GlobParts = Exclude<Minimatch['globParts'], undefined>;
|
D | has-magic.js | 1 import { Minimatch } from 'minimatch'; 18 if (new Minimatch(p, options).hasMagic())
|
D | has-magic.js.map | 1 …Minimatch } from 'minimatch'\nimport { GlobOptions } from './glob.js'\n\n/**\n * Return true if th…
|
D | glob.js | 1 import { Minimatch } from 'minimatch'; 155 const mms = this.pattern.map(p => new Minimatch(p, mmo));
|
D | glob.js.map | 1 …Minimatch, MinimatchOptions } from 'minimatch'\nimport { Minipass } from 'minipass'\nimport {\n F…
|
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/ |
D | ignore.d.ts | 1 import { Minimatch } from 'minimatch'; 12 relative: Minimatch[]; 13 relativeChildren: Minimatch[]; 14 absolute: Minimatch[]; 15 absoluteChildren: Minimatch[];
|
D | ignore.js.map | 1 …Minimatch } from 'minimatch'\nimport { Path } from 'path-scurry'\nimport { Pattern } from './patte…
|
D | glob.d.ts | 2 import { Minimatch } from 'minimatch'; 7 export type MatchSet = Minimatch['set']; 8 export type GlobParts = Exclude<Minimatch['globParts'], undefined>;
|
D | ignore.js | 52 const mm = new minimatch_1.Minimatch(ign, mmopts); 62 const m = new minimatch_1.Minimatch(p.globString(), mmopts);
|
D | has-magic.js.map | 1 …Minimatch } from 'minimatch'\nimport { GlobOptions } from './glob.js'\n\n/**\n * Return true if th…
|
D | has-magic.js | 21 if (new minimatch_1.Minimatch(p, options).hasMagic())
|
D | glob.js | 158 const mms = this.pattern.map(p => new minimatch_1.Minimatch(p, mmo));
|
D | glob.js.map | 1 …Minimatch, MinimatchOptions } from 'minimatch'\nimport { Minipass } from 'minipass'\nimport {\n F…
|
/third_party/node/deps/minimatch/src/dist/mjs/ |
D | index.d.ts | 35 Minimatch: typeof Minimatch; 53 export declare class Minimatch { class 89 static defaults(def: MinimatchOptions): typeof Minimatch;
|
D | index.js | 12 return new Minimatch(pattern, options).match(p); 103 Minimatch: class Minimatch extends orig.Minimatch { property 108 return orig.defaults(ext(def, options)).Minimatch; 165 export const makeRe = (pattern, options = {}) => new Minimatch(pattern, options).makeRe(); 168 const mm = new Minimatch(pattern, options); 179 export class Minimatch { class 983 return minimatch.defaults(def).Minimatch; 992 minimatch.Minimatch = Minimatch;
|
/third_party/node/deps/minimatch/src/dist/cjs/ |
D | index.d.ts | 35 Minimatch: typeof Minimatch; 53 export declare class Minimatch { class 89 static defaults(def: MinimatchOptions): typeof Minimatch;
|
D | index.js | 6 exports.unescape = exports.escape = exports.AST = exports.Minimatch = exports.match = exports.makeR… 18 return new Minimatch(pattern, options).match(p); 111 Minimatch: class Minimatch extends orig.Minimatch { property 116 return orig.defaults(ext(def, options)).Minimatch; 175 const makeRe = (pattern, options = {}) => new Minimatch(pattern, options).makeRe(); 179 const mm = new Minimatch(pattern, options); 191 class Minimatch { class 995 return exports.minimatch.defaults(def).Minimatch; 998 exports.Minimatch = Minimatch; 1008 exports.minimatch.Minimatch = Minimatch;
|
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/ |
D | index.js | 6 exports.unescape = exports.escape = exports.AST = exports.Minimatch = exports.match = exports.makeR… 18 return new Minimatch(pattern, options).match(p); 111 Minimatch: class Minimatch extends orig.Minimatch { property 116 return orig.defaults(ext(def, options)).Minimatch; 175 const makeRe = (pattern, options = {}) => new Minimatch(pattern, options).makeRe(); 179 const mm = new Minimatch(pattern, options); 191 class Minimatch { class 995 return exports.minimatch.defaults(def).Minimatch; 998 exports.Minimatch = Minimatch; 1008 exports.minimatch.Minimatch = Minimatch;
|
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/ |
D | index.js | 12 return new Minimatch(pattern, options).match(p); 103 Minimatch: class Minimatch extends orig.Minimatch { property 108 return orig.defaults(ext(def, options)).Minimatch; 165 export const makeRe = (pattern, options = {}) => new Minimatch(pattern, options).makeRe(); 168 const mm = new Minimatch(pattern, options); 179 export class Minimatch { class 983 return minimatch.defaults(def).Minimatch; 992 minimatch.Minimatch = Minimatch;
|
/third_party/node/deps/npm/node_modules/ignore-walk/lib/ |
D | index.js | 6 const Minimatch = require('minimatch').Minimatch constant 113 return new Minimatch(rule.trim(), mmopt)
|
/third_party/node/deps/minimatch/src/ |
D | README.md | 84 ## Minimatch Class 86 Create a minimatch object by instantiating the `minimatch.Minimatch` class. 89 var Minimatch = require('minimatch').Minimatch 90 var mm = new Minimatch(pattern, options) 255 This only affects the results of the `Minimatch.hasMagic` method. 258 no other magic characters, then the `Minimatch.hasMagic()` method 383 Specifically, while the `Minimatch.match()` method will 386 expression provided by `Minimatch.makeRe()`, unless the path
|
/third_party/node/deps/minimatch/ |
D | index.js | 924 exports.unescape = exports.escape = exports.AST = exports.Minimatch = exports.match = exports.makeR… 935 return new Minimatch(pattern, options).match(p); 1012 Minimatch: class Minimatch extends orig.Minimatch { property 1017 return orig.defaults(ext(def, options)).Minimatch; 1052 var makeRe = (pattern, options = {}) => new Minimatch(pattern, options).makeRe(); 1056 const mm = new Minimatch(pattern, options); 1067 var Minimatch = class { class
|