@best/regex-util
Advanced tools
Comparing version 13.0.0 to 14.0.0
@@ -12,3 +12,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.escapePathForRegex = exports.replacePathSepForRegex = exports.escapeStrForRegex = void 0; | ||
exports.escapeStrForRegex = escapeStrForRegex; | ||
exports.replacePathSepForRegex = replacePathSepForRegex; | ||
exports.escapePathForRegex = escapePathForRegex; | ||
const path_1 = __importDefault(require("path")); | ||
@@ -18,3 +20,2 @@ function escapeStrForRegex(string) { | ||
} | ||
exports.escapeStrForRegex = escapeStrForRegex; | ||
function replacePathSepForRegex(string) { | ||
@@ -26,3 +27,2 @@ if (path_1.default.sep === '\\') { | ||
} | ||
exports.replacePathSepForRegex = replacePathSepForRegex; | ||
function escapePathForRegex(dir) { | ||
@@ -36,3 +36,2 @@ if (path_1.default.sep === '\\') { | ||
} | ||
exports.escapePathForRegex = escapePathForRegex; | ||
//# sourceMappingURL=index.js.map |
@@ -16,3 +16,3 @@ { | ||
}, | ||
"version": "13.0.0" | ||
"version": "14.0.0" | ||
} |
1511
32