pub fn compile_and_analyze_all_modules(
module_path: &[String],
resolved_program: &mut Program,
source_map: &mut SourceMap,
core_symbol_table: SymbolTableRef,
) -> Result<(), ScriptResolveError>
pub fn compile_and_analyze_all_modules(
module_path: &[String],
resolved_program: &mut Program,
source_map: &mut SourceMap,
core_symbol_table: SymbolTableRef,
) -> Result<(), ScriptResolveError>