Enable function parameter caching for cached symbols
This commit is contained in:
parent
faf5816322
commit
e48dc0acc5
|
@ -127,6 +127,7 @@ int run(string[] args)
|
|||
const(string[]) absImportPaths = importPaths.map!(
|
||||
a => a.absolutePath().buildNormalizedPath()).array();
|
||||
|
||||
ModuleCache.includeParameterSymbols = true;
|
||||
if (absImportPaths.length)
|
||||
ModuleCache.addImportPaths(absImportPaths);
|
||||
|
||||
|
|
Loading…
Reference in New Issue