ModuleExportsAnalysis Result of analyzing a module's exports.
module_comment
Module-level documentation comment.
stringdeclarations
All exported declarations with nodocs flags - consumer filters based on policy.
Array<DeclarationAnalysis>re_exports
Same-name re-exports (for building also_exported_from in post-processing).
Array<ReExportInfo>star_exports
Star exports (export * from './module') - module paths that are fully re-exported.
Array<string>