Searched refs:toRegExpSource (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/minimatch/src/dist/cjs/ |
D | ast.js | 323 const [re, body, hasMagic, uflag] = this.toRegExpSource(); 410 toRegExpSource(allowDot) { method in AST 420 : p.toRegExpSource(allowDot); 533 const [re, _, _hasMagic, uflag] = p.toRegExpSource(dot);
|
D | ast.d.ts | 17 … toRegExpSource(allowDot?: boolean): [re: string, body: string, hasMagic: boolean, uflag: boolean];
|
D | ast.js.map | 1 …toRegExpSource()\n // if we're in nocase mode, and not nocaseMagicOnly, then we do\n // stil…
|
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/ |
D | ast.js | 320 const [re, body, hasMagic, uflag] = this.toRegExpSource(); 407 toRegExpSource(allowDot) { method in AST 417 : p.toRegExpSource(allowDot); 530 const [re, _, _hasMagic, uflag] = p.toRegExpSource(dot);
|
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/ |
D | ast.js | 323 const [re, body, hasMagic, uflag] = this.toRegExpSource(); 410 toRegExpSource(allowDot) { method in AST 420 : p.toRegExpSource(allowDot); 533 const [re, _, _hasMagic, uflag] = p.toRegExpSource(dot);
|
/third_party/node/deps/minimatch/src/dist/mjs/ |
D | ast.js | 320 const [re, body, hasMagic, uflag] = this.toRegExpSource(); 407 toRegExpSource(allowDot) { method in AST 417 : p.toRegExpSource(allowDot); 530 const [re, _, _hasMagic, uflag] = p.toRegExpSource(dot);
|
D | ast.d.ts | 17 … toRegExpSource(allowDot?: boolean): [re: string, body: string, hasMagic: boolean, uflag: boolean];
|
D | ast.js.map | 1 …toRegExpSource()\n // if we're in nocase mode, and not nocaseMagicOnly, then we do\n // stil…
|
/third_party/node/deps/minimatch/ |
D | index.js | 538 const [re, body, hasMagic, uflag] = this.toRegExpSource(); 618 toRegExpSource(allowDot) { method in anonymousObject68bc21cb0c05.dist/cjs/ast.js._AST 626 …ob, parseGlob_fn).call(_a, p, __privateGet(this, _hasMagic), noEmpty) : p.toRegExpSource(allowDot); 848 const [re, _, _hasMagic2, uflag] = p.toRegExpSource(dot);
|