Searched refs:nocomment (Results 1 – 18 of 18) sorted by relevance
/third_party/node/deps/npm/node_modules/glob/dist/esm/ |
D | ignore.js | 33 nocomment: true, property
|
D | glob.js | 147 nocomment: true, property
|
D | ignore.js.map | 1 …n noglobstar,\n optimizationLevel: 2,\n platform,\n nocomment: true,\n no…
|
D | glob.js.map | 1 …his.nobrace,\n nocase: this.nocase,\n nocaseMagicOnly,\n nocomment: true,\n no…
|
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/ |
D | ignore.js | 36 nocomment: true, property
|
D | glob.js | 150 nocomment: true, property
|
D | ignore.js.map | 1 …n noglobstar,\n optimizationLevel: 2,\n platform,\n nocomment: true,\n no…
|
D | glob.js.map | 1 …his.nobrace,\n nocase: this.nocase,\n nocaseMagicOnly,\n nocomment: true,\n no…
|
/third_party/node/deps/minimatch/src/dist/mjs/ |
D | index.d.ts | 5 nocomment?: boolean; property
|
D | index.js | 9 if (!options.nocomment && pattern.charAt(0) === '#') {
|
D | index.js.map | 1 …nocomment?: boolean\n nonegate?: boolean\n debug?: boolean\n noglobstar?: boolean\n noext?: bo…
|
/third_party/node/deps/minimatch/src/dist/cjs/ |
D | index.d.ts | 5 nocomment?: boolean; property
|
D | index.js | 15 if (!options.nocomment && pattern.charAt(0) === '#') {
|
D | index.js.map | 1 …nocomment?: boolean\n nonegate?: boolean\n debug?: boolean\n noglobstar?: boolean\n noext?: bo…
|
/third_party/node/deps/minimatch/src/ |
D | README.md | 269 ### nocomment subsection 414 start of a line, or set the `nocomment` flag to suppress this behavior.
|
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/ |
D | index.js | 9 if (!options.nocomment && pattern.charAt(0) === '#') {
|
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/ |
D | index.js | 15 if (!options.nocomment && pattern.charAt(0) === '#') {
|
/third_party/node/deps/minimatch/ |
D | index.js | 932 if (!options.nocomment && pattern.charAt(0) === "#") {
|