MCPcopy Index your code
hub / github.com/nodejs/node / makeRe

Function makeRe

deps/minimatch/index.js:1190–1190  ·  view source on GitHub ↗
(pattern, options = {})

Source from the content-addressed store, hash-verified

1188exports.braceExpand = braceExpand;
1189exports.minimatch.braceExpand = exports.braceExpand;
1190var makeRe = (pattern, options = {}) => new Minimatch(pattern, options).makeRe();
1191exports.makeRe = makeRe;
1192exports.minimatch.makeRe = exports.makeRe;
1193var match = (list, pattern, options = {}) => {

Callers

nothing calls this directly

Calls 1

makeReMethod · 0.80

Tested by

no test coverage detected