fix(compiler-cli): avoid generating unnecessary factories
This commit is contained in:

committed by
Igor Minar

parent
de795ea233
commit
fcc1d17ccb
@ -192,7 +192,8 @@ export class MetadataBundler {
|
||||
*/
|
||||
private canonicalizeSymbols(exportedSymbols: Symbol[]) {
|
||||
const symbols = Array.from(this.symbolMap.values());
|
||||
this.exported = new Set(exportedSymbols);;
|
||||
this.exported = new Set(exportedSymbols);
|
||||
;
|
||||
symbols.forEach(this.canonicalizeSymbol, this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user