Comparing version 3.1.0 to 3.1.1
@@ -864,3 +864,3 @@ "use strict"; | ||
start(e.name); | ||
if (e.value) { | ||
if (e.value !== undefined) { | ||
if (typeof e.value === 'string') { | ||
@@ -867,0 +867,0 @@ print(" = \"" + e.value + "\""); |
@@ -1184,3 +1184,3 @@ export interface DeclarationBase { | ||
if (e.value) { | ||
if (e.value !== undefined) { | ||
if (typeof e.value === 'string') { | ||
@@ -1187,0 +1187,0 @@ print(` = "${e.value}"`); |
{ | ||
"name": "dts-dom", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"homepage": "https://github.com/RyanCavanaugh/dts-dom", | ||
@@ -5,0 +5,0 @@ "description": "DOM for TypeScript Declaration Files", |
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
128503