fix(tsc-wrapped): deduplicate metadata for re-exported modules

This commit is contained in:
Olivier Combe
2017-09-07 14:43:29 +02:00
committed by Matias Niemelä
parent 3c480e4e63
commit c056b8c7f1
3 changed files with 58 additions and 2 deletions

View File

@ -863,6 +863,7 @@ const LIBRARY: MockDirectory = {
'public-api.ts': `
export * from './src/bolder.component';
export * from './src/bolder.module';
export {BolderModule as ReExportedModule} from './src/bolder.module';
`,
src: {
'bolder.component.ts': `