/third_party/node/deps/npm/node_modules/glob/dist/esm/ |
D | glob.js | 26 matchBase; field in Glob 87 this.matchBase = !!opts.matchBase; 143 matchBase: this.matchBase, property
|
D | glob.d.ts | 111 matchBase?: boolean; property 279 matchBase: boolean;
|
D | glob.js.map | 1 …matchBase?: boolean\n\n /**\n * Limit the directory traversal to a given depth below the cwd.\n…
|
D | walker.d.ts | 22 matchBase?: boolean; property
|
D | bin.mjs.map | 1 …values.follow,\n ignore: values.ignore,\n mark: values.mark,\n matchBase: values['match-b…
|
D | walker.js.map | 1 …boolean\n ignore?: string | string[] | IgnoreLike\n mark?: boolean\n matchBase?: boolean\n // …
|
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/ |
D | glob.js | 29 matchBase; field in Glob 90 this.matchBase = !!opts.matchBase; 146 matchBase: this.matchBase, property
|
D | glob.d.ts | 111 matchBase?: boolean; property 279 matchBase: boolean;
|
D | glob.js.map | 1 …matchBase?: boolean\n\n /**\n * Limit the directory traversal to a given depth below the cwd.\n…
|
D | walker.d.ts | 22 matchBase?: boolean; property
|
D | walker.js.map | 1 …boolean\n ignore?: string | string[] | IgnoreLike\n mark?: boolean\n matchBase?: boolean\n // …
|
/third_party/node/deps/npm/node_modules/libnpmdiff/lib/ |
D | untar.js | 20 { matchBase: pattern.startsWith('*') } property
|
/third_party/node/deps/minimatch/src/dist/mjs/ |
D | index.d.ts | 18 matchBase?: boolean; property
|
D | index.js | 964 if (options.matchBase && pattern.length === 1) {
|
D | index.js.map | 1 …matchBase?: boolean\n flipNegate?: boolean\n preserveMultipleSlashes?: boolean\n optimizationLe…
|
/third_party/node/deps/minimatch/src/dist/cjs/ |
D | index.d.ts | 18 matchBase?: boolean; property
|
D | index.js | 976 if (options.matchBase && pattern.length === 1) {
|
D | index.js.map | 1 …matchBase?: boolean\n flipNegate?: boolean\n preserveMultipleSlashes?: boolean\n optimizationLe…
|
/third_party/node/deps/minimatch/src/ |
D | README.md | 151 var isJS = minimatch(file, '*.js', { matchBase: true }) 160 var javascripts = fileList.filter(minimatch.filter('*.js', { matchBase: true })) 198 var javascripts = minimatch.match(fileList, '*.js', { matchBase: true }) 263 ### matchBase subsection
|
/third_party/node/deps/npm/node_modules/ignore-walk/lib/ |
D | index.js | 105 matchBase: true, property
|
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/ |
D | index.js | 964 if (options.matchBase && pattern.length === 1) {
|
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/ |
D | index.js | 976 if (options.matchBase && pattern.length === 1) {
|
/third_party/node/deps/npm/node_modules/glob/ |
D | README.md | 504 - `matchBase` Perform a basename-only match if the pattern does 661 If you set `matchBase:true` in the options, and the pattern has
|