@expo/xcpretty
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -64,3 +64,6 @@ "use strict"; | ||
} | ||
return !filePath.match(/node_modules/) && !filePath.match(/\/ios\/Pods\//); | ||
return (!filePath.match(/node_modules/) && | ||
!filePath.match(/\/ios\/Pods\//) && | ||
// Don't show warnings in the generated build folder. | ||
!Formatter_1.Formatter.getAppRoot(filePath)); | ||
} | ||
@@ -67,0 +70,0 @@ getNodeModuleName(filePath, target) { |
@@ -150,3 +150,3 @@ "use strict"; | ||
*/ | ||
LINKING_MATCHER: /^Ld (\/?.*\/(.*?)) ([^(|\s]*)(?:\s([^(|\s]*)\s)?\s?[^(]+(?:\(in\s.*target '([^']*)'.*project '([^']*)'\)$)?/m, | ||
LINKING_MATCHER: /^Ld (\/?.*\/(.+?(?:[^\\](?=\s)))) ([^(|\s]*)(?:\s([^(|\s]*)\s)?\s?[^(]+(?:\(in\s.*target '([^']*)'.*project '([^']*)'\)$)?/m, | ||
/** | ||
@@ -153,0 +153,0 @@ * @regex Captured groups |
{ | ||
"name": "@expo/xcpretty", | ||
"description": "Parse and format xcodebuild logs", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"main": "build/index.js", | ||
@@ -6,0 +6,0 @@ "types": "build/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
290206
3236