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 dd2d1be006
commit 48ae1a6574
3 changed files with 59 additions and 3 deletions

View File

@ -821,6 +821,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': `