dts-bundle-generator
Advanced tools
Comparing version 9.4.0 to 9.4.1
@@ -1,2 +0,2 @@ | ||
// Generated by dts-bundle-generator v9.4.0 | ||
// Generated by dts-bundle-generator v9.4.1 | ||
@@ -3,0 +3,0 @@ export interface CompilationOptions { |
@@ -1,2 +0,2 @@ | ||
// Generated by dts-bundle-generator v9.4.0 | ||
// Generated by dts-bundle-generator v9.4.1 | ||
@@ -3,0 +3,0 @@ export interface CompilationOptions { |
@@ -40,3 +40,7 @@ "use strict"; | ||
visitedSymbols.add(fromSymbol); | ||
return this.setUsageCacheValue(fromSymbol, toSymbol, false); | ||
// note that we can't save negative result here because it might be not a final one | ||
// because we might ended up here because of `visitedSymbols.has(symbol)` check above | ||
// while actually checking that `symbol` symbol and we will store all its "children" as `false` | ||
// while in reality some of them might be `true` because of cross-references or using the same children symbols | ||
return false; | ||
} | ||
@@ -43,0 +47,0 @@ setUsageCacheValue(fromSymbol, toSymbol, value) { |
{ | ||
"name": "dts-bundle-generator", | ||
"version": "9.4.0", | ||
"version": "9.4.1", | ||
"description": "DTS Bundle Generator", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle-generator.js", |
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
178551
3200