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!(
|
const(string[]) absImportPaths = importPaths.map!(
|
||||||
a => a.absolutePath().buildNormalizedPath()).array();
|
a => a.absolutePath().buildNormalizedPath()).array();
|
||||||
|
|
||||||
|
ModuleCache.includeParameterSymbols = true;
|
||||||
if (absImportPaths.length)
|
if (absImportPaths.length)
|
||||||
ModuleCache.addImportPaths(absImportPaths);
|
ModuleCache.addImportPaths(absImportPaths);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue