fix(tsc-wrapped): deduplicate metadata for re-exported modules
This commit is contained in:

committed by
Matias Niemelä

parent
3c480e4e63
commit
c056b8c7f1
@ -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': `
|
||||
|
Reference in New Issue
Block a user