fix(compiler): make .ngsummary.json files idempotent (#21448)

Fixes: #21432

PR Close #21448
This commit is contained in:
Chuck Jazdzewski
2018-01-10 09:55:03 -08:00
committed by Alex Eagle
parent 6a97b5b722
commit a931a419fa
5 changed files with 18 additions and 1 deletions

View File

@ -76,4 +76,6 @@ export class ReflectorHost implements StaticSymbolResolverHost {
.resolvedModule;
return resolved ? resolved.resolvedFileName : null;
}
getOutputName(filePath: string) { return filePath; }
}