Home
last modified time | relevance | path

Searched refs:Minimatch (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/deps/npm/node_modules/glob/dist/esm/
Dignore.d.ts1 import { Minimatch } from 'minimatch';
12 relative: Minimatch[];
13 relativeChildren: Minimatch[];
14 absolute: Minimatch[];
15 absoluteChildren: Minimatch[];
Dignore.js.map1Minimatch } from 'minimatch'\nimport { Path } from 'path-scurry'\nimport { Pattern } from './patte…
Dignore.js5 import { Minimatch } from 'minimatch';
49 const mm = new Minimatch(ign, mmopts);
59 const m = new Minimatch(p.globString(), mmopts);
Dglob.d.ts2 import { Minimatch } from 'minimatch';
7 export type MatchSet = Minimatch['set'];
8 export type GlobParts = Exclude<Minimatch['globParts'], undefined>;
Dhas-magic.js1 import { Minimatch } from 'minimatch';
18 if (new Minimatch(p, options).hasMagic())
Dhas-magic.js.map1Minimatch } from 'minimatch'\nimport { GlobOptions } from './glob.js'\n\n/**\n * Return true if th…
Dglob.js1 import { Minimatch } from 'minimatch';
155 const mms = this.pattern.map(p => new Minimatch(p, mmo));
Dglob.js.map1Minimatch, MinimatchOptions } from 'minimatch'\nimport { Minipass } from 'minipass'\nimport {\n F…
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/
Dignore.d.ts1 import { Minimatch } from 'minimatch';
12 relative: Minimatch[];
13 relativeChildren: Minimatch[];
14 absolute: Minimatch[];
15 absoluteChildren: Minimatch[];
Dignore.js.map1Minimatch } from 'minimatch'\nimport { Path } from 'path-scurry'\nimport { Pattern } from './patte…
Dglob.d.ts2 import { Minimatch } from 'minimatch';
7 export type MatchSet = Minimatch['set'];
8 export type GlobParts = Exclude<Minimatch['globParts'], undefined>;
Dignore.js52 const mm = new minimatch_1.Minimatch(ign, mmopts);
62 const m = new minimatch_1.Minimatch(p.globString(), mmopts);
Dhas-magic.js.map1Minimatch } from 'minimatch'\nimport { GlobOptions } from './glob.js'\n\n/**\n * Return true if th…
Dhas-magic.js21 if (new minimatch_1.Minimatch(p, options).hasMagic())
Dglob.js158 const mms = this.pattern.map(p => new minimatch_1.Minimatch(p, mmo));
Dglob.js.map1Minimatch, MinimatchOptions } from 'minimatch'\nimport { Minipass } from 'minipass'\nimport {\n F…
/third_party/node/deps/minimatch/src/dist/mjs/
Dindex.d.ts35 Minimatch: typeof Minimatch;
53 export declare class Minimatch { class
89 static defaults(def: MinimatchOptions): typeof Minimatch;
Dindex.js12 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/
Dindex.d.ts35 Minimatch: typeof Minimatch;
53 export declare class Minimatch { class
89 static defaults(def: MinimatchOptions): typeof Minimatch;
Dindex.js6 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/
Dindex.js6 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/
Dindex.js12 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/
Dindex.js6 const Minimatch = require('minimatch').Minimatch constant
113 return new Minimatch(rule.trim(), mmopt)
/third_party/node/deps/minimatch/src/
DREADME.md84 ## 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/
Dindex.js924 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

12