dts-bundle-generator
Advanced tools
Comparing version 7.0.0 to 7.1.0
@@ -1,2 +0,2 @@ | ||
// Generated by dts-bundle-generator v7.0.0 | ||
// Generated by dts-bundle-generator v7.1.0 | ||
@@ -3,0 +3,0 @@ export interface CompilationOptions { |
@@ -1,2 +0,2 @@ | ||
// Generated by dts-bundle-generator v7.0.0 | ||
// Generated by dts-bundle-generator v7.1.0 | ||
@@ -3,0 +3,0 @@ export interface CompilationOptions { |
@@ -73,2 +73,6 @@ "use strict"; | ||
} | ||
// `{ propertyName: name }` - in this case we don't need to handle `propertyName` as it has no symbol | ||
if (ts.isBindingElement(child.parent) && child.parent.propertyName === child) { | ||
continue; | ||
} | ||
const childSymbols = (0, typescript_1.splitTransientSymbol)(this.getSymbol(child), this.typeChecker); | ||
@@ -92,3 +96,3 @@ for (const childSymbol of childSymbols) { | ||
if (nodeSymbol === undefined) { | ||
throw new Error(`Cannot find symbol for node: ${node.getText()}`); | ||
throw new Error(`Cannot find symbol for node "${node.getText()}" in "${node.parent.getText()}" from "${node.getSourceFile().fileName}"`); | ||
} | ||
@@ -95,0 +99,0 @@ return this.getActualSymbol(nodeSymbol); |
{ | ||
"name": "dts-bundle-generator", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"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
109531
2090