fix(compiler): make .ngsummary.json
files idempotent (#21448)
Fixes: #21432 PR Close #21448
This commit is contained in:

committed by
Alex Eagle

parent
6a97b5b722
commit
a931a419fa
@ -76,4 +76,6 @@ export class ReflectorHost implements StaticSymbolResolverHost {
|
||||
.resolvedModule;
|
||||
return resolved ? resolved.resolvedFileName : null;
|
||||
}
|
||||
|
||||
getOutputName(filePath: string) { return filePath; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user