julia
1cead2b9 - trimming: Avoid `using` indirectly-loaded packages (#57589)

Commit
288 days ago
trimming: Avoid `using` indirectly-loaded packages (#57589) Although a package is loaded, we may not have top-level `using` rights. Instead, we need to pull the Module straight out of the loaded modules array in order to do these hacks.
Author
Parents
Loading