library_pipeline.ts view source
CollectedReExport A collected re-export with its source module context.
Used during the two-phase re-export resolution:
1. Phase 1: Collect re-exports from each module during analysis
2. Phase 2: Group by original module and merge into also_exported_from
re_exporting_module
The module that re-exports the declaration.
stringre_export
The re-export info (name and original module).