On 2016-09-08 07:39, Yuxuan Shui wrote:
Hi,

I wonder if there's standardized way to gather which files are imported
by a source file. I know I can run "dmd -v" and look for lines start
with "import", but I don't know if this is the best way to do it.

You can use the "-deps" flag.

--
/Jacob Carlborg

Reply via email to