build: fix benchmarks for render3 (#20855)

PR Close #20855
This commit is contained in:
Miško Hevery
2017-12-19 15:01:05 -08:00
committed by Igor Minar
parent a77757277b
commit 66528a21f6
12 changed files with 54 additions and 21 deletions

View File

@ -32,6 +32,7 @@ export {Type} from './type';
export {EventEmitter} from './event_emitter';
export {ErrorHandler} from './error_handler';
export * from './core_private_export';
export * from './core_render3_private_export';
export {Sanitizer, SecurityContext} from './security';
export * from './codegen_private_exports';
export * from './animation/animation_metadata_wrapped';