tryExtractPathFromImportLine

Given a line from verbose compiler output, checks if it is an import of a non-druntime/Phobos module and returns its file path in that case. Otherwise, returns null.

@safe pure
string
tryExtractPathFromImportLine
(
in string line
)

Meta