Skip to main content

collect_exported_symbols

Function collect_exported_symbols 

Source
pub fn collect_exported_symbols(
    program: &Program,
) -> Result<Vec<ModuleExportSymbol>>
Expand description

Collect exported symbols from a parsed module AST.

Delegates to the canonical shared implementation in shape_ast::module_utils.