@teambit/workspace.modules.match-pattern
Advanced tools
Comparing version 0.0.505 to 0.0.506
export declare const PATTERNS_DELIMITER = ","; | ||
export declare const MATCH_ALL_ITEM = "*"; | ||
export declare const EXCLUSION_SIGN = "!"; | ||
export declare type PathLinuxRelative = string; | ||
export declare type MatchedPattern = { | ||
export type PathLinuxRelative = string; | ||
export type MatchedPattern = { | ||
match: boolean; | ||
@@ -11,3 +11,3 @@ excluded: boolean; | ||
}; | ||
export declare type MatchedPatternWithConfig = { | ||
export type MatchedPatternWithConfig = { | ||
config: Record<string, any>; | ||
@@ -17,3 +17,3 @@ specificity: number; | ||
}; | ||
export declare type MatchedPatternItem = { | ||
export type MatchedPatternItem = { | ||
match: boolean; | ||
@@ -23,3 +23,3 @@ specificity: number; | ||
}; | ||
export declare type MatchedPatternItemWithExclude = MatchedPatternItem & { | ||
export type MatchedPatternItemWithExclude = MatchedPatternItem & { | ||
excluded: boolean; | ||
@@ -26,0 +26,0 @@ }; |
{ | ||
"name": "@teambit/workspace.modules.match-pattern", | ||
"version": "0.0.505", | ||
"version": "0.0.506", | ||
"homepage": "https://bit.cloud/teambit/workspace/modules/match-pattern", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "modules/match-pattern", | ||
"version": "0.0.505" | ||
"version": "0.0.506" | ||
}, | ||
@@ -16,4 +16,4 @@ "dependencies": { | ||
"@teambit/bit-error": "0.0.404", | ||
"@teambit/toolbox.path.is-path-inside": "0.0.496", | ||
"@teambit/toolbox.string.strip-trailing-char": "0.0.496" | ||
"@teambit/toolbox.path.is-path-inside": "0.0.497", | ||
"@teambit/toolbox.string.strip-trailing-char": "0.0.497" | ||
}, | ||
@@ -20,0 +20,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
57838
24
937
+ Added@teambit/toolbox.path.is-path-inside@0.0.497(transitive)
+ Added@teambit/toolbox.string.strip-trailing-char@0.0.497(transitive)
- Removed@teambit/toolbox.path.is-path-inside@0.0.496(transitive)
- Removed@teambit/toolbox.string.strip-trailing-char@0.0.496(transitive)