Home
last modified time | relevance | path

Searched refs:filledNegs (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/minimatch/src/dist/cjs/
Dast.js41 #filledNegs = false; field in AST
56 if (type === '!' && !this.#root.#filledNegs)
90 if (this.#filledNegs)
95 this.#filledNegs = true;
140 (this.#root.#filledNegs && this.#parent?.type === '!'))) {
455 this.#root.#filledNegs &&
Dast.js.map1filledNegs: boolean = false\n #options: MinimatchOptions\n #toString?: string\n // set to true …
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/
Dast.js38 #filledNegs = false; field in AST
53 if (type === '!' && !this.#root.#filledNegs)
87 if (this.#filledNegs)
92 this.#filledNegs = true;
137 (this.#root.#filledNegs && this.#parent?.type === '!'))) {
452 this.#root.#filledNegs &&
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/
Dast.js41 #filledNegs = false; field in AST
56 if (type === '!' && !this.#root.#filledNegs)
90 if (this.#filledNegs)
95 this.#filledNegs = true;
140 (this.#root.#filledNegs && this.#parent?.type === '!'))) {
455 this.#root.#filledNegs &&
/third_party/node/deps/minimatch/src/dist/mjs/
Dast.js38 #filledNegs = false; field in AST
53 if (type === '!' && !this.#root.#filledNegs)
87 if (this.#filledNegs)
92 this.#filledNegs = true;
137 (this.#root.#filledNegs && this.#parent?.type === '!'))) {
452 this.#root.#filledNegs &&
Dast.js.map1filledNegs: boolean = false\n #options: MinimatchOptions\n #toString?: string\n // set to true …