Comparing version 2.0.0-beta.2 to 2.0.0-beta.3
@@ -70,3 +70,3 @@ "use strict"; | ||
for (const doclet of docs) { | ||
if (doclet.ignore) | ||
if (!this._shouldResolveDoclet(doclet)) | ||
continue; | ||
@@ -243,4 +243,3 @@ if (this.objects[doclet.longname] && !doclet.override) | ||
_resolveInterfaceMembers(docs) { | ||
for (let i = 0; i < docs.length; ++i) { | ||
const doclet = docs[i]; | ||
for (const doclet of docs) { | ||
if (!this._shouldResolveDoclet(doclet)) | ||
@@ -247,0 +246,0 @@ continue; |
{ | ||
"name": "tsd-jsdoc", | ||
"version": "v2.0.0-beta.2", | ||
"version": "2.0.0-beta.3", | ||
"description": "Compiles JSDoc annotated javascript into a Typescript Declaration File (.d.ts).", | ||
@@ -5,0 +5,0 @@ "main": "lib/publish.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
52676
8
570
0