Home
last modified time | relevance | path

Searched refs:toRegExpSource (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/minimatch/src/dist/cjs/
Dast.js323 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);
Dast.d.ts17toRegExpSource(allowDot?: boolean): [re: string, body: string, hasMagic: boolean, uflag: boolean];
Dast.js.map1toRegExpSource()\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/
Dast.js320 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/
Dast.js323 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/
Dast.js320 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);
Dast.d.ts17toRegExpSource(allowDot?: boolean): [re: string, body: string, hasMagic: boolean, uflag: boolean];
Dast.js.map1toRegExpSource()\n // if we're in nocase mode, and not nocaseMagicOnly, then we do\n // stil…
/third_party/node/deps/minimatch/
Dindex.js538 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);