https://issues.dlang.org/show_bug.cgi?id=9986
Richard Cattermole <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #2 from Richard Cattermole <[email protected]> --- importedModules is emitted based upon need. It is used for module constructors being called in the right order. The output right now is: ``` ["std.array", "core.memory", "core.internal.array.utils"] ``` Unfortunately, you cannot use this for reflection purposes, as ModuleInfo is not always emitted (its bloat usually). --
