Comparing version 0.1.6 to 0.1.7
@@ -454,2 +454,3 @@ export interface DeclarationBase { | ||
printObjectTypeMembers(d.members); | ||
newline(); | ||
} | ||
@@ -460,3 +461,3 @@ | ||
if (!isIdentifier(f.name)) { | ||
start(`/* Illegal functoin name '${f.name}' can't be used here`); | ||
start(`/* Illegal function name '${f.name}' can't be used here`); | ||
newline(); | ||
@@ -463,0 +464,0 @@ } |
{ | ||
"name": "dts-dom", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"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
62270
14
1173