builder-util
Advanced tools
Comparing version 25.1.7 to 26.0.0-alpha.0
@@ -79,6 +79,6 @@ "use strict"; | ||
const consumerResult = consumer == null ? null : consumer.consume(filePath, stat, dirPath, childNames); | ||
if (consumerResult === false) { | ||
if (consumerResult === true) { | ||
return null; | ||
} | ||
else if (consumerResult == null || !("then" in consumerResult)) { | ||
else if (consumerResult === false || consumerResult == null || !("then" in consumerResult)) { | ||
if (stat.isDirectory()) { | ||
@@ -85,0 +85,0 @@ dirs.push(name); |
{ | ||
"name": "builder-util", | ||
"version": "25.1.7", | ||
"version": "26.0.0-alpha.0", | ||
"main": "out/util.js", | ||
@@ -5,0 +5,0 @@ "author": "Vladimir Krivosheev", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
130578
1