Home
last modified time | relevance | path

Searched refs:nocomment (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/npm/node_modules/glob/dist/esm/
Dignore.js33 nocomment: true, property
Dglob.js147 nocomment: true, property
Dignore.js.map1 …n noglobstar,\n optimizationLevel: 2,\n platform,\n nocomment: true,\n no…
Dglob.js.map1 …his.nobrace,\n nocase: this.nocase,\n nocaseMagicOnly,\n nocomment: true,\n no…
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/
Dignore.js36 nocomment: true, property
Dglob.js150 nocomment: true, property
Dignore.js.map1 …n noglobstar,\n optimizationLevel: 2,\n platform,\n nocomment: true,\n no…
Dglob.js.map1 …his.nobrace,\n nocase: this.nocase,\n nocaseMagicOnly,\n nocomment: true,\n no…
/third_party/node/deps/minimatch/src/dist/mjs/
Dindex.d.ts5 nocomment?: boolean; property
Dindex.js9 if (!options.nocomment && pattern.charAt(0) === '#') {
Dindex.js.map1nocomment?: boolean\n nonegate?: boolean\n debug?: boolean\n noglobstar?: boolean\n noext?: bo…
/third_party/node/deps/minimatch/src/dist/cjs/
Dindex.d.ts5 nocomment?: boolean; property
Dindex.js15 if (!options.nocomment && pattern.charAt(0) === '#') {
Dindex.js.map1nocomment?: boolean\n nonegate?: boolean\n debug?: boolean\n noglobstar?: boolean\n noext?: bo…
/third_party/node/deps/minimatch/src/
DREADME.md269 ### 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/
Dindex.js9 if (!options.nocomment && pattern.charAt(0) === '#') {
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/
Dindex.js15 if (!options.nocomment && pattern.charAt(0) === '#') {
/third_party/node/deps/minimatch/
Dindex.js932 if (!options.nocomment && pattern.charAt(0) === "#") {