Lines Matching refs:exports
6 return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
39 module2.exports = balanced;
99 module2.exports = expandTop;
920 var __importDefault = exports && exports.__importDefault || function(mod) {
923 Object.defineProperty(exports, "__esModule", { value: true });
924 exports.unescape = exports.escape = exports.AST = exports.Minimatch = exports.match = exports.makeRe = exports.braceExpand = exports.defaults = exports.filter = exports.GLOBSTAR = exports.sep = exports.minimatch = void 0;
937 exports.minimatch = minimatch;
993 exports.sep = defaultPlatform === "win32" ? path.win32.sep : path.posix.sep;
994 exports.minimatch.sep = exports.sep;
995 exports.GLOBSTAR = Symbol("globstar **");
996 exports.minimatch.GLOBSTAR = exports.GLOBSTAR;
1001 var filter = (pattern, options = {}) => (p) => (0, exports.minimatch)(p, pattern, options);
1002 exports.filter = filter;
1003 exports.minimatch.filter = exports.filter;
1007 return exports.minimatch;
1009 const orig = exports.minimatch;
1038 GLOBSTAR: exports.GLOBSTAR
1041 exports.defaults = defaults;
1042 exports.minimatch.defaults = exports.defaults;
1050 exports.braceExpand = braceExpand;
1051 exports.minimatch.braceExpand = exports.braceExpand;
1053 exports.makeRe = makeRe;
1054 exports.minimatch.makeRe = exports.makeRe;
1063 exports.match = match;
1064 exports.minimatch.match = exports.match;
1454 if (p === exports.GLOBSTAR) {
1511 return (0, exports.braceExpand)(this.pattern, this.options);
1517 return exports.GLOBSTAR;
1553 return typeof p === "string" ? regExpEscape(p) : p === exports.GLOBSTAR ? exports.GLOBSTAR : p._src;
1558 if (p !== exports.GLOBSTAR || prev === exports.GLOBSTAR) {
1562 if (next !== void 0 && next !== exports.GLOBSTAR) {
1569 } else if (next !== exports.GLOBSTAR) {
1571 pp[i + 1] = exports.GLOBSTAR;
1574 return pp.filter((p) => p !== exports.GLOBSTAR).join("/");
1641 return exports.minimatch.defaults(def).Minimatch;
1644 exports.Minimatch = Minimatch;
1646 Object.defineProperty(exports, "AST", { enumerable: true, get: function() {
1650 Object.defineProperty(exports, "escape", { enumerable: true, get: function() {
1654 Object.defineProperty(exports, "unescape", { enumerable: true, get: function() {
1657 exports.minimatch.AST = ast_js_1.AST;
1658 exports.minimatch.Minimatch = Minimatch;
1659 exports.minimatch.escape = escape_js_1.escape;
1660 exports.minimatch.unescape = unescape_js_1.unescape;