@lark-apaas/devtool-kits 0.1.0-alpha.3 → 0.1.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28703,7 +28703,7 @@ function matchesPathPattern(actualPath, pattern) {
|
|
|
28703
28703
|
const regex = pathPatternToRegex(normalizedPattern);
|
|
28704
28704
|
return regex.test(normalizedActual);
|
|
28705
28705
|
}
|
|
28706
|
-
return
|
|
28706
|
+
return false;
|
|
28707
28707
|
}
|
|
28708
28708
|
__name(matchesPathPattern, "matchesPathPattern");
|
|
28709
28709
|
function hasSpecialPatterns(pattern) {
|