gem-analyzer
Advanced tools
Comparing version 1.7.1 to 1.7.6
@@ -68,4 +68,4 @@ import type { SourceFile, ClassDeclaration } from 'ts-morph'; | ||
} | ||
export declare const getExports: (file: SourceFile) => ExportDetail[]; | ||
export declare const getExports: (file: SourceFile) => ExportDetail[] | undefined; | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -200,2 +200,5 @@ import { camelToKebabCase } from '@mantou/gem/lib/utils'; | ||
for (const [name, declarations] of file.getExportedDeclarations()) { | ||
// reexport | ||
if (!declarations.length) | ||
return; | ||
let deprecated = false; | ||
@@ -202,0 +205,0 @@ let description = ''; |
{ | ||
"name": "gem-analyzer", | ||
"version": "1.7.1", | ||
"version": "1.7.6", | ||
"description": "gem analyzer", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@mantou/gem": "^1.7.2" | ||
"@mantou/gem": "^1.7.8" | ||
}, | ||
@@ -19,0 +19,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
23844
313
Updated@mantou/gem@^1.7.8