https://issues.dlang.org/show_bug.cgi?id=19579
--- Comment #3 from Manu <[email protected]> --- It would be disappointing for this to be a second pass by a separate tool rather than just working it into the existing .di output flow. Build times are always a problem, and running a compiler over each module twice feels like a big waste of CI resources when the code is already digested and completely resolved by the compiler, and there's already a path within the compiler that does exactly this task. --
